@page {
    size: auto;
}

#UsersTable {
    font-size: 0.8rem;
}

.small-text {
    font-size: 0.9em;
}

/**
 * Print styles
 */
@media print {
    .col-print-1 {width:8%;  float:left;}
    .col-print-2 {width:16%; float:left;}
    .col-print-3 {width:25%; float:left;}
    .col-print-4 {width:33%; float:left;}
    .col-print-5 {width:42%; float:left;}
    .col-print-6 {width:50%; float:left;}
    .col-print-7 {width:58%; float:left;}
    .col-print-8 {width:66%; float:left;}
    .col-print-9 {width:75%; float:left;}
    .col-print-10{width:83%; float:left;}
    .col-print-11{width:92%; float:left;}
    .col-print-12{width:100%; float:left;}
}

/**
 * Thumbnails page
 */
.thumbnails-container .image {
    border: 1px solid rgba(0, 0, 0, 0.2);
    float: left;
    margin: 3px 8px;
    width: 200px;
    height: 231px;
}

.thumbnails-container .image .caption {
    font-weight: bolder;
}

.thumbnails-container .image_container{
    background-color: #F4F2F4;
    width:200px;
    height:200px;
    background-image: url("../../images/envmet_grid_temp.jpg") ;
}

ul.thumbnails-date-list {
    list-style-type: none;
    padding: 0;
}

ul.thumbnails-date-list ul {
    list-style-type: none;
    padding-left: 15px;
}

ul.thumbnails-date-list ul a {
    color: #C02F1D;
}

ul.thumbnails-date-list .forecast-label {
    color: #888; font-size: 0.7em;
}

ul.thumbnails-date-list li a.highlight {
    background-color: #fff8af;
}

ul.thumbnails-date-list li a.base-date {
    color: #4d7243 !important;
}

.image-noise {
    border: 1px solid rgba(0, 0, 0, 0.2);
    float: left;
    margin: 3px 8px;
    width: 430px;
    min-height: 400px;
}

.tas-noise-2 img {
    width: 430px;
}

.tas-noise-3 {
    width: 300px;
}

tas_image {
    margin: 10px 0;
}

.tas_image img {
    width: 900px;
}

.tas_image_large {
    clear: both;
}

#thumbnails .caption {
    text-align: center;
    font-weight: bolder;
    padding-top: 5px;
}

.plume2_image {
    width: 300px;
    display: inline-block;
    float: left;
}

/* For styling radio buttons as normal-looking buttons */
/*
.switch-field {
    display: inline-block;
    overflow: hidden;
}

.switch-title {
    margin-bottom: 6px;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    float: left;
    display: inline-block;
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
    text-shadow: none;
    padding: 6px 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
}

.switch-field-big label {
    padding:  5px 10px 5px 10px;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
    color: white;
    background-color: #f79c47;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
}
*/
