﻿
h5 {
    display: table;
    font-size: 25px !important;
    width: 100%;
    text-align: center;
    border: none;
    height: 40px;
}

span.inh5 {
    /*color: #3C2057;*/
    display: inline-block;
    vertical-align: bottom !important;
    font-weight: bold;
    min-width: 200px !important;
    background-color: #ffffff;
    margin: 10px 0 10px 0;
    padding: 0 10px 0 10px;
}



.sponsors ul {
    width: 100%;
    clear: left;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}

    .sponsors ul li {
        display: inline-block;
        float: none;
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
    }


    .sponsors ul img {
        padding: 10px;
    }


    .sponsors ul li a, ul.list-group2 li a {
        margin: 0 auto;
        text-decoration: none;
    }
