﻿table.gray td {
    color: #808080;
}
td.gray {
    color: #808080;
}
.rare {
     color: limegreen;
     font-weight: bold;
}
.mediumrare {
    color: limegreen;
}
.wrongvalue { border:red solid 1px; color: red; }

.correctvalue { border:black solid 1px; color: black; }

input { height: 20px; margin-bottom:5px; }
.input { height: 20px; margin-bottom:5px; }

input.correctvalue input.wrongvalue {
    border: black 1px solid;
    vertical-align: middle;
    color: black;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 15px;
    padding-left: 0px;
}

input.first {
    width: 130px;
}
input.second {
    width: 40px;
}
input.third {
    width: 70px;
}

input.fourth {
    width: 70px;
}

input.fifth {
    width: 70px;
}

input.sixth {
    width: 70px;
}

input.seventh {
    width: 200px;
}

/*input::-webkit-input-placeholder {
   font-weight: normal;
   color: lightgray
}
input::-moz-placeholder {
   font-weight: normal;
   color: lightgray
}
input:-moz-placeholder {
   font-weight: normal;
   color: lightgray
}
input:-ms-input-placeholder { 
   font-weight: normal;
   color: lightgray
} 
*/

.streeplijstwrapper {
     overflow: hidden;
     background-color:#EEE;
     vertical-align:middle;
     height: 19px;
     padding-left:4px;
     padding-top:5px;
}

.ObsPager {
    background-color:#808080;
    height: 15px;
    vertical-align:middle;
    text-align:center;
    border-style:none;
}

