﻿.date {
    width: 100px;
    height: 100px;
    float: left;
}
.event-description {
    display: table;
    color: #000000;
    font-weight: lighter;
    text-align: left;
}
.event-description table {
    margin-bottom: 0 !important;
}

.buttons {
    width: 150px;
    height: 30px;
    background-color: red;
}

@media(max-width: 992px) {
    .content-offset-60 > *:first-child {
        margin-left: 70px;
    }

    .content-offset-60 .btn {
        margin-top: 10px;
    }
}

@media(min-width: 992px) {
    .content-offset-60 {
        text-align: right;
    }
    .content-offset-60 .btn {
        min-width: 150px;
        margin-bottom: 5px;
    }
}

.event-container {
    min-height: 150px;
}

.divider {
    border-bottom: 1px solid lightgray;
    margin-top: 30px;
    padding-bottom: 30px;
}

.divider:last-child {
    border-bottom: none;
}

.event-row h3 {
    color: #000000;
    margin-top: 0;
}

.event-row p {
    margin-bottom: 0px;
}

.event-row table {
    border: none;
}
.event-row table tr td {
    border: none;
    padding: 0;
    vertical-align: top;
    color:#666666;
}
.event-row table tr td:first-child {
    width: 140px;
    font-weight:normal;
    color:#666666;
}

.paging-header {
    background-color: #001158;
}
.paging-header .form-container {
    padding: 10px;
}
.paging-header .form-container > label {
    margin-right: 50px;
}
.paging-header .form-container select {
    background-color: transparent;
    border: solid 3px #ffffff;
    color: #fff;
    padding: 5px;
    margin-right: 10px;
}
.paging-header .form-container select option {
    color: #000000;
}

@media(max-width: 500px) {
    .paging-header .form-container label {
        display: block;
    }
}
.paging-results {
    overflow: auto;
    width: 100%;
    color: #000000;
    margin-bottom: 15px;
    padding-top: 30px;
}
.paging-results span {
    color: #000000;
    display: block;
    float: left;
}

@media(min-width: 300px) and (max-width: 767px) {
    .event-description {
        display: block;
        color: #000000;
        font-weight: lighter;
        width: 100%;
        float: left;
        margin: 15px 0 0 0;
    }
    .date-box {
        float: left!important;
        display: block!important;
        width: 100%!important;
        margin: 0!important;
    }

}

.highlighted {
    background-color: yellow;
}