.topF{left: 30px; font-size: 58pt; border-bottom:solid #ffe200 6px; display:inline-block; float:left}
.bottomF{left: 30px; font-size: 58pt; display:inline-block; clear:left; float:left}

.topFX{left: 50px; font-size: 58pt;  display:inline-block; float:left}
.bottomFX{left: 30px; font-size: 58pt; border-top:solid #ffe200 6px; display:inline-block; clear:left; float:left}


.alertButton
{
    border: none;
    outline:0;
    border-radius: 10px;
    min-width: 80px;
    min-height: 50px;
    text-align: center;
    font-size: 16pt;
    background-color: #13bff2;
}


.border
{
  position:absolute;
  left:0px;
  width:100%;
  height:5px;
  background:#f41347;
}

#top
{
 position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100px;
  font-size: 80px;
  background:#FFF;
}

#top2
{
  position:absolute;
  left:0px;
  top:105px;
  width:100%;
  height:60px;
  background:#67bced;
}

.exercise
{
  position:absolute;
  left:30px; 
  top:10px; 
  height:100px; 
  width:200px;
}

.operF
{
 position:absolute;
  left:0px;
  font-size:500%; 
  color:white;
}

.timer
{
 position:absolute;
 width:200px;
 height:100px;
 top:-20px;
 font-size: 66pt;
}

.CA1
{
 position:absolute;
 width:150px;
 height:150px;
}

#center
{
 position:absolute;
 width:280px;
 height:140px;
 top:300px;
 left:1150px;
 font-size: 115pt;
 color:#ffe200;
}

#cfont
{
 position:absolute;
 top:-20px;
 left:50px;
}
.selectClass {
   font-size: 20px;
   font-family: 'Impact';
   background-color: #f8f0b0
}
.D1
{
  position:absolute;
  left:5px;
  top:5px;
  width: 205px; 
  height: 80px; 
  border-radius: 100%; 
  background:#80f0ff;
}



.Oper
{
  position:absolute;
  left:25px;
  top:15px; 
  width:140px; 
  height:80px;
  font-size: 26pt;
  color:#000;
}

.Mark
{
  position:absolute;
  left:100px;
  top:100px;
  width:50px;
  height:50px; 
}

#dialogoverlay{
	display: none;
	opacity: .8;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #FFF;
	width: 100%;
	z-index: 10;
}
#dialogbox{
	display: none;
	position: fixed;
	background: #000;
	border-radius:7px; 
	width:550px;
	z-index: 10;
}
#dialogbox > div{ background:#FFF; margin:8px; }
#dialogbox > div > #dialogboxhead{ background: #000; font-size:19px; padding:10px; color:#CCC; }
#dialogbox > div > #dialogboxbody{ background:#13bff2; padding:20px; color:#FFF; }
#dialogbox > div > #dialogboxfoot{ background: #000; padding:10px; text-align:right; }

