* {
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
}

body {
	background-color: #f0f7f9;
	margin-bottom: 50px;
}

a {
	color: #105060;
	text-decoration: underline;
}
a:hover {
	color: #105060;
	text-decoration: none;
}

#header,
#panel-menu,
#population-menu,
#readout-type-menu,
#group-menu,
#plot-type-menu,
#soluble-selection-menu,
#soluble-comparison-menu {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;                            
}

#page-start,
.meta-page,
#page-atlas {
	display: none;
}

#top-container {
	height: 80px;
}
#header {
	width: 1000px;
	margin: 0 auto;
}
#header-logo {
	float: left;
	font-size: 31px;
	padding-top: 10px;
	cursor: pointer;
}
#header-logo .image {
	position: absolute;
	height: 310px;
	width: 310px;
	top: 25px;
	margin-left: -50px;
}
#header-logo .text {
	position: absolute;
	margin-left: 80px;
	display: none;
	top: 16px;
}
#header-logo .text .first {
	font-weight: 100;
	font-size: 20px;
}
#header-logo .text .second {
	font-weight: 400;
	font-size: 23px;
}
#header-menu {
	float: right;
}
#header-menu a,
#header-menu li span {
	text-decoration: none;
	display: block;
	padding: 6px 4px;
}
#header-menu a {
	cursor: pointer;
}
#header-menu li span {
	cursor: default;
}
#header-menu > ul {
	list-style: none;
	margin: 30px -10px 0 0;
}
#header-menu > ul > li {
	display: inline-block;
	margin: 0 6px;
	font-size: 17px;
	font-weight: 500;
	color: #105060;
}
#header-menu > ul > li:hover {
	border-bottom: 3px #105060 solid;
}
#header-menu > ul > li.selected,
#header-menu > ul > li.selected:hover {
	border-bottom: 3px #105060 solid;
}
#header-menu > ul > li > ul {
	display: none;
	padding-top: 18px;
	margin-left: -6px;
	position: absolute;
}
#header-menu > ul > li > ul.right {
	margin-left: -150px;
}
#header-menu li:hover ul {
	display: block;
	z-index: 10;
}
#header-menu li:hover li {
	display: block;
}
#header-menu li:hover li a {
	display: block;
	width: 150px;
	padding: 10px 20px;
	background-color: #f0f7f9;
}
#header-menu li:hover li:hover a,
#header-menu li li.selected a {
	border-left: 3px #105060 solid;
	padding-left: 17px;
}


#middle-container {
	background-color: #ffffff;
}
#middle-container .content {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 30px 0;
}
#middle-container .content:after {
	content: "";
	display: table;
	clear: both;
}
#middle-container .content-footer {
	color: #808080;
	font-style: italic;
	font-size: 13px;
	line-height: 17px;
}
#middle-container .content-footer p {
	font-size: 13px;
}
#middle-container .content-footer sup {
	font-style: normal;
}

#bottom-container {  }

#footer {
	width: 1000px;
	margin: 0 auto;
	padding: 25px 0 30px 0;
}
#footer > .left {
	width: 800px;
	float: left;
}
#footer > .right {
	width: 200px;
	float: right;
	text-align: right;
}
#footer:after {
	content: "";
	display: table;
	clear: both;
}
#footer .logo {
	display: inline-block;
	height: 60px;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: bottom;
	cursor: pointer;
}
#footer .logo.kaw {
	background-image: url(images/logos/logo-kaw.png);
	background-size: auto 60px;
	width: 105px;
}
#footer .logo.nordstjernan {
	background-image: url(images/logos/logo-nordstjernan.png);
	background-size: auto 26px;
	background-position: center 16px;
	width: 200px;
	margin-left: 30px;
}
#footer .logo.ki {
	background-image: url(images/logos/logo-ki.png);
	background-size: auto 60px;
	width: 147px;
	margin-left: 30px;
}
#footer .logo.karolinska {
	background-image: url(images/logos/logo-karolinska.png);
	background-size: auto 38px;
	background-position: center 9px;
	width: 169px;
	background-color: #ffffff;
	border-radius: 15px;
	padding: 0 15px;
	margin-left: 30px;
}	
#footer ul {
	list-style: none;
	font-size: 13px;
}
#footer li {
	display: block;
	text-align: right;
	margin-bottom: 8px;
}
#footer p {
	text-align: right;
	margin: 0;
	font-size: 13px;
}
#footer > .right p:first-of-type {
	margin: 10px 0 7px;
}

#privacy-popup {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #f7f7f7;
	background: #105060;
	color: #fff;
	border-top: 1px #105060 solid;
}
#privacy-popup a {
	color: #fff;
}
#privacy-popup .content {
	width: 1000px;
	margin: 0 auto;
	padding: 12px 0;
}
#privacy-popup .content:after {
	content: "";
	display: table;
	clear: both;
}
#privacy-popup .content p {
	display: block;
	padding: 6px 0;
	float: left;
	margin-right: 20px;
}
#privacy-popup-close {
	display: block;
	padding: 5px 12px;
	border: 1px #ffffff solid;
	float: right;
	font-weight: bold;
	cursor: pointer;
	color: #105060;
	background-color: #f0f7f9;
	border-radius: 5px;
}
#privacy-popup-close:hover {
	background-color: #ffffff;
	color: #000000;
}


/* LOADING PAGE */

#page-loading {
	min-height: 780px;
}

#page-loading p {
	padding: 200px 0;
	font-size: 38px;
	color: #b0b0b0;
	text-align: center;
}




/* START PAGE */

#page-start {
	min-height: 780px;
}
#page-start:after {
	content: "";
	display: table;
	clear: both;
}

#page-start .logo {
	margin: 15px 0 25px 310px;
	font-size: 50px;
	font-weight: 100;
}
#page-start .logo .first {
	font-size: 45px;
	font-weight: 100;
	margin-bottom: 3px;
}
#page-start .logo .second {
	font-size: 50px;
	font-weight: 400;
}
#page-start .introduction {
	margin: 0 0 45px 310px;
}
#page-start .introduction p {
	font-size: 18px;
	line-height: 30px;
}
#page-start .left-column {
	width: 225px;
	margin: 25px 0 0 15px;
	float: left;
}


#start-panel-menu > .error {
	text-align: center;
	padding: 100px 0;
	font-size: 30px;
}
#start-panel-menu ul {
	list-style: none;
	margin-left: -25px;
	text-align: center;
}
#start-panel-menu li {
	display: inline-block;
	width: 230px;
	height: 255px;
	border: 1px #bbb solid;
	margin: 0 0 25px 24px;
	border-radius: 15px;
	cursor: pointer;
	background-size: 185px 185px;
	background-position: center 13px;
	background-repeat: no-repeat;
	overflow: hidden;
}
#start-panel-menu li:hover {
	background-color: #ffffff;
	border-color: #105060;
	border-width: 3px;
	width: 226px;
	height: 251px;
	background-position: center 11px;
}
#start-panel-menu li:hover span {
	color: #000000;
	width: 226px;
	margin-top: 213px;
}
#start-panel-menu li span {
	display: block;
	position: relative;
	margin-top: 215px;
	text-align: center;
	width: 230px;
	font-size: 19px;
	font-weight: 700;
	color: #105060;
}
#start-panel-menu li em {
	display: block;
	position: absolute;
	text-align: right;
	margin-left: 150px;
	width: 60px;
	height: 26px;
	font-size: 11px;
	padding: 3px 14px 3px 6px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 700;
	color: #fff;
	background: #105060;
}
#start-panel-menu li:hover em {
	margin-left: 148px;
	padding: 1px 14px 3px 6px;
}





/*#header-logo .virus-image {
	background-image: url(virus.png);
	background-size: auto 300px;
	height: 300px;
	width: 300px;
	position: absolute;
	top: -70px;
	margin-left: -100px;
}*/





/* META PAGES */

.meta-page .page-header-image {
	width: 1000px;
	margin: 0 auto 5px auto;
	height: 300px;
	background-size: 1000px auto;
	background-position: bottom;
}

.meta-page .content h1 {
	color: #105060;
	font-weight: 300;
	font-size: 40px;
	margin: 15px 0 24px 0;
}
.meta-page .content h2 {
	color: #105060;
	font-weight: 700;
	font-size: 23px;
	margin: 40px 0 16px 0;
}
.meta-page .content h3 {
	color: #105060;
	font-weight: 300;
	font-size: 20px;
	font-style: italic;
	margin: 30px 0 10px 0;
}

.meta-page .content p {
	font-size: 16px;
	line-height: 29px;
	margin-bottom: 20px;
}

.meta-page .content > ol,
.meta-page .content > ul {
	margin-left: 22px;
	margin-bottom: 20px;
}
.meta-page .content > ol li,
.meta-page .content > ul li {
	margin-bottom: 10px;
}

.meta-page .content .columns-2 > div {
	width: 470px;
	margin-left: 60px;
	float: left;
}
.meta-page .content .columns-2 > div:first-of-type {
	margin-left: 0;
}
.meta-page .content .columns-2:after {
	content: "";
	display: table;
	clear: both;
}



.meta-page .tab-view {
	margin-top: 30px;
}
.meta-page .tab-view > div {
	display: none;
}


.content table {
	border-collapse: collapse;
	width: 100%;
}
.content table th {
	text-align: left;
	font-size: 16px;
	padding: 6px 6px 10px 6px;
	background-color: #ffffff;
}
.content table td {
	font-size: 14px;
	line-height: 22px;
	padding: 4px 8px;
}
.content table tr:nth-of-type(2n) td {
	background-color: #f0f7f9;
}



.content table.clinical-characteristics-table {
	margin-top: -5px;
}
.content table.clinical-characteristics-table td:first-of-type {
	font-weight: bold;
}
.content table.clinical-characteristics-table td:nth-of-type(3),
.content table.clinical-characteristics-table td:nth-of-type(4),
.content table.clinical-characteristics-table th:nth-of-type(2),
.content table.clinical-characteristics-table th:nth-of-type(3) {
	text-align: center;
}


.content table.clinical-lab-table {
	margin-top: -5px;
	margin-bottom: 45px;
}

.content table.clinical-lab-table td:first-of-type,
.content table.clinical-lab-table th:first-of-type {
	text-align: left !important;
}
.content table.clinical-lab-table td,
.content table.clinical-lab-table th {
	text-align: center !important;
}
.content table.clinical-lab-table span {
	display: block;
	font-weight: normal;
	font-style: italic;
}

.content table.clinical-characteristics-table th,
.content table.clinical-lab-table th {
	font-size: 14px;
	vertical-align: bottom;
}
.content table.clinical-characteristics-table th:first-of-type,
.content table.clinical-lab-table th:first-of-type {
	font-size: 16px;
	vertical-align: top;
}






.content table.panel-table tr.panel-table-355 td { background-color: #909090; }
.content table.panel-table tr.panel-table-405 td { background-color: #3c0080; }
.content table.panel-table tr.panel-table-488 td { background-color: #00b4e5; }
.content table.panel-table tr.panel-table-561 td { background-color: #95ff03; color: #000; }
.content table.panel-table tr.panel-table-637 td { background-color: #ff0200; }
.content table.panel-table tr.panel-table-639 td { background-color: #ff0200; }

.content table.panel-table th,
.content table.panel-table td {
	text-align: center !important;
	border-bottom: 1px #fff solid !important;
	border-right: 1px #fff solid !important;
	color: #ffffff;
}
.content table.panel-table th:last-of-type,
.content table.panel-table td:last-of-type {
	text-align: left !important;
	color: #000000;
	padding-left: 13px;
}
.content table.panel-table td:last-of-type {
	background-color: #f0f0f0 !important;
}
.content table.panel-table th {
	color: #000000;
	background-color: #fff !important;
}







/* NEWS PAGE */

.news-article {
	padding-top: 35px;
	border-top: 1px #bbb solid;
	margin-top: 30px;
}
.news-article:first-of-type {
	padding: 0;
	margin: 0;
	border: none;
}
.news-article > .date {
	display: block;
	margin-bottom: -22px;
	color: #105060;
	font-weight: bold;
	font-size: 14px;
}



/* PAPERS PAGE */

.paper {
	cursor: pointer;
	margin: -5px -15px 15px -15px;
	padding: 15px 15px 7px 15px;
	transition: 0.3s;
}
.paper:hover {
	background-color: #f0f7f9;
}
.paper:hover p {
	color: #000;
}
.paper h3 {
	margin: 0 0 10px 0 !important;
}
.paper p.paper-about {
	font-size: 14px;
	line-height: 24px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 8px;
}
.paper p.paper-authors {
	font-size: 14px;
	line-height: 24px;
	font-style: italic;
	margin-bottom: 8px;
}
.paper p {
	color: #333;
	transition: 0.3s;
}

/* SUBPAGE MENU */

.meta-page .subpage-menu {
	margin: 0 auto 0 auto;
	width: 1000px;
	height: 240px;
}
.meta-page .subpage-menu:after {
	content: "";
	display: table;
	clear: both;
}
.meta-page .subpage-menu > div {
	cursor: pointer;
	width: 250px;
	height: 200px;
	float: left;
	margin: 0;
	border-width: 0 0 4px 0;
	border-style: solid;
	border-color: #ffffff;
}
.meta-page .subpage-menu > div:hover {
	border-color: #105060;
}
.meta-page .subpage-menu > div > .image {
	background-size: 250px 200px;
	position: absolute;
	width: 250px;
	height: 200px;
}
.meta-page .subpage-menu > div > .text {
	padding: 145px 30px 5px 30px;
	position: absolute;
	height: 50px;
	width: 190px;
	color: #ffffff;
	font-size: 28px;
	position: absolute;
}
.meta-page .subpage-menu > div > .text:hover {
	color:  #105060;
}
.meta-page .subpage-menu > div > .text-background {
	margin-top: 120px;
	height: 80px;
	width: 250px;
	background-color: #000000;
	position: absolute;
	opacity: 0.5;
}
.meta-page .subpage-menu > div:hover > .text-background {
	opacity: 0.7;

	background-color: #ffffff;
}





/* ATLAS */

#page-atlas > .error {
	text-align: center;
	padding: 150px 0;
	font-size: 30px;
}

#page-atlas #atlas-browser-warning {
	display: none;
	border-radius: 5px;
	border: 2px #ff2010 solid;
	padding: 10px 20px;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	background-color: #ff5040;
	margin-bottom: 20px;
	text-align: center;
}

#panel-menu {
	width: 1000px;
	margin: 0 auto;
	padding-top: 20px;
}
#panel-menu ul {
	list-style: none;
}
#panel-menu li {
	display: inline-block;
	width: 109px;
	height: 135px;
	border: 1px #bbb solid;
	margin-left: 15px;
	border-radius: 15px;
	cursor: pointer;

	background-size: 90px 90px;
	background-position: center 8px;
	background-repeat: no-repeat;
}
#panel-menu li:first-of-type {
	margin-left: 0;
}
#panel-menu li:hover {
	background-color: #ffffff;
	border-color: #105060;
}
#panel-menu li:hover span {
	color: #000000;
}
#panel-menu li.selected,
#panel-menu li.selected:hover {
	border-color: #105060;
	border-width: 3px;
	width: 105px;
	height: 131px;
	background-position: center 6px;
}
#panel-menu li > div {
	display: table;
	position: absolute;
	margin-top: 99px;
	text-align: center;
	width: 109px;
	height: 35px;
	font-size: 14px;
	font-weight: 700;
	color: #105060;
}
#panel-menu li > div > div {
	display: table-cell;
	vertical-align: middle;
}
#panel-menu li.selected > div,
#panel-menu li.selected:hover > div {
	width: 105px;
	margin-top: 97px;
	color: #000;
}
#panel-menu li em {
	display: block;
	position: absolute;
	text-align: right;
	margin-left: 51px;
	width: 47px;
	height: 20px;
	font-size: 9px;
	padding: 3px 8px 3px 4px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 700;
	color: #fff;
	background: #105060;
}
#panel-menu li.selected em {
	margin-left: 49px;
	padding-top: 1px;
}



#panel-view,
#panel-error-view {
	min-height: 720px;
}
#panel-error-view p {
	padding-top: 130px;
	padding-bottom: 130px;
	font-size: 30px;
	font-weight: 400;
	color: #b0b0b0;
	text-align: center;
}

#population-menu {
	float: left;
	width: 270px;
	margin-right: 30px;
}

#population-menu ul {
	list-style: none;
	margin-bottom: 15px;
	border: 1px #bbb solid;
	border-radius: 10px;
	background-color: #f0f7f9;
	background-color: #f6fdff;
	background-color: #ffffff;
}

#population-menu li {
	padding: 5px 12px;
	cursor: pointer;
	font-size: 14px;
	transition: 0.3s;
}
#population-menu li:first-of-type {
	padding-top: 7px;
}
#population-menu li:last-of-type {
	padding-bottom: 7px;
}

#population-menu li:hover {
	color: #105060;
}
#population-menu li.selected {
	background-color: #f0f7f9;
}
#population-menu li.selected:hover {
	color: #000;
}
#population-menu li:first-of-type.selected {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#population-menu li:last-of-type.selected {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}


#main-view {
	float: right;
	width: 700px;
}

#readout-type-menu,
.meta-page .tab-view > ul,
#soluble-selection-menu {
	margin-bottom: 22px;
}

#readout-type-menu ul,
.meta-page .tab-view > ul,
#soluble-selection-menu {
	list-style: none;
	border-bottom: 1px #bbb solid;
	height: 41px;
}
#readout-type-menu li,
.meta-page .tab-view > ul > li,
#soluble-selection-menu li {
	display: inline-block;
	cursor: pointer;
	padding: 13px 15px 0 15px;
	height: 27px;
	background-color: #fff;
	color: #444;
	font-size: 15px;
}
#readout-type-menu li:hover,
.meta-page .tab-view > ul > li:hover,
#soluble-selection-menu li:hover {
	color: #105060;
}
#readout-type-menu li.selected,
.meta-page .tab-view > ul > li.selected,
#soluble-selection-menu li.selected {
	border-width: 1px 1px 0 1px;
	border-color: #bbb;
	border-style: solid;
	padding: 12px 14px 2px 14px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	color: #000;
}
#readout-type-menu li.selected:hover,
.meta-page .tab-view > ul > li.selected:hover,
#soluble-selection-menu li.selected:hover {
	color: #000;
}


#plot-view-overview p {
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 20px;
}
#plot-view-overview h2 {
	color: #105060;
	font-weight: 700;
	font-size: 25px;
	margin: 25px 0 12px 0;
}


#plot-view-volcano .legend .traces .legendtoggle {
	display: none;
}
#plot-view-volcano .legend .traces .legendtext {
	cursor: default;
}

/*
#group-menu {
	margin-bottom: 6px;
}
#group-menu label {
	padding-right: 5px;
}
#group-menu label:last-of-type {
	margin-left: 35px;
}
*/

#group-menu {
	margin-bottom: 4px;
	text-align: center;
}
#group-menu .group-legend {
	display: inline-block;
	position: relative;
	padding-top: 1px;
	padding-left: 33px;
	margin-bottom: 3px;
	margin-left: 40px;
	cursor: pointer;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#group-menu .group-legend:first-of-type {
	margin-left: 0;
}
#group-menu .group-legend input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
#group-menu .group-legend .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #e9e9e9;
}
#group-menu .group-legend:hover input ~ .checkmark {
	background-color: #e9e9e9;
}
#group-menu .group-legend input:checked ~ .checkmark {
	background-color: #105060;
}
#group-menu .group-legend .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
#group-menu .group-legend input:checked ~ .checkmark:after {
	display: block;
}
#group-menu .group-legend .checkmark:after {
	left: 7px;
	top: 2px;
	width: 5px;
	height: 11px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


#plot-type-menu,
#soluble-comparison-menu {
	overflow: hidden;
}
#plot-type-menu {
	display: none;
	margin-top: 15px;
}
#plot-type-menu ul,
#soluble-comparison-menu ul {
	list-style: none;
	width: 800px;
	border-left: 1px #bbb solid;
	border-radius: 7px;
	margin: 0 0 15px 0;
}
#plot-type-menu li,
#soluble-comparison-menu li {
	display: inline-block;
	cursor: pointer;
	color: #555;
	background-color: #e9e9e9;
	transition: 0.3s;
	border-left: 1px #bbb solid;
	border-top: 1px #bbb solid;
	border-bottom: 1px #bbb solid;
	font-size: 13px;
	text-align: center;
	padding: 5px 0;
}
#plot-type-menu li {
	width: 173px;
}
#soluble-comparison-menu li {
	width: 188px;
}
#plot-type-menu ul li:first-of-type,
#soluble-comparison-menu ul li:first-of-type {
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}
#plot-type-menu ul li:last-of-type,
#soluble-comparison-menu ul li:last-of-type {
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	border-right: 1px #bbb solid;
}
#plot-type-menu li:hover,
#soluble-comparison-menu li:hover {
	background-color: #f3f3f3;
	color: #000;
}
#plot-type-menu ul li:first-of-type,
#soluble-comparison-menu ul li:first-of-type {
	border-left: none;
}
#plot-type-menu li.selected,
#plot-type-menu li.selected:hover,
#soluble-comparison-menu li.selected,
#soluble-comparison-menu li.selected:hover {
	background-color: #fcfcfc;
	color: #000;
}



/*#plot-container,
#plot-error {
	min-height: 575px;
}*/
.plot-view {
	display: none;
}

#plot-error {
	display: none;
}
#plot-error p {
	padding-top: 130px;
	padding-bottom: 130px;
	font-size: 30px;
	font-weight: 400;
	color: #b0b0b0;
	text-align: center;
}

#plot-view-statistics table {
	border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    text-align: left;
}
#plot-view-statistics th,
#plot-view-statistics td {
	padding: 8px 12px;
	border-bottom: 1px #bbb solid;
	font-size: 14px;
}
#plot-view-statistics table span {
	color: #ffffff;
	padding: 1px 3px;
	margin-right: 6px;
}
#plot-view-statistics p {
	margin-top: 12px;
	font-size: 14px;
	color: #666;
	font-style: italic;
}


#plot-view-boxplot {
	position: relative;
}
#plot-view-boxplot svg g.hoverlayer {
	display: none;
}
#plot-view-boxplot .boxplot-hover-statistics {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 150px;
	background-color: #191919;
}
#plot-view-boxplot .boxplot-hover-statistics div {
	background-color: #105060;
	color: #fff;
	font-size: 13px;
	line-height: 17px;
	padding: 8px;
	width: 320px;
	position: absolute;
	bottom: 0px;
	border-radius: 8px;
}
#plot-view-boxplot .boxplot-hover-statistics h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 4px 0;
}
#plot-view-boxplot .boxplot-hover-statistics table {
	border-collapse: collapse;
	margin: 16px 0 6px;
}
#plot-view-boxplot .boxplot-hover-statistics table td {
	font-size: 13px;
	line-height: 19px;
	padding: 0;
	background-color: #105060;
}
#plot-view-boxplot .boxplot-hover-statistics table span {
	padding: 1px 2px;
}



#soluble-view-left {
	float: left;
	width: 570px;
	margin-right: 28px;
}


#soluble-search .autoComplete_wrapper > ul > li mark {
	color:  #105060;
	text-decoration: underline;
}
#soluble-search-field {
	width: 380px;
	border: 1px #105060 solid;
}

#soluble-view-right {
	float: right;
	width: 400px;
}

#soluble-protein-placeholder,
#soluble-protein-view {
	border: 1px #bbbbbb solid;
	border-radius: 10px;
	padding: 15px;
	margin-top: 20px;
}

#soluble-protein-placeholder {
	padding: 230px 15px;
}
#soluble-protein-placeholder p {
	font-size: 25px;
	line-height: 35px;
	font-weight: 400;
	color: #b0b0b0;
	text-align: center;
}

#soluble-protein-view {
	display: none;
}
#soluble-protein-title {
	color: #105060;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 9px;
}
#soluble-protein-description {
	font-size: 13px;
	margin-bottom: 20px;
}
#soluble-protein-description span {
	display: inline-block;
	margin-right: 12px;
}
#soluble-protein-description span i {
	color: #555;
	font-style: normal;
}
#soluble-protein-description span:first-of-type {
	font-weight: bold;
}
#soluble-protein-barplot {
	margin-bottom: 30px;
}
#soluble-protein-statistics {
	font-size: 13px;
}

#soluble-protein-statistics table {
	border-collapse: collapse;
	width: 100%;
}
#soluble-protein-statistics table td {
	font-size: 13px;
	line-height: 22px;
	padding: 2px 0px;
	background: none;
}
#soluble-protein-statistics table span {
	color: #ffffff;
	padding: 1px 3px;
	margin-right: 6px;
}
#soluble-protein-statistics h3 {
	font-size: 13px;
	margin: 26px 0 8px 0;
	padding: 0;
}
#soluble-protein-statistics .soluble-method-description {
	display: block;
	font-style: italic;
	text-align: right;
	margin: 6px 0 0 0;
}


