@font-face {
    font-family:"Rouic";
    src: url("rouic.ttf") /* TTF file for CSS3 browsers */
}
.rouic-font {
    font-family: 'Rouic', Sans-Serif;
}
.labs-bar {
	float: left;
    margin-left: 30px;
}
.highlighted-words {
	line-height: 35px;
}
.highlighted-word {
    font-weight: 500;
    background-color: #4285f4;
    border-radius: 5px;
    color: white;
    padding: 5px 5px 5px 5px;
}
.labs-title {
	margin:0px;
	padding:10px;
	color:white;
}
.lab-space {
	padding: 70px 50px 0px 50px;
}
.lab-space .col-md-12 {
	padding-bottom: 30px;
}
.table-overflow {
    max-height: 200px;
    overflow: scroll;
}
.table-overflow > table {
	font-size: 11px;
}
.subtitle-peak {
	font-weight: 200;
	font-size: 12px;
	float: right;
}
.subtitle-peak:hover {
	font-weight: 400;
	cursor: pointer;
}