@charset "utf-8";

body {
	background-color: #eeeeee !important;
}

.container {
	margin-top: 20px;
}

a {
	color: #ffffff;
}

a:hover {
	text-decoration: none;
	color: #ffffff;
}

.menu_tab {
	text-align: center;
}

.menu_tab .btn-block {
	margin-bottom: 15px;
}

.btn-primary {
	color: #fff;
	background-color: #00aff0;
	border-color: #00aff0;
}

.content {
	padding: 15px;
	background-color: #ffffff;
	border-radius: .25rem;
	font-size: 18px;
}

.content a {
	color: #00aff0;
}

.content a:hover {
	color: #17a2b8;
}

.content h4 {
	color: #00aff0;
	/*	font-weight: bold;*/
	padding: 15px 0;
}

.alert {
	margin: 20px 0;
	line-height: 36px;
}

.content li,
.content img {
	padding: 20px 0;
}

#gotop {
	position: fixed;
	z-index: 90;
	right: 30px;
	bottom: 31px;
	display: none;
	width: 50px;
	height: 50px;
	color: #fff;
	background: #007bff;
	line-height: 50px;
	border-radius: 50%;
	transition: all 0.5s;
	text-align: center;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}



/*
.link {
	margin: 15px;
	padding: 15px;
	word-break: break-all;
	background-color: #FFFFFF;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	font-size: 18px;
}
*/
