/* Heading */
*{
	 font-family: Arial, Helvetica, sans-serif;
}
.ug-neet{
    text-align:center;
    font-size:32px;
    font-weight:bold;
    margin:25px 0 15px 0;
    letter-spacing:1px;
}
.ug-neet span{
    color:#e53935;
}

/* Table */
.container-ug{
    width:95%;
    margin:auto;
    background:#fff;
    padding:10px;
}

.ugtable{
    width:100%;
    border-collapse:collapse;
    font-size:14px;
}

.ugtable th, .ugtable td{
    border:1px solid #ccc;
    padding:8px;
    text-align:left;
}

.ugtable th{
    background:#e6e6e6;
    font-weight:bold;
}

.ugtable td a{
    color:#1a73e8;
    text-decoration:none;
    font-weight:500;
}

.ugtable td a:hover{
    text-decoration:underline;
}