
            body {
                background-color:#2e466e;
                font-family:arial;
                margin:0 auto;
                max-width:1300px;
                padding:0 10px;
            }
            .thebuttons {
                text-align:center;
                margin-bottom:20px;
            }
            .thebuttons h2 {
                color:white;
                font-variant:small-caps;
                margin-bottom:5%;
                font-size:20px;
            }
            .thebuttons button {
                outline:0;
            	-moz-box-shadow:inset 0px 0px 15px 3px #23395e;
            	-webkit-box-shadow:inset 0px 0px 15px 3px #23395e;
            	box-shadow:inset 0px 0px 15px 3px #23395e;
            	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2e466e), color-stop(1, #415989));
            	background:-moz-linear-gradient(top, #2e466e 5%, #415989 100%);
            	background:-webkit-linear-gradient(top, #2e466e 5%, #415989 100%);
            	background:-o-linear-gradient(top, #2e466e 5%, #415989 100%);
            	background:-ms-linear-gradient(top, #2e466e 5%, #415989 100%);
            	background:linear-gradient(to bottom, #2e466e 5%, #415989 100%);
            	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e466e', endColorstr='#415989',GradientType=0);
            	background-color:#2e466e;
            	-moz-border-radius:17px;
            	-webkit-border-radius:17px;
            	border-radius:17px;
            	border:1px solid #1f2f47;
            	cursor:pointer;
            	color:#ffffff;
            	font-family:Arial;
            	font-size:15px;
            	padding:13px 21px;
            	text-decoration:none;
            	text-shadow:0px 1px 0px #263666;
                display:block;
                margin:20px auto 0;
                font-weight:600;
            }
            .thebuttons button:hover {
            	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #415989), color-stop(1, #2e466e));
            	background:-moz-linear-gradient(top, #415989 5%, #2e466e 100%);
            	background:-webkit-linear-gradient(top, #415989 5%, #2e466e 100%);
            	background:-o-linear-gradient(top, #415989 5%, #2e466e 100%);
            	background:-ms-linear-gradient(top, #415989 5%, #2e466e 100%);
            	background:linear-gradient(to bottom, #415989 5%, #2e466e 100%);
            	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#415989', endColorstr='#2e466e',GradientType=0);
            	background-color:#415989;
            }
            .thebuttons button:active {
            	position:relative;
            	top:1px;
            }
            .table {
                width:95%;
            }
            table p {
                text-align:right;
                padding:5px;
                margin:0;
                color:white;
                font-weight:600;
                font-size:14px;
            }
            h3, table p {
                color:white;
                font-variant:small-caps;
            }
            table a {
                color:white;
                float:left;
                text-align:left;
                font-weight:600;
                text-decoration:none;
            }
            table a .newani {
                background-color:#DB4437;
                font-size:10px;
                padding:3px;
            }
            table .reg {
                padding:2% 5px;
                border-radius:10px;
                color:#606060;
                border:2px solid #a5a5a5;
                width:160px;
                outline:0;
            }
            table select.reg{
                width:175px;
                padding:1.5% 5px;
            }
            table input[type=date]{
                padding:1% 5px;
            }
            table td {
                max-width:200px;
            }
            .reg:focus {
                background:#fdf0c9;
            }
            .members {
                color:white;
            }
            .members tr, .members th, .members td {
                border:0.5px solid #606060;
                padding:10px;
                font-size:13px;
            }
            nav {
                width:100%;
                color:white;
                border-bottom:0.5px solid #fcfcfc;
                padding:20px 0;
            }
            nav a {
                padding:20px;
                text-decoration:none;
                border-right:0.5px solid #fcfcfc;
                color:white;
                font-size:12px;
            }
            .clearfix {
                clear:both;
            }
            .slip {
                background:white;
                padding:2%;
                text-align:left;
                position:relative;
            }
            .slip table {
                width:95%;
            }
            .bgslip {
                background-image:url('https://raghunathpurcollege.ac.in/images/essentials/embb.png');
                background-position:center;
                background-repeat:no-repeat;
                background-size:auto 50%;
                position:absolute;
                top:0;
                right:0;
                bottom:0;
                left:0;
                opacity:0.1;
            }
            .slip h2 {
                color:black;
                text-align:center;
            }
            .slip td {
                font-size:13px;
                padding:5px;
            }
            .slip .titles {
                font-variant:small-caps;
                font-weight:600;
            }
            .fb-comments {
                color:white;
            }
        