
/*      RESULT STYLE  */
.testresult{
        font-size:13px;
        font-family: arial,helvetica,san-serif;
        color:black;
        display: block;
        float:right;
        margin:2px
}

.special-font-size-1 .testresult {
    width: 15px;
}

.special-font-size-2 .testresult {
    width: 15px;
}

.special-font-size-3 .testresult {
    width: 25px;
}

.testresult span{
        display:block;
        float:right;
        height:17px;
        padding-left:17px;
        white-space: nowrap;
}
.shortPass{
    border:1px solid #bc0000;
}
.badPass{
    border:1px solid #bc0000;
}
.goodPass{
    border:1px solid #bc9f00;
}
.strongPass{
    border:1px solid #73bc00;
}