/* 
    Document   : jevcustom
    Created on : 22-Apr-2013, 14:12:51
    Author     : Tony Partridge - GWE Systems Ltd
    Description: To allow customisation of CSS Strings where they can never be lost.
    Purpose of the stylesheet follows.
*/
#jevents_body {
background-color:transparent !important;
border: 0px !important;
}
.events_list_container span.ehead {
    height: 20px;
    padding: 5px;
    background-color: #009300;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.events_list_container span.ehead_nadalavahetus {
    height: 20px;
    padding: 5px;
    background-color: #d91b36;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
#jevents_body .events_list_container .row {
    margin: 0px !important;
   padding-bottom: 1px !important;
}
#jevents_body .events_list_container .row > div {
    box-sizing: border-box;
    padding: 1px;
}

#jevents_body .row .heading {
   font-size: 13px;
   font-weight: bold;
   text-align: center;
   width: 100%;
}

ul.evlist {
   margin:0px !important;
}
ul.evlist li.ev_td_li {
    list-style-type: none !important;
    background-color: #eee;
    display: block;
    float: left;
    font-size: 12px;
    margin: 2px;
    padding: 5px;
    border: 1px solid;
    overflow: hidden;
    height: 20px;
    width: 92%;
}

@media (min-width: 790px) {
    #jevents_body .events_list_container .row:first-child .day_date {
        margin-top:20px;
    }
}
