td {
	color: #000;
}

td > a {
	color: #000;
}

td > a:hover {
	color: #fff;
}

tr.td-hover > td > a:hover {
	color: darkblue !important;
	text-decoration: none;
}

.navbar-login {
	width: 305px;
	padding: 10px;
	padding-bottom: 0px;
}

.navbar-login-session {
	padding: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.icon-size {
	font-size: 87px;
}

.btn-file {
	position: relative;
	overflow: hidden;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

.space {
	margin-top: 15px;
	margin-bottom: 15px;
}

.opp-row > td {
	text-align: center;
}

/* Checkbox */
