/*
* Styles added to make the Skeleton 2 Boilerplate funtion as a GetSimple Theme
* 2014, Timbow
*
* Modified for emts2016.org by Henrik
*
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* Use this file for your own styles
*/

header h1 {
	font-size: 5rem;
}

#navbar {
	position: fixed;
	z-index: 100;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #E1E1E1;
	background-color: #ffffff;
	opacity: 0.9;
}

#nav-spacer {
	height: 76px;	
}

@media print {
	#navbar {
		height: 0px;
		display: none;
	}
}

table.namelist td {
	border-bottom: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
table.namelist td:first-child {
	padding-left: 20px;
}
table.namelist tr:hover {
	background-color:#EEEEEE;
}

table.timeline td {
	border-bottom: none;
	padding: 3px 6px;
}
table.timeline td:first-child {
	padding-left: 20px;
}


#container {
	/*padding-top: 2.5rem;*/
	margin-bottom: 2rem;
}

header a, header a:hover, footer a {
	text-decoration: none;
	color: inherit;
}

header hr {
	margin-bottom: 0;
}

nav ul {
	text-align: center;
	margin: 0;
}

nav li {
	display: inline;
	text-transform:uppercase;
	font-size: 2rem;
	line-height: 4rem
}

nav a {
	color: inherit;
	display: inline-block;
	text-decoration:none;
	padding:0 2rem;
	border: 1px solid #FFFFFF;
}

nav li a:hover, nav li a:focus {
	color:#0FA0CE;
	border: 1px solid #E1E1E1;
}

nav li.current a  {
	color:#1EAEDB;
}

footer {
	text-align:center;
	font-size:smaller;
}

/* adjust the default lists */
ul {
  list-style: circle outside; }
ol {
  list-style: decimal outside; }
ol, ul {
  padding-left: 1.5rem;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 0.5rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* a more compact unordered list that appear "inside" a paragraph */
ul.compact {
	list-style: circle outside;
	margin-bottom: 1rem;
	margin-left: 2rem;
}
p + ul.compact {
	margin-top: -1.5rem;
}
ul.compact li {
	margin-bottom: 0.5rem;
}

ol.topics {
	list-style-type: none;
	padding-left: 0rem;
}

ol.topics li {
	font-weight: bold;
	color: #555;
	margin-bottom: 0.5rem;
}
ol.topics ul {
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}
ol.topics ul li {
	font-weight: normal;
}
div.sessionlist {
   margin-bottom: 2.5rem; 
}

.sessionlist .expandable {
    padding: 0.5rem 0rem;
    border-top: 1px solid #E1E1E1;
}

.sessionlist .expandable:last-child {
    border-bottom: 1px solid #E1E1E1;
}
.sessionlist .exp-header {
    font-weight: bold;
    color: #555;
}

.sessionlist .exp-header:hover {
    cursor: pointer;
    color: #222;
}

.exp-header {
	color: #1EAEDB;
}

.exp-header:hover {
    cursor: pointer;
    color: #0FA0CE;
}


.sessionlist .exp-content p {
    margin-top: 1rem;
    margin-bottom: 0rem;
}
.sessionlist p.conveners {
    text-align: right;
}
.sessionlist .exp-content ul {
    margin-bottom: 0rem;
}
.sessionlist .exp-content li {
    margin-top: 0.5rem;
    margin-bottom: 0rem;
	margin-left: 2rem;
}

.u-center {
	margin-left: auto;
	margin-right: auto;
}

h3.course {
	font-size: 2.5rem;
	font-weight: bold;
	color: #15027b;
}