 .nht-table{
    width:100%;
    border-collapse:collapse;
}

.nht-table th,
.nht-table td{
    padding:15px;
    border-bottom:1px solid #ddd;
}

.nht-table th{
    background:#003b7a;
    color:white;
}

.nht-form input{
    width:100%;
    padding:12px;
}

.nht-form button{
    background:#003b7a;
    color:white;
    border:none;
    padding:12px 25px;
    cursor:pointer;
}

.nht-scorebox{
    text-align:center;
    margin-bottom:30px;
}

.nht-score{
    width:120px;
    height:120px;
    line-height:120px;
    border-radius:50%;
    background:#003b7a;
    color:#fff;
    font-size:40px;
    font-weight:bold;
    margin:auto;
}

.nht-success{
    background:#e8ffe8;
    padding:15px;
    margin-bottom:20px;
}