﻿.body { }

.userPanel {
    border: solid 1px #E3E3E3;
    display: block;
    margin-top: 6px;
    width: 500px;
}

.boxtitle {
    display: block;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 32px;
}

.descr {
    color: Blue;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 20px;
    margin: 8px 0 8px 0;
}
.descrNote {
    color: Blue;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    text-align:left;
    line-height: 20px;
    margin: 8px 0 8px 0;
}

.GenPassResult {
    background-color: #C6DBFF;
    border: solid 1px #F9E364;
    font-size: 1.2em;
    padding: 50px 3px 0 10px;
}

.passResultInfo {
    font-size: 1.7em;
    padding-left: 75px;
}