
/* Custom BTMK */

#statistik-inout td{
    border-color: #606060;
}

#statistik-inout th {
    background-color: #6279802e !important;
    text-align: center;
    border-color: #606060;
}

#data-in {

    text-align: center;
    padding: 0px;

}

#data-in button{
    color: #1515cc !important;
    border: none;
    background: none;
    width: 100%;
    height: 100%;
}

#data-in button:hover, #data-out button:hover, #data-inout button:hover {
  background-color: whitesmoke;
  cursor: pointer;
}

#data-in button:focus, #data-out button:focus, #data-inout button:focus {
  background-color: whitesmoke;
}

#data-out {
    text-align: center;
    padding: 0px;
}

#data-out button{
    color: #773809 !important;
    border: none;
    background: none;
    width: 100%;
    height: 100%;
}

#data-inout button{
    border: none;
    background: none;
    width: 100%;
    height: 100%;
}
