 .atrEvents {
    background-color: #23588e;
    box-shadow: 0px 2px 5px #000;
    color: #fff;
    font-size: 16px;
    margin-top: 6px;
    padding: 15px;
    text-align: center;
    width: 60px;
}


.headingrel {
    background-color:#22578D;
    color:#fff;
    padding:10px;
    box-shadow: 1px 2px 3px #888;
}

.EventlistRow {
    background-color: #ffffff;
    border-bottom: 1px solid #ccc;
    color: #555;
    padding: 10px;
    box-shadow: 1px 2px 3px #888;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.relevdates {
    float: left;
    padding: 0 4px;
    width: 20%;
}

.relevdetails {
    float: left;
    padding: 0 4px;
    width: 60%;
}

.relevdetails h5 {
    font-weight: bold;
    font-size: 14px;
    margin-top: 4px;
}

.relevdetails p {
    margin: 0 0 4px;
}

.relevicons {
    float: left;
    padding: 2px 4px;
    width: 20%;
}

.headingrel h4 {
    margin-bottom: 5px;
    margin-left: 4px;
    margin-top: 5px;
    font-size: 17px !important;
    font-family: Arial,Helvetica,sans-serif;
    color: #fff;
}

/*.changeEvent:hover{
    background-color:#fff;
    border-bottom:1px solid #999999 ;
    border-top: 0px solid #999999;
}*/

.relevaltbg
{
	background: #999999;
}


.col-sm-6 {
     padding-left: 0px;
}

.relbtm {
    margin-bottom: 25px;
}

.relevdetails h5 {
    cursor: pointer;
}

.titlelink {
    padding: 10px 10px;
}

@media (min-width: 320px) and (max-width: 548px) {
    .relevdates {
        width: 23%;
    }

    .atrEvents {
        background-color: #23588e;
        box-shadow: 0 2px 5px #000;
        color: #fff;
        font-size: 13px;
        margin-top: 6px;
        padding: 10px 7px;
        text-align: center;
        width: 48px;
    }

    .relevdetails h5 {
        font-size: 12px;
    }

    .relevdetails {
        width: 60%;
    }

    .relevicons {
        width: 17%;
    }
}

@media (min-width: 240px) and (max-width: 320px) {
    

    .relevdates {
        width: 23%;
    }

    .atrEvents {
        background-color: #23588e;
        box-shadow: 0 2px 5px #000;
        color: #fff;
        font-size: 13px;
        margin-top: 6px;
        padding: 10px 7px;
        text-align: center;
        width: 48px;
    }

    .relevdetails h5 {
        font-size: 12px;
    }

    .relevdetails {
        width: 60%;
    }

    .relevicons {
        width: 17%;
    }

}

@media (min-width: 360px) and (max-width: 640px) and (orientation : portrait) {
    .relevdates {
        float: left;
        padding: 0 4px;
        width: 24%;
    }

    .relevdetails {
        float: left;
        padding: 0 4px;
        width: 60%;
    }

    .relevicons {
        float: left;
        padding: 0 4px;
        width: 16%;
    }
}

@media (min-width: 360px) and (max-width: 640px) and (orientation : landscape) {
    .relevdates {
        width: 12%;
    }

    .relevdetails {
        width: 77%;
    }

    .relevicons {
        width: 10%;
    }
}


@media (min-width: 460px) and (max-width: 768px) and (orientation : portrait) {
}

@media (min-width: 460px) and (max-width: 768px) and (orientation : landscape) {
    .relevdates {
        width: 12%;
    }

    .relevdetails {
        width: 77%;
    }

    .relevicons {
        width: 10%;
    }
}

@media (min-width: 603px) and (max-width: 966px) and (orientation : portrait) {
    .relevdates {
        width: 15%;
    }

    .relevdetails {
        width: 76%;
    }

    .relevicons {
        width: 9%;
    }
}

@media (min-width: 603px) and (max-width: 966px) and (orientation : landscape) {
    .relevdates {
        width: 11%;
    }

    .relevdetails {
        width: 80%;
    }

    .relevicons {
        width: 8%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation : portrait) {
    .relevdates {
        float: left;
        padding: 0 2px;
        width: 12%;
    }

    .relevdetails {
        float: left;
        padding: 0 4px;
        width: 80%;
    }

    .relevicons {
        float: left;
        padding: 0 4px;
        text-align: center;
        width: 8%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation : landscape) {
    .relevdates {
        float: left;
        padding: 0 2px;
        width: 25%;
    }

    .relevdetails {
        float: left;
        padding: 0 4px;
        width: 54%;
    }

    .relevicons {
        width: 10%;
    }
}