﻿body {
    background-color: white;
    font-family: Calibri;
}

#lijst{
    padding: 5px;
}

#lijst:nth-child(2n) {
    background-color: #f2f2f2;
}

#lijst:hover {
    background-color: #d9d9d9;
    cursor: pointer;
}

img {
    width: 50px;
}

@media print {
    #print {
        background-color: white;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 15px;
        font-size: 18px;
    }
}

.split {
    width: 50%;
    margin-bottom:60px;
}

.left {
    left: 50px;
    width: 50%;
    border-right: 2px solid #ccc;
    float:left;
}

.right { 
    position:relative;
    left: 60px;
    float:left;
}
 
input {
    padding: 8px;
    display: block;
    border: 1px solid #ccc;
    width: 540px;
    margin-top: 10px;
    margin-bottom: 10px;
}

label{
    font-weight:bold;
    margin-top: 15px;
}

.ltop
{
    border-top: 2px solid #ccc;
}

.nob
{   
    font-weight: normal;
}

#IqTest{
    display: inline-block;
    width: 60px;
    height: 15px;
}

.save{
    width: 200px;
    left: 30%;
    position: relative;
}

floaties{
    position: relative;
    top: 50px;
}

.fwidth{
    position: relative;
    left: -61px;
    width: 667px;
}

.trash{
    position:relative;
    float: right;
    display: block;
    width: 30px;
    height: 30px;
}