﻿.gobbledygook select {
    min-width: 100px;
}

.gobbledygook input {
    min-width: 40px;
}

.divver input {
    font-size: 83%;
}

.tables select {
    min-width: 40px;
}

.addSessionDiv select {
    min-width: 10px;
}

.tables {
    border-width: 1px;
    border-spacing: 0px;
    border-style: solid;
    border-color: black;
    border-collapse: collapse;
}

    .tables th {
        border-width: 1px;
        padding: 0px;
        border-style: solid;
        border-color: black;
        color: Black;
        padding-right: 5px;
    }

    .tables td {
        border-width: 1px;
        padding: 0px;
        border-style: solid;
        border-color: black;
        padding-bottom: 10px;
    }

.dateNum {
    float: right;
    padding-right: 7px;
}

#bottom td {
    font-size: 5px;
}

.ui-widget {
    font-size: .8em;
}

.ui-widget-header {
    border: 1px solid #8a6e4b;
    background: #8b6e4c;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #f0f0f0;
    color: #222;
}

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border: 1px solid #cccccc;
        background: #f0f0f0;
        font-weight: bold;
        color: #222;
    }

    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        border: 1px solid #8a6e4b;
        background: #8b6e4c;
        color: #ffffff;
        font-weight: bold;
    }

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
        border: 1px solid #8a6e4b;
        background: #ffffff;
        font-weight: bold;
        color: #8b6e4c;
    }

    .ui-state-hover,
    .ui-widget-content .ui-state-hover,
    .ui-widget-header .ui-state-hover,
    .ui-state-focus,
    .ui-widget-content .ui-state-focus,
    .ui-widget-header .ui-state-focus {
        border: 1px solid #8a6e4b;
        background: #ffffff;
        font-weight: bold;
        color: #222;
    }

        .ui-state-hover a,
        .ui-state-hover a:hover,
        .ui-state-hover a:link,
        .ui-state-hover a:visited {
            border: 1px solid #8a6e4b;
            background: #ffffff;
            font-weight: bold;
            color: #222;
        }

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-datepicker-prev {
    display: none;
}

.ui-datepicker-next {
    display: none;
}

.valSum {
    color: red;
}

.row td, th {
    padding-right: 10px;
}