/*     
    CSS file    : tables.css
    Description : Core table rendering styles
    Created on  : 4.10.2015
    Author      : Radek Němec
    Package     : PIS_LG    
*/

table {
    border: 0;
    border-collapse: collapse;
    width: 70%;
}

caption {
    font-style: italic;
    text-align: left;
    padding: 15px 0 5px 0;
}

table tr:nth-child(even) {
    background-color: #e4f0f0;
}

table td {
    padding: 4px;
    vertical-align: middle;
}

table tr th {
    padding: 4px;
    text-align: center;
    color: #777;
    background-color: #fff;
}

.user-list {
    width: auto;
}

.doc-list td {
    vertical-align: top;
}

.team-set-lists {
    width: auto;
    margin: 0 15px 0 0;
    float: left;
}

#tablesort_table thead {
    border-bottom: 1px solid #a6c9e2;
}

.add_me {
    width: 500px;
}
.ref-list {    
    border-collapse: collapse;
}
.ref-list td {
    border: 1px solid #a6c9e2;
}
.ref-list td img {
    max-width: 200px;
}