@CHARSET "UTF-8";
body:before {
    position: fixed;
}
table {
    width: 90%;
    margin: 10px auto;
}

th{
	text-align: center;
	padding: 5px;
	color: #fff;
}

td{
	font-size: 0.9rem;
	padding: 5px;
	color: #fff;
}

textarea{
	color: black;
}

.staticPage{
	/* color: #fff; */
	font-size: 1rem;
}
.staticPage p{
    margin-top: 10px;
    font-size: 1rem;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 1.3;
    text-align: justify;
}

@media screen and (max-width: 768px) {

	table tr {border-bottom: 0px!important}

	table td {font-size: 1em!important}

	.login-container {
	    margin-top: 12px;
	    margin-right: 10px;
	}
	
	.panel-main{
		padding-top: 0px;
	}
	table td{
		display: table-cell!important;
		text-align: left;
	}	
	.profile-pic{
		display: block;
	}

}