#error {
    text-align: center;
    font-size:13px;
    font-weight: bold;
    color:red;
}
.resultLink {
    color: white;
    font-weight:bold;
    text-decoration: none;
}
.resultLink:hover{
    color: white;
    text-decoration: underline;
}
.firstRow {
    width: 100px;
    height: 30px;
    font-weight: bold;
    color: #628ec4;
    background-color: #e5edf6;
    padding-left: 4px;
}
.title {
    font-size: 12px;
    color: black;
    font-weight: bold;
    text-align: left;
    padding-left: 2px;
}
.ContCont {
    width: 674px;
}
.table tr,td{
    font-size:12px;
    /*border:1px solid white;*/
}
.table .title {
    font-weight: bold;
    font-size: 12px;
    padding: 5px;
}
.result {
    /*border: 1px dotted black;*/
    margin-bottom: 1px;
}
.tableList td{
    text-align: left;
}

.popupdiv {
    margin-left: 5%;
    margin-top:5%;
    position:absolute;
    display:none;
    background-color:white;
    border:3px solid #aac4e3;
    width:640px;
    height:480px;"
}

