#addressForm {
    display: none;
}

body,.list {
    font-family: Helvetica, Arial;
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    color: #aaa;
}

input[type=text],input[type=number] {
    border: 1px solid #CCC;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1em;
    color: #666;
    padding: 5px;
    height: 40px;
}

h1{
    margin:0.1em;
}

h3 {
    color: #333;
    margin-bottom: 5px;
}

#getTheAppBar{
       height: 35px;
    border-bottom: 1px solid #444;
    text-align: center;
    width: 100%;
    background-color: #333;
    position: fixed;
    padding: 3px 0;
    z-index: 100;
    color: #CCC;
}

#getTheAppBar a{
    text-decoration: none;
    color:#ccc;
}

#closeAppBarBtn{
    font-weight: bold;
    font-size: 10px;
    height: 10px;
    cursor: pointer;
    float: right;
    margin-right: 10px;
    border: 1px solid white;
    padding: 2px 4px 4px 4px;
}

#wrapper {
    display: none;
    margin: auto;
}

#wrapper #header {
    z-index: 100;
}

#wrapper #header #mainTitle {
    background-color: #333;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    font-size: 10px;
}

#wrapper #header #mainTitle h1 {
    margin: 0;
}

#wrapper #content {
    padding: 0;
}

#wrapper  .tabs ul {
    padding: 0;
    text-align: center;
    margin: 0;
}

#wrapper #content #browseFilter {
    background-color: #AAA;
    padding: 10px;
}

#wrapper #content #browseFilter input {
    height: 30px;
    margin: 0;
    border-radius: 5px;
}


.positiveRow .measure_number,
.positiveRow .district_name{
    color:#5A992B;
}

.negativeRow .measure_number,
.negativeRow .district_name{
    color:#B81F1F;
}

#wrapper #content #homeTab #homePage,#wrapper #content #homeTab #chooseLocation
{
    padding: 10px;
}

#wrapper #content #loadingScreen {
    text-align: center;
    color: #025391;
}

.table {
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
}

.table tr {
    height: 40px;
}

.table thead {
    background-color: #bbb;
    font-weight: bold;
    color: #444;
    text-shadow: #f7f7f7 0 1px 1px;
}

.table th,.table td {
    text-align: left;
    padding: 0.4em 0.3em;
    white-space: nowrap;
    color: #333;
}

.table th {
    border-left: 1px solid #ddd;
    border-right: 1px solid #888;
    padding: 0.4em 0 0.3em 0.7em;
}



.table th:last-child {
    border-right: none;
}

.table tr:nth-child(even) {
    background-color: #EEE;
}

.itemBar {
    padding: 10px;
    background-color: #025391;
}

.itemTitle {
    font-size: 1.5em;
    color: #fff;
    font-weight: bold;
    float: left;
}

.itemSubTitle{
    font-weight: normal;
    font-size: 0.7em;
}

.socialShareBar {
    background-color: #2b79b4;
    padding: 10px;
    border-top: 1px solid #888;
}

.socialShareTitle {
    font-size: 1.3em;
    color: #fff;
    font-weight: bold;
    float: left;
}

.fbIcon {
    width: 76px;
    background: url('../img/fb_share.png') no-repeat;
    display: block;
    height: 30px;
}

.facebookBtn,.twitterBtn {
    margin-right: 5px;
    float: right;
}

.twitterBtn {
    height: 30px;
    border-radius: 5px;
    overflow: hidden;
}

.button {
    width: 100%;
    padding: 10px 25px;
    border-radius: 5px;
    height: 45px;
    font-weight: bold;
    cursor: pointer;
    border: 0;
    background-color: #025391;
    color: #fff;
    border: 1px solid #666;
}

#map {
    width: 100%;
    height: 150px;
}

.listPill {
    border: 1px solid #333;
    background-color: #efefef;
    font-weight: bold;
    color: #333;
    border-radius: 5px;
    list-style-type: none;
    margin-top: 15px;
    margin-left: 0;
    padding: 15px;
    cursor: pointer;
}

.linkPill {
    color: #025391;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 5px;
}

.pill{
   color:#fff;
   border-radius: 3px;
   padding: 5px;
   display: block;
   text-align:center;
   font-weight: bold;
}

.pillColumn{
   width:60px;
}

.greenBackground{
        background-color:#5a992b;
}

.redBackground{
        background-color:#b81f1f;
}

.positiveRecommendation {
    padding: 5px;
    color: #5a992b;
    font-weight: bold;
}

.positiveRecommendationHeader {
    text-align: center;
    padding: 5px 5px 5px 10px;
    color: #fff;
    background-color: #5a992b;
    font-weight: bold;
}

.negativeRecommendation {
    padding: 5px;
    color: #b81f1f;
    font-weight: bold;
}

.negativeRecommendationHeader {
    text-align: center;
    padding: 5px 5px 5px 10px;
    color: #fff;
    background-color: #b81f1f;
    font-weight: bold;
}

.padded {
    padding: 10px;
}

.boldGreen {
    color: #5A992B;
    font-weight: bold;
}

.boldRed {
    color: #B81F1F;
    font-weight: bold;
}

#content #pageNotFound {
    text-align: center;
    color: #666;
}

.lightButton {
    border: 1px solid #CCC;
    color: #666;
    padding: 7px 20px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    background-color: #F0F0F0;
}

.addressInput {
    width: 100%;
}

.cityInput {
    width: 61%;
}

.stateInput {
    text-align: center;
    width: 12%;
}

.zipCodeInput {
    width: 24%;
}

.warning {
    font-weight: bold;
    color: #B81F1F;
}

#formMessage {
    text-align: center;
    margin: 5px 0;
    border: 1px solid #CCC;
    width: 100%;
    padding: 5px;
}

.wide {
    width: 100%;
}


.shortButton{
    padding:0;
    margin-bottom:10px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#banner,
#footer{
    display: none;
}

#footer span {
    position: relative;
    top: 15px;
    text-shadow: white 0px 1px 0px;
}

#aboutIcon, #menuIcon {
    cursor: pointer;
}

.rule {
    text-align: center;
    font-weight: bold;
    margin: 1em 0;
    font-size: 1.1em;
}

.intro {
    color: #636363;
}

.left{
    float:left;
}

.imgContent{
    padding-bottom: 10px;
    padding-right: 10px;
    height: 80px;
}


.stronger{
    font-weight:bold;
    font-size: 14px;
}

.normal{
    font-weight:normal;
}
