@charset "utf-8";
/* CSS Document */

.pbKader {
	background-color: #AECCAA;
	border: 2px solid #336600;
	margin: 5px;
	padding: 5px;
}
#pbError {
        display: inline-block;
	color:#FF0000;
	border: 2px solid #FF0000;
	margin: 5px;
	padding: 5px;
}
.pb_container {
	width: 100%; 
	height: 100%; 
	position: relative;
}
.pb_knop {
	/*position: absolute;*/
	display: table;
	float: left;
	margin: 15px;
	width: 100px;
	height: 100px;
	padding: 10px 25px;
	font-family: arial;
	color: #14396A;
	font-size: 20px;
	box-shadow: 2px 2px 2px #BEE2F9;
	border-radius: 3px;
	border: 2px solid #3866A3;
	background: #63B8EE;
	background: linear-gradient(top,  #63B8EE,  #468CCF);
	text-align: center;
	cursor: pointer;
}
.pb_knop:hover {
	color: #14396A;
	background: #468CCF;
	background: linear-gradient(top,  #468CCF,  #63B8EE);
}
.pb_knop span {
	display: table-cell; 
	vertical-align: middle; 
	text-align: center;
}
.clearFix {
	content:"";
	display:block;
	clear:both;
}
.pbResultaat{
        display: inline-block;
	font-size: 16px;
	padding-left: 10px;
}
#pbTimer {
	font-size: 14px;
	padding-left: 10px;	
}
#pbTimerWaarde {
	font-size: 16px;
	font-weight: bold;
}
#pbTimerBalkContainer {
	padding: 1px;
	border: 1px solid #336600;
	height: 18px;
	width: 100px;
	display: inline-block;
	margin-left: 15px;
}
#pbTimerBalk{
	background-color: #AECCAA;
	height: 18px;
	width: 100px;
	display: inline-block;
}
.rap_t {
	padding: 1px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
	cursor: pointer;
}
.rap_t1{

}
.rap_t2{

}
.rap_t3{

}
.rap_t4{

}
