.val25, .val41 {color:red; font-weight: bold; font-size:20px;}

.val30, .val45{color:green; font-weight: bold; font-size:20px;}

.actionbuttoncontainer{width:200px;z-index:1000;}

.fedset, .fedset a {    background-color: #151c3e;
    
    text-align: center;
    height: 37px;
    color: white !important;
    font-weight: bold;
font-size:12px;
}
.scorecontainer, .scoretot {font-weight:bold; text-align:center;}

.ineligible {     text-decoration: line-through; color: #c3bebe }
.eligible {     font-weight:bold; }

.scoretot{color: green; font-size:25px; border-top: 2px solid black; margin-top:10px;}
    .fedset { 
    border: 1px solid white;
    }
.limitform {    background-color: #427888;
    border: 1px solid white;
    color: white;}

    .selectedscore {background-color: #cdead5;}

    .namelabel {text-align:center;}

    .filterset, .filterset a {    background-color: #2e7477;
    
    text-align: center;
    height: 37px;
    color: white !important;
    font-weight: bold;
font-size:19px;
}

.error {background-color: #de8484;}

    .filterset { 
    border: 1px solid white;
    }

    .filtersetactive, .filtersetactive a {   background-color: #5a1d1d !important;
   }

   .filtersetactive, .fedsetactive { 
    box-shadow: 1px 3px 0px 1px #888888;}


        .importerbutton, .importerbutton a {    background-color: #151c3e;
    
    text-align: center;
    height: 37px;
    color: white !important;
    font-weight: bold;
font-size:19px;
}

    .importerbutton { 
    border: 1px solid white;
    }
input[name="limit2"] {    width: 58px !important;}

html {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
    -ms-box-sizing: inherit;
    box-sizing: inherit;
}
html, body {
    margin:0;
    padding:0;
}
.header {
       position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 43px;
    margin: auto;
    margin-bottom: 150px;
    background-color: white;
    z-index: 2;
}
@media screen and (max-width:1000px) {
.header {
    width:auto
}
}
.wrap {
    max-width:1000px;
    margin:auto;
    border:1px solid #000;
    padding:110px 10px 10px;
    background:#f9f9f9;
}
