﻿body {
    background-color: #959595;	
    margin: 0;
    color: #00559b; /* VH updated from #000 */
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;  /* VH added "Helvetica Neue" for iOS7 */
}

.head {
    background-image: url('/_resources/images/myqlogo.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #021f49;
    height: 90px;
    margin: 16px 16px 0 16px;
}

.content {
    background-color: #dbd5d0;
    margin: 0 16px;
    overflow: hidden;
}

.message {
    font-size: 22px;
    line-height: 24px;
    margin: 18px auto 0;
    text-align: center;
    
}

.instruction {
    font-size: 1.25em;
    font-weight: bold;
}

.copyright { 
	font-weight: 300; /* VH added */
	margin: 1px 0 12px 20px;
    position: fixed;
    left: 0;
    bottom: 0;
}

.header {
    font-weight: bold;
    font-size: 1.5em;
}

ul.links {
    margin: 50px 0;
    padding: 0;
    text-align: left;
}

.links li {
    list-style: none;
    border-top: 1px solid #00559b;
    padding: 10px 5%;
    font-size: 1.25em;
}

.links li:last-of-type {
    border-bottom: 1px solid #00559b;
}

.links a {
    text-decoration: none;
    color: #00559b;
}

.indicator {
    float: right;
    font-size: 18px;
    padding-right: 10px;
}

.btnBar {
    padding: 10px 0px 5px 10px;
    text-align: left;
}

a.linkButton {
    background-color: #454B54;
    color: #FFF;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 7px 13px;
    text-decoration: none;
    cursor: pointer;
}

li {
    margin-top: 5px;
}