.table tr {
    transition: all 0.5s ease
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f8faff;
}
.table td {
padding-top:1em !important;
padding-bottom:1em !important
}
.nopadding td {
padding-top:0.5em !important;
padding-bottom:0.5em !important
}

.expire {
    background-color: #e9ebee !important;
    color: #a0a9b9;
}
.process span {
    font-size:1.3em
}
.trcheck {
    background-color: #e5e9ef !important;
}
.trhover:hover {
    background-color: #e5e9ef !important;
    cursor:pointer
}
.tractive span{
    font-weight:bold;
    margin-bottom:10px;
    display:block;
}
.tractive span:before{
    font-family : 'themify';
    content: "\e649";
    font-size: 0.8em;
}


.veri input {
    width:60% !important
}

.process:hover,.process:hover > span {
    color:#000 !important
}

.examtable td:not(:first-child),.examtable th:not(:first-child){
    text-align:center
}
.examtable h4{
    font-weight:bold !important;
    color:#666;
    font-size:16px
}