table.tablesorter td {
	color: black;
	vertical-align: top;
	padding: 4px !important;
}

table.peakbagging th {
	padding-right: 20px !important;
}

table.peakbagging td.ui-state-highlight {
	padding: 3px !important;
}

.aux_file {
	margin-right: 5px;
	overflow: hidden;
	padding: 3px;
	border: 1px solid gray;
	width: 150px;
	height: 120px;
	text-align: center;
	float: left;
}

.jqueryFileTree li {
	width: 100% !important;
	white-space: normal !important;
}

#aladin-lite-div select {
	width: auto;
}

/*
Table of available Kepler/K2 data:
*/

#obs-kepler-season {
	color: Black;
	width: 100%;
	margin-bottom: 10px;
	border-collapse: separate;
	border-spacing: 0 0.3em; /* Distance between rows */
}

#obs-kepler-season table {
	margin: 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

#obs-kepler-season td {
	text-align: center;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	background-color: #eeeeee;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

#obs-kepler-season td.quarter.lasttd {
	border-right: 1px solid gray;
}

#obs-kepler-season .quarter {
	height: 2em;
	width: 11.1%;
	margin-bottom: 2px;
}

div.explain_color {
	float: left;
	width: 1.1em;
	height: 1.1em;
	border: 1px solid gray;
	margin-right: 5px;
	margin-left: 25px;
	margin-bottom: 0;
	margin-top: 0;
	vertical-align: middle;
	background-color: #eeeeee;
}

td.obs-lc, #explain_color_lc {
	background-color: #ffc966 !important;
}

td.obs-sc, #explain_color_sc {
	background-color: #66ff66 !important;
}

td.obs-lc-sc {
	background: -webkit-repeating-linear-gradient(#ffc966, #ffc966 49.9%, #66ff66 50.1%, #66ff66 100% );
	background: -o-repeating-linear-gradient(#ffc966, #ffc966 49.9%, #66ff66 50.1%, #66ff66 100% );
	background: -moz-repeating-linear-gradient(#ffc966, #ffc966 49.9%, #66ff66 50.1%, #66ff66 100% );
	background: repeating-linear-gradient(#ffc966, #ffc966 49.9%, #66ff66 50.1%, #66ff66 100% );
}

td.subquarter-1, td.subquarter-2, td.subquarter-3 {
	font-size: 8pt;
	width: 2.9em !important;
	border: 0 !important;
}

td.subquarter-1 {
	border-right: 1px dotted black !important;
}

td.subquarter-3 {
	border-left: 1px dotted black !important;
}

/*
List of publications
*/

#internal_publications, #external_publications {
	margin-left: 15px;
	margin-right: 15px;
	width: 90%;
}