@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:700,400,300);
@import url(https://fonts.googleapis.com/css?family=Asap:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);

.teachertime{

	width: 100%;
	/* height: 100%; */
	background: #f9f9f9;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 66px;
    height: calc(100% - 70px);
}

.teachertime .time{
    color: #5eb2c6;
    font-size: 210px;
    padding-top: 90px;
    font-family: 'Roboto', sans-serif;
}
.teachertime .time.stoped{
    color: #9c9b9b;
}

.teachertime .timebutton{
	margin: 80px auto 0px;
	display: block;
}

.teachertime .status{
    color: #5eb2c6;
    position: absolute;
    width: 100%;
    top: 200px;
    font-size: 60px;
}

.teachertime #rightcolumnBSC.results{
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}

.teachertime #rightcolumnBSC.results .innertubeBSC{
  margin-top: 75px;
}

.teachertime .idpartidalabel{
    font-family: 'Roboto', sans-serif;
    color: #4c4847;
    position: absolute;
    width: 100%;
    top: 24px;
    text-transform: uppercase;
    font-size: 16px;
}

.teachertime .idpartida{
    font-family: 'Roboto', sans-serif;
    color: #4c4847;
    position: absolute;
    width: 100%;
    top: 40px;
    font-size: 35px;
    font-weight: bold;
}

.titleStage {
    font-family: 'Lato', sans-serif;
    color: #050505;
    position: absolute;
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 43px;
    left: calc(50% - 170px);
    margin-top: 50px;
}