.scrollTable tr:not(:last-child) td, .scrollTable tr:not(:last-child) th, .nobottomborder tr:not(:last-child) td, .nobottomborder tr {
    border-bottom: none;
}
.nobottomborder {
    border-collapse: collapse;
}
.scrollTable tbody {
    display: block;
    height: 350px;
    overflow-y: scroll;
}
.scrollTable thead,
.scrollTable tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.scrollTable thead {
    width: calc( 100% - 1em)
}
.btn-danger, .btn-primary, .btn-info, .btn-success, .btn-secondary {
  min-width: 85px;
}
.btn-warning {
    width: 50px;
}
.btn-success, .btn-danger, .btn-primary, .btn-warning, .btn-info, .btn-secondary {
    padding: 0;
}
.table {
    margin: 0px;
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: hidden;
}
.table td, .table th {
    border: none;
    padding: 0px;
    vertical-align: middle;
}

.table thead th {
    vertical-align: middle;
    text-align: center;
}
td {
/*    background-color: #f5f5f5;*/
    text-align:center;
}
.nav {
    height: 38px;
}
.head .actionBtns {
    height: 40px;
    float: right;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #1ABC9C;
}
.modal.fade.show {
    padding: 0;
}
.banner {
    width: 174px;
    height: 54px;
    float: left;
    margin-bottom:10px;
}
.clearboth {
    clear: both;
}
.exit {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 18px;
}
.exit img {
    width: 30px;
    height: 30px;
}

/* TesterAnswerDerail*/
.reportInfo .reportTable{
    width:80%;
    margin-left:10%;
    margin-top:2%;
    background: rgba(255,255,255,0.8);
}
    .reportInfo .reportTable th {
        /*    background-color:#c4c9ce;*/
        background-color: #34495e;
        color: white;
    }
    .reportInfo .reportTable th, .reportInfo .reportTable td {
        height: 30px;
        border: 1px solid #b5babf;
    }
#answerSheetInfo {
    background: rgba(255,255,255,0.8);
}