.rel-link {
	font-family: Menlo,Monaco,Consolas,'Courier New',monospace !important;
}
div.bootstrap-dialog div.modal-content {
	margin: 40px 20px 0 20px;
}
thead {
	background:#fefefe;
}
header.uniidnext {
	background: url("../images/bg1.jpg");
	background-position: center center;
	background-size: cover;
	color: #fff;
}
header .container {
	margin-top:0px;
	margin-bottom:20px;
}
div.container {
	margin-top:0px;
	margin-bottom:20px;
}
div.main-content {
	margin-bottom:35px;
}
header .midashi-btn {
	border: 1px solid #fff;
	color: #fff;
	border-radius: 0;
}
header .midashi-btn:hover {
	color: #0089ff;
	border-color: #0089ff;
}
.navbar-form {
	padding-right: 30px;
}
footer {
	width:100%;
	text-align: center;
	padding: 10px;
	background: #101010;
}
@media screen and (max-width: 480px) {
	header.jumbotron .container p {
		font-size: 16px;
	}
	.displayName {
		display:none;
	}
	div.container h1 {
		font-size: 24px;
	}
}
@media screen and (max-width:600px) {
	.displayName600 {
		display:none;
	}
}
@media screen and (min-width:481px) {
	footer {
	  	position:fixed !important;
		bottom:0px;
		left:0px;
		width:100%;
		text-align: center;
		padding: 10px;
		background: #101010;
	}
}

.margin-r-5 {
	margin-right:5px;	
}