body {

	background-color: #1976D2;
	overflow: auto;
	width: 100%;
}

table, td, tr{
	border-color: #5BAFF3 !important;
	border: 2.5px solid;
	text-align: center !important;
	border-spacing: 1px !important;
}

p.rvps3 img{
	border-radius: 15px;
}

p.rvps3 img:hover{
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}
/*a{
	color: #42A5F5;
}
.centerlist{
	text-align: justify;
}*/

.clear {
	border: 0;
	clear: both;
	margin: 0;
	padding: 0;
}

#topic_header, #topic_footer,
#toc_header, #toc_footer  {
	padding: 10px;
}

#topic_content,
#toc_content{
	margin: 10px;
}

/* Backgrounds */

#topic_header {
	background: #1565C0 !important;
	margin-bottom: 15px;
	-webkit-box-shadow: 1px 1px 5px black;
	-moz--box-shadow: 1px 1px 5px black;
}

#topic_footer{
	margin-top: 20px;
}

/* Topic */


#topic_header #topic_header_content {
	float: left;
}

#topic_header #topic_header_nav {
	float: right;
}

#topic_header #topic_header_nav img {
	margin-left: 5px;
}

#topic_header a {
	color: white;
	text-decoration: none;
}

#topic_footer a,
#search_results a,
#popupMenu a {
	color: black;
	text-decoration: none;
}

#topic_header a:hover,
#topic_footer a:hover,
#search_results a:hover,
#popupMenu a:hover{
	text-decoration: underline;
}

#topic_header  h1{
	color: #6CC1FF;
	font-size: 18px;
	font-weight: bold;
}

#topic_footer {
	font-size: 1em;
	text-align: center;
}

#topic_breadcrumb {
	color: white;
	font-size: 11px;
}

/* Popup */

#popupMenu {
	background-color: #eee;
	border: 1px solid #999;
	position: absolute;
	padding: 5px;
	webkit-box-shadow: 0px 0px 5px #cccccc;
	-moz-box-shadow: 0px 0px 5px #cccccc;
	box-shadow: 0px 0px 5px #cccccc; 
}

#popupMenu a{
	display: block;
	margin: 5px 10px 2px 5px;
}

.close-button{
	color: #666;
	cursor: hand;
	cursor: pointer;
	float: right;
	font-size: 10px;
	position: relative;
	top: -5px;
	right: -3px;
}

/* Search highlight */

.highlight {
	background-color: yellow;
}
.sad{
    animation: sadness 1.5s steps(2) infinite;
}
@keyframes sadness {
	0%{ transform: rotate(15deg); }
	100%{ transform: rotate(-30deg); }
}
a[href^="#tab-keywords"]{
	display: none;
}
img[id^="sad"]{
	border-radius: 50%;
	text-align: center;
	height: 100px;
	width: 100px;
	box-shadow: 3px 1px 2px #805E5E;

}
input[type^="submit"]{
	background: #42A5F5;
	border: 3px solid #42A5F5; 
	color: #fff;
	font-weight: bold;
	padding: 5px;
	width: 281px;
}
input[type^="submit"]:hover{
	transform: scale(1.1);
}
input[id^="search_value"]{
	background: #42A5F5;
	border: 3px solid #42A5F5;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 4px;
	padding: 5px;
	width: 265px;
	text-align: center;
}
label[for^="search_value"]{
	display: none;
}
img[src^="img/arrow_up.png"]:hover{
	transform: scale(1.3);
}
img[src^="img/arrow_down.png"]:hover{
	transform: scale(1.3);
}
img[src^="img/arrow_right.png"]:hover{
	transform: scale(1.3);
}
img[src^="img/arrow_left.png"]:hover{
	transform: scale(1.3);
}
#search_results{
	text-align: center;
	font-size: 1.5em;
}