﻿ @charset "utf-8";
/* CSS Document */

/* Two columns ~70%, 30% */

.column {
	position: relative;
	width: 100%;
}
.mask {
	position: relative;
	overflow: visible;
	margin: 0px auto;
	width: 103%;
}
.colleft {
	position: relative;
	width: 100%;
	right: 26%;
}
.col1 {
	position: relative;
	overflow: hidden;
	float: left;
	width: 26%;
	left: 100%;
	margin-bottom: 1px;
}
.col2 {
	position: relative;
	overflow: visible;
	float: left;
	width: 73.5%;
	left: 0%;
	margin-bottom: 1px;
}
/* Two Columns 50% */

.maskb {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	width: 100%;
}
.colleftb {
	position: relative;
	width: 100%;
	right: 50%;
}
.col1b {
	position: relative;
	overflow: hidden;
	float: left;
	width: 48%;
	left: 101%;
	text-align: right;
}
.col2b {
	position: relative;
	overflow: hidden;
	float: left;
	width: 48%;
	left: 2%;
	text-align: left;
}
/* Two Columns 50% */

.maskc {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	width: 101%;
}
.colleftc {
	position: relative;
	width: 101%;
	right: 50%;
}
.col1c {
	position: relative;
	overflow: hidden;
	float: left;
	width: 50%;
	left: 100%;
	text-align: left;
}
.col2c {
	position: relative;
	overflow: hidden;
	float: left;
	width: 49%;
	left: -0.5%;
	text-align: left;
}
/* Two columns ~65%, ~30% */

.maske {
	position: relative;
	overflow: visible;
	margin: 0px auto;
	width: 100%;
}
.collefte {
	position: relative;
	width: 100%;
	right: 26%;
}
.col1e {
	position: relative;
	overflow: hidden;
	float: left;
	width: 26%;
	left: 100%;
	margin-bottom: 1px;
}
.col2e {
	position: relative;
	overflow: visible;
	float: left;
	width: 73.5%;
	left: 0%;
	margin-bottom: 1px;
}
/* Three columns */

.colmask {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	width: 100%;
}
.colmid {
	position: relative;
	width: 100%;
	right: 35%;
}
.collefta {
	position: relative;
	width: 100%;
	right: 35%;
	text-align: center;
	margin-bottom: -25px;
}
.col1a {
	position: relative;
	overflow: hidden;
	float: left;
	width: 33%;
	left: 101%;
	text-align: center;
}
.col2a {
	position: relative;
	overflow: hidden;
	float: left;
	width: 28%;
	left: 38%;
	text-align: center;
}
.col3a {
	position: relative;
	overflow: hidden;
	float: left;
	width: 33%;
	left: 75%;
	text-align: center;
}
/* button code */

.popular {
	margin-bottom: 25px;
	box-sizing: border-box;
}
.popular ul {
	font-size: 0;
	list-style-type: none;
	padding: 0;
	overflow: visible;
}
.popular ul li {
	font-family: Korolev, "Arial Narrow", Arial, "Liberation Sans", helvetica, sans-serif;
	font-size: 13.5px;
	color: #225785;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom-left-radius: 5px;
	text-align: left;
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 172px;
	margin-right: 5px;
	margin-top: 5px;
	position: relative;
	border: 1px solid #CCC;
	border-radius: 3px;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 2px 0px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 0.3) inset;
	transition: background-color 0.2s linear 0s, border-color 0.1s linear 0s, color 0.2s linear 0s;
}
#rt-drop_down {	
	background: url("//www.ep.liu.se/images/arrow_down.png") no-repeat 95% 45%;
	width: 165px;
	margin-right: 6px;
}
#rt-go_direct {
	background: url("//www.ep.liu.se/images/arrow-right.png") no-repeat 95% 45%;
	background-size: auto, 12%;
	padding: 0;
	width: 184px;
	margin-right: 7px;
}

#rt-go_link_out {
	background: url("//www.ep.liu.se/images/link_out.jpg") no-repeat 95% 45%;
	background-size: auto, 12%;
	padding: 0;
	width: 184px;
}

#rt-go_direct_2 {
	background-size: auto, 12%;
	padding: 0;
	width: 363px;
}

#rt-go_direct_3 {
	background: url("//www.ep.liu.se/images/arrow-right.png") no-repeat 95% 45%;
	background-size: auto, 12%;
	padding: 0;
	width: 185px;
}
#rt-go_direct_4 {
	background: url("//www.ep.liu.se/images/arrow-right.png") no-repeat 95% 45%;
	background-size: auto, 12%;
	padding: 0;
	width: 378px;
}

#journals {
	background: url("//www.ep.liu.se/images/arrow-right-white.png") no-repeat 95% 45%;
	background-size: auto, 12%;
	background-color: #225785;
	padding: 0;
	width: 181px;
}
.popular ul li#journals a {
	color: white;
	font-weight: normal;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#journals:hover {
	background-color: #00b3e7;
}
#journals:active {
	top: 1px;
	box-shadow: none;
}
#journals {
	width: 25%;
	margin-bottom: 10px;
	background-size: auto, auto;
}

#button_blue {
	background: url("//www.ep.liu.se/images/arrow-right.png") no-repeat 95% 45%;
	background-color: #d3f0eb;
	background-size: auto, 12%;
	padding: 0;
	margin-right: 7px;
}
.popular ul li#button_blue a {
	color: black;
	font-weight: normal;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#button_blue:hover {
	background-color: #00cfb5;
}
#button_blue:active {
	top: 1px;
	box-shadow: none;
}
#button_blue {
	width: 23.5%;
	margin-bottom: 10px;
	background-size: auto, auto;
}
#button_green {
	background: url("//www.ep.liu.se/images/arrow-right.png") no-repeat 95% 45%;
	background-color: #00cfb5;
	background-size: auto, 12%;
	padding: 0;
	margin-right: 7px;
}
.popular ul li#button_green a {
	color: black;
	font-weight: normal;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#button_green:hover {
	background-color: #d3f0eb;
}
#button_green:active {
	top: 1px;
	box-shadow: none;
}
#button_green {
	width: 23.5%;
	margin-bottom: 10px;
	background-size: auto, auto;
}

#rt-go_direct:hover {
	background-color: #00b3e7;
}
.popular ul li#rt-go_direct a {
	color: #225785;
	font-weight: normal;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.popular ul li#rt-go_link_out a {
	color: #225785;
	font-weight: normal;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.popular ul li#rt-go_direct_2 a {
	color: #000;
	font-weight: normal;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.popular ul li#rt-go_direct_3 a {
	color: #225785;
	font-weight: normal;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.popular ul li#rt-go_direct_4 a {
	color: #000;
	font-weight: normal;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#rt-drop_down:hover {
	background-color: rgba(67, 123, 190, 0.1);
}
#rt-go_direct:hover {
	background-color: rgba(67, 123, 190, 0.1);
}
#rt-go_direct_link_out:active {
	top: 1px;
	box-shadow: none;
}
#rt-go_direct_2:active {
	top: 1px;
	box-shadow: none;
}
#rt-go_direct_2:hover {
	background-color: rgba(67, 123, 190, 0.1);
}
#rt-go_direct_3:active {
	top: 1px;
	box-shadow: none;
}
#rt-go_direct_3:hover {
	background-color: rgba(67, 123, 190, 0.1);
}
#rt-go_direct_4:active {
	top: 1px;
	box-shadow: none;
}
#rt-go_direct_4:hover {
	background-color: rgba(67, 123, 190, 0.1);
}
.popular ul li.last-resource {
	margin-right: 0;
}
.popular ul li ul {
	display: none;
	z-index: 10;
}
.popular ul li:hover {
  cursor: pointer;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.popular ul li:hover ul {
	display: block;
	margin-top: 9px;
	width: 180px;
	left: 0;
	position: absolute;
}
.popular ul li:hover ul li {
	display: block;
	background-color: white;
	border-radius: 0;
	border-top: none;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0;
	left: -1px;
	box-shadow: none;
	width: 218px;
}
.popular ul li:hover ul li.first-resource {
	border-top: 1px solid #CCC;
}
.popular ul li:hover ul li span {
	color: white;
	background-color: #00b3e7;
	padding: 4px 6px;
	text-align: center;
	font-size: .6rem;
	border-radius: 3px;
	margin-left: 3px;
	position: absolute;
	text-transform: uppercase;
	float: right;
	display: inline;
	right: 6px;
	bottom: 6px;
}
.popular ul li:hover ul li a {
	font-weight: normal;
	display: block;
}
.popular ul li:hover ul li:hover {
	background-color: #f2f2f2;
}
.popular ul li:hover ul li:hover span {
	text-decoration: none;
}
.popular {
	margin-bottom: 25px;
	box-sizing: border-box;
}
.popular ul {
	font-size: 0;
	list-style-type: none;
	padding: 0;
	overflow: visible;
}

@media screen and (max-device-width: 480px) {
.popular ul li {
	width: 88%;
	margin-bottom: 10px;
}
#rt-go_direct {
	width: 90%;
	margin-bottom: 10px;
	background-size: auto, auto;
}
#rt-drop_down {
	overflow: visible;
	background-size: auto, auto;
}
.popular ul li:hover ul {
	width: 100%;
}
.popular ul li:hover ul li {
	margin-bottom: 0;
	box-shadow: none;
}
}
/* Html text on the pages */

.page-text {
	font-family: Korolev, tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
/* space */

.spacea {
	margin-top: 22px;
}
.spaceb {
	margin-top: 25px;
}
.spacec {
	margin-top: 31px;
}

.fieldset {
	margin: 0px;
	padding: 8px;
}
/* Vinjett, small */

.vinjett {
	font-family: Korolev, tahoma, verdana, arial, sans-serif;
	border-bottom: 1px solid #ccc;
	color: #000;
	font-size: 120%;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 130%;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.3em 0;
	text-transform: uppercase;
	font-stretch: normal;
}
.vinjett_left {
	font-family: Korolev, tahoma, verdana, arial, sans-serif;
	border-bottom: 1px solid #ccc;
	color: #000;
	font-size: 120%;
	font-weight: normal;
	text-align: left;
	letter-spacing: 1px;
	line-height: 130%;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.3em 0;
	text-transform: uppercase;
	font-stretch: normal;
}
/* Vinjett, big */

.vinjett_big {
	font-family: Korolev, tahoma, verdana, arial, sans-serif;
	border-bottom: 1px solid #ccc;
	color: #000;
	font-size: 130%;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 130%;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.3em 0;
	text-transform: uppercase;
	font-stretch: normal;
}
/* Line (<hr>) */ 	

hr.style {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
/* Buttons without "drop-down" function */

.button {
	font-family: Korolev, tahoma, verdana, arial, sans-serif;
	background-color: #FFFFFF;
	background-image: url(https://www.ep.liu.se/images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	color: black;
	padding: 10px 15px;
	padding-left: 10px;
	text-align: left;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	width: 165px;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	margin: 4px 2px;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	border: 1px solid #cccccc;
}
.button:hover {
	background: #ecf2f8;
	color: #000000;
	text-decoration: none;
}
/* Buttons with "drop-down" function*/

.dropbtn {
	font-family: Korolev, tahoma, verdana, sans-serif;
	background-color: #FFFFFF;
	background-image: url(https://www.ep.liu.se/images/arrow_down.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	color: #225785;
	padding: 11px 15px;
	padding-left: 10px;
	text-align: left;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	font-size: 12px;
	width: 195px;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	margin: 4px 2px;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	border: 1px solid #cccccc;
}
/* Contents <div> needed to position the contecnts in "drop down" */
.dropdown {
	position: relative;
	display: inline-block;
}
/* Contents in "drop down" (Hidden by default ) */

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	min-width: 280px;
	box-shadow: 0px 9px 9px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
/* Links to "drop down" */

.dropdown-content a {
	color: black;
	padding: 4px 4px;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	display: block;
}
/* Change colour for "drop down" at hover */

.dropdown-content a:hover {
	background-color: #ecf2f8;
}
/* Dispaly "drop down" enu when hovering */

.dropdown:hover .dropdown-content {
	display: block;
}
/* Change back ground colour for the "drop down"  button when the contents in "drop down" is shown */
.dropdown:hover .dropbtn {
	background-color: #ecf2f8;
	color: #000000;
}
/* table */

table {
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif'Sans-Serif;
	margin: 20px;
	border-collapse: collapse;
}
table tr {
	font-size: 100%;
}
table {
	margin-left: 0px;
}
table tr th, table thead tr th {
	font-weight: bold;
	vertical-align: middle;
	color: #666;
	font-size: 120%;
	border-bottom: 2px solid #666;
	background-color: inherit;
}
table tr th[scope="row"] {
	border-right: 2px solid #666;
	border-bottom: 0px;
}
table th {
	vertical-align: left;
	font-size: 11px;
	color: #666;
}
table td {
	vertical-align: middle;
	font-size: 11wpx;
	padding-left: 5px;
	color: #666;
}
table tbody tr:hover td {
	color: #000;
}
/*  Accordion function main*/

.ac-container {
	width: 100%;
	margin: 10px auto 15px auto;
	text-align: left;
}
.ac-container label {
	font-family: Korolev, "Arial Narrow", Arial, "Liberation Sans", helvetica, sans-serif;
	font-size: 15px;
	color: #225785;
	padding: 10px;
	position: relative;
	z-index: 20;
	display: block;
	background-color: #ecf2f8;
	cursor: pointer;
	border: 1px solid #CCC;
	border-radius: 3px;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 2px 0px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 0.3) inset;
}
.ac-container label:hover {
	text-decoration: underline;
	background-color: #f2f2f2;
}
.ac-container label:active {
	top: 1px;
	box-shadow: none;
	}
.ac-container input:checked + label, .ac-container input:checked + label:hover {
	background-color: rgba(67, 123, 190, 0.1);
	color: black;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.ac-container label:after, .ac-container input:checked + label:after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 8px;
	top: 7px;
	background: transparent url(https://www.ep.liu.se/images/arrow_down.png) no-repeat center center;
}
.ac-container input:checked + label:after {
	background-image: url(https://www.ep.liu.se/images/arrow_up.png);
}
.ac-container input {
	display: none;
}
.ac-container article {
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	padding-left: 10px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container .ac-block {
	margin-bottom: 10px;
}
.ac-container article p {
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
	line-height: 18px;
	font-size: 100%;
	padding: 5px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container article p.second-paragraph {
	padding-top: 0;
	margin-top: -20px;
}
.ac-container input:checked ~ article {
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	border: 1px solid #CCC;
}
.ac-container input:checked ~ article.ac-75 {
	height: 75px;
	padding-top: 10px;
}
.ac-container input:checked ~ article.ac-125 {
	height: 125px;
	padding-top: 10px;
}
.ac-container input:checked ~ article.ac-150 {
	height: 150px;
	padding-top: 10px;
}
.ac-container input:checked ~ article.ac-200 {
	height: 200px;
	padding-top: 10px;
}
.ac-container input:checked ~ article.ac-250 {
	height: 250px;
	padding-top: 10px;
}
.ac-container input:checked ~ article.ac-300 {
	height: 300px;
	padding-top: 10px;
}
.ac-container input:checked ~ article.ac-320 {
	height: 320px;
	padding-top: 10px;
}
.ac-container input:checked ~ article.ac-430 {
	height: 430px;
	padding-top: 10px;
}
.ac-container input:checked ~ article.ac-450 {
	height: 450px;
	padding-top: 10px;
}
.ac-container input:checked ~ article.ac-490 {
	height: 490px;
	padding-top: 10px;
}
.ac-container input:checked ~ article.ac-530 {
	height: 530px;
	padding-top: 10px;
}
.ac-container input:checked ~ article.ac-560 {
	height: 560px;
	padding-top: 10px;
}
.ac-container input:checked ~ article.ac-600 {
	height: 600px;
	padding-top: 10px;
}
.ac-container input:checked ~ article.ac-620 {
	height: 620px;
	padding-top: 10px;
}
.ac-container input:checked ~ article.ac-700 {
	height: 700px;
	padding-top: 10px;
}
.ac-container input:checked ~ article.ac-750 {
	height: 750px;
	padding-top: 10px;
}
.ac-container input:checked ~ article.ac-775 {
	height: 775px;
	padding-top: 10px;
}
.ac-container input:checked ~ article.ac-800 {
	height: 800px;
	padding-top: 10px;
}
.ac-container input:checked ~ article.ac-830 {
	height: auto;
	padding-top: 10px;
}
.ac-container input:checked ~ article.ac-900 {
	height: 900px;
	padding-top: 10px;
}
.ac-container input:checked ~ article.ac-925 {
	height: 925px;
	padding-top: 10px;
}
.ac-container input:checked ~ article.ac-950 {
	height: 950px;
	padding-top: 10px;
}
.ac-container input:checked ~ article.ac-960 {
	height: 960px;
	padding-top: 10px;
}
.ac-container input:checked ~ article.ac-990 {
	height: 990px;
	padding-top: 10px;
}
.ac-container input:checked ~ article.ac-1020 {
	height: 1020px;
	padding-top: 10px;
}
.ac-container input:checked ~ article.ac-1100 {
	height: 1100px;
	padding-top: 10px;
}
.ac-container input:checked ~ article.ac-1200 {
	height: 1200px;
	padding-top: 10px;
}
.ac-container input:checked ~ article.ac-1300 {
	height: 1300px;
	padding-top: 10px;
}

.ac-container input:checked ~ article.ac-1350 {
	height: 1350px;
	padding-top: 10px;
}
.ac-container input:checked ~ article.ac-1400 {
	height: 1400px;
	padding-top: 10px;
}
.ac-container input:checked ~ article.ac-1450 {
	height: 1450px;
	padding-top: 10px;
}
.ac-container input:checked ~ article.ac-1500 {
	height: 1500px;
	padding-top: 10px;
}
.ac-container input:checked ~ article.ac-1530 {
	height: 1530px;
	padding-top: 10px;
}
.ac-container input:checked ~ article.ac-1600 {
	height: 1600px;
	padding-top: 10px;
}
.ac-container input:checked ~ article.ac-1680 {
	height: 1680px;
	padding-top: 10px;
}
.ac-container input:checked ~ article.ac-1800 {
	height: 1800px;
	padding-top: 10px;
}
.ac-container input:checked ~ article.ac-1850 {
	height: 1850px;
	padding-top: 10px;
}
.ac-container input:checked ~ article.ac-5200 {
	height: 5200px;
	padding-top: 10px;
}
.ac-container input:checked ~ article.ac-9400 {
	height: 9400px;
	padding-top: 10px;
}

.ac-container input:checked ~ article.ac-11500 {
	height: 11500px;
	padding-top: 10px;
}
.tooltip {
    position: relative;
    display: inline-block;
	border-bottom: 1px dotted black;
}

/*  Accordion sub function under main */

.accordion {
	width: auto;
	color: #225785;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.accordion label {
	font-family: "Arial Narrow",Arial,"Liberation Sans",helvetica,sans-serif;
    font-size: 15px;
	color: #225785;
	position: relative;
	display: block;
	height: 15px;
	cursor: pointer;
	color: #515152;
	line-height: normal;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #ecf2f8;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.accordion label:hover {
	background: #F3F3F3;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.accordion input + label {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.accordion input:checked + label:hover {
	color: #3d7489;
	background-color: #FFFFFF;
}

.accordion input {
    display: none;
}
.accordion .article {
	overflow: hidden;
	height: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #FFF;
	padding-left: 3px;
	font-size: 12px;
}
.accordion .article p {
	font-style: normal;
	color: #000;
	line-height: normal;
	padding-top: 5px;
	padding-bottom: 7px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.accordion input:checked ~ .article {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.accordion input:checked ~ .article.ac-content {
    height: auto;
}

.accordion input {
	display: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*  New book and new thesis */

.tooltip .tooltiptext {
    visibility: hidden;
	font-family: Korolev, "Arial Narrow", Arial, "Liberation Sans", helvetica, sans-serif;
	font-size: 10px;
    width: 100px;
	background-color: white;
    opacity: 0.8;
    color: black;
    text-align: center;
    border-bottom: 2px solid black;
	border-top: 2px solid black;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

#hotback {
	height: 200px;
	width: 150px;
	background-repeat: no-repeat;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-image: url('/images/COVER01.jpg');
}
#hotimg {
	max-width: 150px;
}

.tempinfo{background-color:#ffff99; margin-bottom: 1em; padding:0.7em; font-weight:bold;}