body, html
{
  /*  min-height: 100%;*/
}

.event table th{
    color: #c2c2c2;
    padding: 12px;

}
.event table{
    border-collapse: separate !important;
    border-spacing: 0;
}


.event_description a{
    color: #389edd;
}
.event_description a:focus, .event_description a:hover {
    color: #e21e3b;
}

.event table tbody td {
    vertical-align: middle;
    border: solid #e0e0e0 1px;
    border-bottom: 0;
    border-left: 0;
    border-right: solid #e0e0e0 1px;
    box-sizing: border-box;
    color: #6e6e6e;
    font-size: 14px;
    line-height: 21px;

}

.event table td small{
    width: 25%
}

.event table tbody tr td:first-child{
    border-left: solid #e0e0e0 1px;
}
.event table tbody tr td:last-child{
    border-right: solid #e0e0e0 1px;
}

.event table tbody tr:last-child td {
    border-bottom: solid #e0e0e0 1px;
}

.event table tbody tr:first-child td:first-child{
    border-radius: 4px 0 0 0 ;
}

.event table tbody tr:last-child td:first-child{
    border-radius: 0 0 0 4px;
}

.event table tbody tr:first-child td:last-child{
    border-radius: 0 4px 0 0 ;
}

.event table tbody tr:last-child td:last-child{
    border-radius: 0 0 4px 0;
}

.event table tbody td{
    padding: 12px;
}

.event sup{
    color: #d87435;
    cursor: pointer;
}

#map
{
    width: 338px;
    height: 136px;
}


.no_style td
{
    margin: 0!important;
    padding: 0!important;;
    border: none!important;
    vertical-align: top!important;
}

.event_place
{
    display: none;
}

.event_list .a_no_break{
    min-width: 100px!important;
}

@media (max-width: 1000px) {

    .remove_under_1000
    {
        display: none;
    }

    .event_info tr:nth-child(4) td
    {
        border-bottom: 1px solid #e0e0e0
    }
}

#formular {
    min-height: 100%;
}

@media only screen and (max-width: 700px) {


    .event_list table tbody tr td:first-child{
        border-left: none;
        font-size: 16px;
        line-height: 24px;
        padding-top: 24px;
    }
    .event_list table tbody tr td:last-child{
        border-right: none;
        padding-bottom: 24px;
    }

    .event_list table tbody tr:last-child td {
        border-bottom:none;
    }
    .event_list table tbody td{
        height: auto;
        border: none;
        padding: 9px 24px;
    }
    .event_list table {
        border: 0;
    }

    .event_list table thead {
        display: none;
    }

    .event_list table tr {
        margin-bottom: 24px;
        display: block;
        border: 1px solid #d6d6d6;
    }


    .event_list table td {
        display: block;
        font-size: 13px;
        border-bottom: 1px dotted #e0e0e0;
    }

    .event_list table td:last-child {
        border-bottom: 0;
    }

    .event_list table td a{
        width: 100% !important;
        text-align: center !important;
    }

    .event_list table td:before {
        content: attr(data-title);
        width: 100%;
        color: #a0a0a0;
        display: block;
    }
}

.event_tags .tag {
    padding: 7px 15px;
    background-color: #a0a0a0;
    color: #fff;
    font-size: 12px;
    float: left;
    margin: 6px;
}
.event_tags .active{
    background-color: #37373C;
}
