/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018-02-17, 18:05:18
    Author     : leszczu8023
*/

.table tr td * {
    vertical-align: middle;

}

* {
   box-sizing: border-box;
}

.table {
    background-color:#111;
}

table {
    font-size:0.75em;
    width:100%;
}
table tr th {
    background-color: #092b40;
    color: #ffffff;
    padding: 12px 15px;
    text-align: center;
}


table {
    border-collapse: collapse;
    width: 100%;

}

th, td {
    text-align: left;
    padding: 8px;
}

tr:nth-child(even){background-color: #333}

thead {
    background-color: #4CAF50;
}
