.panel {
    margin: 0 0 47px;
}
.panel h3 {
    background: #f0f0f0;
    cursor: pointer;
    font-size: 24px;
    padding: 15px 15px 15px 55px;
    font-weight: normal;
    position: relative;
    margin: 0;
}
@media (max-width: 600px) {
    .panel h3 {
        font-size: 18px;
        padding: 10px 15px 10px 55px;
    }
}
.panel h3:before {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #111 transparent transparent;
    left: 18px;
    top: 50%;
    margin-top: -5px;
    content: "";
}
.panel h3.closed:before {
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #111;
}
.search-results-output-text {
    font-size: 15px;
    font-weight: normal;
    margin: 0 0 30px;
}
.no-events-warning {
    margin-top: 50px;
    text-align: center;
}
#organizations tr th:first-child, #organizations tr td:first-child {
    width: 85px;
    max-width: 85px;
    text-align: center;
    padding-right: 12px;
}
#organizations img {
    vertical-align: top;
}
#organizations tr td:last-child {
    text-align: center;
}
.tablesorter {
    border-collapse: collapse;
    border: 1px solid #f0f0f0;
    width: 100%;
    table-layout: fixed;
    overflow: auto;
}
.tablesorter tr:nth-child(even) {
    background: #fcfcfc;
}
.tablesorter th, 
.tablesorter td {
    border: 1px solid #f0f0f0;
    text-align: left;
    height: 57px;
    vertical-align: middle;
    padding: 12px;
}
@media (max-width: 600px) {
    .tablesorter th, 
    .tablesorter td {
        height: 40px;
    }
}
.tablesorter th {
    position: relative;
    font-size: 18px;
    font-weight: normal;
}
@media (max-width: 600px) {
    .tablesorter th {
        font-size: 16px;
    }
}
.tablesorter td {
    font-size: 16px;
    color: #777;
}
@media (max-width: 600px) {
    .tablesorter td {
        font-size: 14px;
    }
}
.tablesorter th.header {
    padding-right: 35px;
    cursor: pointer;
}
.tablesorter th span.arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #111 transparent transparent;
    right: 12px;
    top: 50%;
    margin-top: -4px;
}
.tablesorter th.headerSortUp span.arrow {
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #111;
}

.tablesorter .name {
    width: 363px;
}
.tablesorter .event-org-name {
    width: 262px;
}
.tablesorter .event-type{
    width: 177px;
}
.tablesorter .location{
    width: 151px;
}
.tablesorter .image{
    width: 85px;
}
.tablesorter .org-name{
    width: 678px;
}
.tablesorter .event-count{
    width: 190px;
}
@media (max-width: 840px) {
    .tablesorter .org-name{
        width: 510px;
    }
}
@media (max-width: 600px) {
    .tablesorter .name {
        width: 200px;
    }
    .tablesorter .event-org-name {
        width: 205px;
    }
    .tablesorter .event-type{
        width: 140px;
    }
    .tablesorter .location{
        width: 120px;
    }
    .tablesorter .org-name{
        width: 205px;
    }
    .tablesorter .event-count{
        width: 150px;
    }
}

.table-wrapper
{
    overflow:auto;
}
.table-wrapper td {
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 600px) {
    .table-wrapper {
        border: 1px solid #f0f0f0;
    }
}
#event-list th, #event-list td {
    padding: 12px 17px;
}

#event-list th:first-child {
    width: 85px;
}

#event-list th:nth-child(2) {
    width: 290px;
}

#event-list th:nth-child(3) {
    width: 190px;
}

#event-list th:nth-child(4) {
    width: 180px;
}
@media (max-width: 800px) {
    #event-list th:nth-child(2), #event-list th:nth-child(3) {
        width: 200px;
    }
    #event-list th:nth-child(4) {
        width: 150px;
    }
}
