﻿@charset "utf-8";


.tablepress{
    border-collapse:collapse;
    border-spacing:0;
    width:100%;
    margin-bottom:1em;
    border:none
}

.tablepress td,.tablepress th{
    padding:8px;
    border:none;
    background:0 0;
    text-align:left;
    float:none!important
}

.tablepress tbody td{
    vertical-align:top
}

.tablepress tbody td,.tablepress tfoot th{
    border-top:1px solid #ddd
}

.tablepress tbody tr:first-child td{
    border-top:0
}

.tablepress thead th{
    border-bottom:1px solid #ddd
}

.tablepress tfoot th,.tablepress thead th{
    background-color:#d9edf7;
    font-weight:700;
    vertical-align:middle
}

.tablepress .odd td{
    background-color:#f9f9f9
}

.tablepress .even td{
    background-color:#fff
}

.tablepress .row-hover tr:hover td{
    background-color:#f3f3f3
}


.tablepress-id-2 .column-1,.tablepress-id-7 .column-1,.tablepress-id-11 .column-1,.tablepress-id-15 .column-1{
    width:90px!important
}

.tablepress-id-4 .column-1,.tablepress-id-6 .column-1,.tablepress-id-10 .column-1,.tablepress-id-14 .column-1{
    width:100px!important
}

.table_calendar .column-1 {
    width:90px;
}

.table_calendar .column-2 {
    padding-left:0px;
    padding-right:0px;
    text-align:center;
}


