﻿
td label {
    color: #666666;
    font-family: arail,helvetica,san-serif;
    font-size: 14px;
    font-weight: bold;
}

.top_testresult {
    color: #666666;
    font-family: arail,helvetica,san-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 2px;
    padding: 0;
}
.top_testresult span {
    margin: 0;
    padding: 6px;
}
.top_shortPass {
    background: none repeat scroll 0 0 #EDABAB;
    border: 1px solid #BC0000;
    display: block;
}
.top_shortPass span {
}
.top_badPass {
    background: none repeat scroll 0 0 #EDABAB;
    border: 1px solid #BC0000;
    display: block;
}
.top_badPass span {
}
.top_goodPass {
    background: none repeat scroll 0 0 #EDE3AB;
    border: 1px solid #BC9F00;
    display: block;
}
.top_goodPass span {
}
.top_strongPass {
    background: none repeat scroll 0 0 #D3EDAB;
    border: 1px solid #73BC00;
    display: block;
}
.top_strongPass span {
}
.testresult {
    color: #666666;
    display: inline-block;
    /*float: left; */
    font-weight: bold;
    padding: 6px 10px 6px 28px;
    border-radius: 2px;
    line-height: 19px;
    margin: 0 0 0 10px;
    padding: 5px 10px;
    background-image: none;
    font-weight: bold;
    font-size: 12px;
}
.testresult span {
}
.shortPass {
    background-color: #EDABAB;
    border: 1px solid #BC0000;
    background-position: 6px 8px;
    border-color: #C52820;
    color: #C52820;
    font-size: 12px;
    font-weight: normal;
}
.badPass {
    background-color: #EDABAB;
    border: 1px solid #BC0000;
    background-position: 6px 8px;
    border-color: #C52820;
    color: #C52820;
    font-size: 12px;
    font-weight: normal;
}
.goodPass {
    border: 1px solid #bc9f00;
    background-position: 6px 8px;
    background-color: #F9EDBE;
    border-color: #F0C36D;
    color: #c5973e;
}
.strongPass {
    border: 1px solid #73bc00;
    background-position: 6px 8px;
    background-color: #EBFFBF;
    border-color: #77A809;
    color: #77A809;
}
.testresult .fal, .testresult .far, .testresult .fas {
    margin-right: 8px;
}
.shortPass svg, .badPass svg {
    height: 14px;
    width: 14px;
    fill: #c52820;
    fill-opacity: 1;
    margin-right: 5px;
    vertical-align: text-bottom;
}
.goodPass svg {
    height: 14px;
    width: 14px;
    fill: #c5973e;
    fill-opacity: 1;
    margin-right: 5px;
    vertical-align: text-bottom;
}
.strongPass svg {
    height: 14px;
    width: 14px;
    fill: #77A809;
    fill-opacity: 1;
    margin-right: 5px;
    vertical-align: text-bottom;
}