@charset "UTF-8";


.erefbox {
    border-color: #013476;
    border: solid;
    font-size: 80%;
    #padding: 2px;
    padding-left: 2px;
    padding-right: 4px;
    margin-right: 6px;
    text-decoration: none;
    font-weight: bold;
}


.single-erefbox {
    #clear: right;
    float: right;
    margin: -2px;
}

.eref-anchor {
    text-decoration: none;
    color: #013476;
    margin-bottom: 2px;
    padding: 2px;
    background: white;
}

.eref-anchor:hover {
    color: #013476;
    font-weight: bold;
}

.eref-label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 2;
    #color: #fff;
    border: solid;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}