* 
{
    margin:0;
    padding:0;
    /* disable text selection */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body 
{
    font-family : Verdana, Arial;
    font-size:11px;
    color:#000;
    background-image:url(scolinbg.png);
    background-repeat:no-repeat;
}

h1 
{
    font-size:14px;
    color:#e12c93; 
    font-weight:normal;  
}

h2 
{
    font-size:12px;
    color:#e12c93;
    margin-top:12px;
    font-weight:normal;
}

#preloader 
{
    position:absolute;
    top:0px;
    left:0px;
    background-image:url(loadbg.png);
    background-repeat:no-repeat;
    width:498px;
    height:608px;
    z-index:10;
}

#preloader img 
{
    margin-top:552px;
    margin-left:225px;
}

#selector {
	border:2px solid #6e2f76;
	position:absolute;
}

#ruler, #header {
	width : 100%;
	border-collapse : collapse;
}

#mask {
	overflow : hidden;
	height:550px;  
    border-bottom:2px solid #6e2f76;
}

th, td {
	font-family : Verdana, Arial;
	text-align : center;
	/* padding : 0 5px; */
	border : 1px solid black;
    width : 42px;
}

td 
{
    cursor:n-resize;
    font-size : 9pt;

}

th 
{
    background-color:#6e2f76;
    color:#fff;
    font-size : 6pt;
     border-top: 0;
}
tr.topbar th {
    border-top: 1px solid black;
    border-bottom: 0;
    padding:10px 0;
}

.base {
    width: 0px;
    overflow: hidden;
    display: block;
    padding: 0;
    border: 0;
}

.normaal span{
	/* Rotate the text -90 degrees */
    transform: rotate(-90deg);

    /* Block display to occupy the full width of the cell */
    display: block;
    width: 30px;
    /* Optional adjustments */
    text-align: center; /* Center the text if needed */
    transform-origin: center; /* Adjust the rotation origin if needed */
}

.normaal, .deviatie, .centiel {
    width: 30px;
}

 
.quotient {
	width : 64px;
}
.subtest {
    width : 54px;

}
/*
.deviatie {
	width : 34px;
}

.centiel {
	width : 31px;
}

.prestatie {
	width : 17px;
}

.celf {
	width : 43px;
}

.tvk {
	width : 34px;
} */

#ruler_container {
	float:left;
	width : 300px;
	float : left;
	margin-top:20px;
	margin-left:20px;	
}

#input_container {
	float : left;
	margin-top:100px;
	margin-left : 20px;
	width:150px;
}

#input_container label {
	display: block;
}


#info_container {
	position:absolute;
    top:340px;
    left:339px;
    width:132px;
    height:100px;
	color:#6e2f76;
}
#info_container h2 {
    margin-bottom: 5px;
}
#info_container dt {
    font-weight: bold;
}

#info_container dd {
    margin-bottom: 12px;
}

label 
{
    color:#6e2f76;
    margin-top:5px;
}

#download_btns 
{
    position:absolute;
    top:500px;
    left:368px;
    width:132px;
    height:100px;
    z-index:5;
}

.btn_android 
{
    display:block;
    float:left;
    width:117px;
    height:45px;
    background:url(available_android.png);
    background-repeat:no-repeat;
    margin-bottom:8px;
}

.btn_iphone
{
    display:block;
    float:left;
    width:117px;
    height:45px;
    background:url(available_iphone.png);
    background-repeat:no-repeat;
}

.btn_info 
{
    display:block;
    float:left;
    background-color:#fff;
    color:#e12c93;
    text-decoration:none;
    padding:2px 5px 3px 5px;
    margin-top:8px;
    border:1px solid #ccc;
} 

.btn_info:hover 
{
    color:#6d2f75;
}

#popup_info 
{
    position:absolute;
    top:110px;
    left:111px;
    width:320px;
    height:430px;
    padding:30px;
    background-color:#fff;
    border:2px solid #e12c93;
    color:#6d2f75;
    z-index:12;
    display:none;
}

.btn_closepopup 
{
    float:right;
    text-decoration:none;
    color:Blue;
    font-size:12px;
}