﻿
.standards h3{
    padding-bottom: 5px;
    border-bottom: solid 2px #e5e5e5;
    margin: 2em 0 .5em;
}

.btn-more{
    margin: 15px 0 0;
    width: 90px;
    height: 25px;
    background-position: -5px -495px;
} .btn-more:hover{ background-position: -100px -495px; }

.standards em{
    font-size: .75em;
    color: #666;
    line-height: 1.6em;
}

.standard{
    padding: 20px;
    background: #f4f4f4;
    border: solid 1px #e5e5e5;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0 0 1.5em;
}

.standard h3,
.standard h2{
    margin-top: 0;
}
