/* Print style */

body {
	background-color: #fff;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color:#000;
}

a {
	text-decoration:none;
}

.fix {
	display: block;
	overflow:hidden;
}

div.jsrmsp-result-container {
	background-color: #ffffff;
	border: 1px solid #000;
	box-shadow: none;
	border-radius: 0px;
	margin: 0 auto;
	padding: 0 10px;
	width: 940px;
}

header.header {
	background-color: #fff;
	border-radius: 0px;
	display: block;
	overflow: hidden;
}

header.header {
	border-bottom: 1px solid #000;
}
footer.footer {
	border-top: 1px solid #000;
}

div.header-left {
	float: left;
	padding: 10px;
	height: 150px;
	width: 200px;
}

div.header-left > img {
  display: block;
  height: auto;
  width: 93px;
}

div.header-right {
	background-color: #fff;
	float: right;
	padding: 10px;
	width: 700px;
}

div.header-right > h2 {
	font-size: 30px;
	color: #000;
	font-weight: 400;
	margin: 5px 0;
	padding: 0;
}

header.header-right > p {
	font-size: 17px;
	margin: 25px 0;
	font-weight: 400;
}

div.jsrmsp-home-link {
	display: none;
}

div.jsrmsp-home-link a {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0px;
  color: #000;
}

/* Result Search */

div.jsrmsp-result-search {
	display:none;
}

/* Result view start */

div.jsrmsp-result-view {
	display: ;
}

div.jsrmsp-result-view h2 {
	border-bottom: 1px solid #000;
	font-size: 18px;
	font-weight: 400;
	color: #000;
	padding-bottom: 8px;
	text-align: center;
}

table.jsrmsp-student-info, table.jsrmsp-student-result {
	width: 100%;
	border: 1px solid #fff;
}

table.jsrmsp-student-info td, table.jsrmsp-student-result td, table.jsrmsp-student-result th {
	border: 1px solid #fff;
	color: #000;
	padding: 5px;
	width: 50%;
}

table.jsrmsp-student-info td, table.jsrmsp-student-result td {
	font-size: 15px;
	color: #000;
	font-weight: 400;
}

table.jsrmsp-student-result th {
	font-size: 15px;
	font-weight: 500;
}

table.jsrmsp-student-result tr.jsrmsp-certificate-view {
	display: none;
}

table.jsrmsp-student-result {
	margin-bottom: 10px;
}

div.jsrmsp-search-print {
	margin-bottom: 10px;
}

div.jsrmsp-search-print a {
	display: none;
}


/* Result view end */ 

footer.footer {
	display: block;
	border-top: 1px solid #000;
	overflow: hidden;
}

footer.footer > p {
	padding: 0px;
	text-align: center;
	color:#000;
	font-size: 16px;
	font-weight: 400;
}

div#wpadminbar {
	display: none;
}