.mgm {
    border-radius: 7px;
    position: fixed;
    z-index: 90;
    bottom: 80px;
    left: 50px;
    background: #46b316;
    padding: 20px 27px;
    font-size:12px;
    color:#fff;
    box-shadow: 0px 5px 13px 0px rgba(0,0,0,.3);
    
    max-width: 400px !important;
}
.mgm a {
    font-weight: 900;
    display: block;
    line-height:-200px;
    color:#fff;
}
.mgm a, .mgm a:active {
    transition: all .2s ease;
    color:#fff;
}

.news-section.style-two {
    border-bottom: 1px solid #cdd8e6;
}
@media only screen and (max-width: 991px)
.news-section {
    padding-bottom: 70px;
}
.news-section {
    padding: 93px 0px 96px 0px;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

.auto-container {
    position: static;
    max-width: 1170px;
    padding: 0px 15px;
    margin: 0 auto;
}

.news-section .sec-title {
    margin-bottom: 60px;
}
.sec-title {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.centred {
    text-align: center;
}

.news-section.style-two .sec-title h5 {
    color: #063c83;
}
.sec-title.centred h5 {
    padding: 0px 55px 0px 55px;
}
.sec-title h5 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    color: #666666;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.latest-row ul {
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 2px solid #fff;
    border-bottom: 0;
}

.latest-row1 ul li.title {
    background: url(images/icon-dol.html) #0a3465 no-repeat 13px;
    padding-left: 55px;
    line-height: 37px;
}
.latest-row ul li:nth-child(odd) {
    background: #e7eaee;
}
.latest-row ul li {
    line-height: 35px;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    color: #414345;
    padding: 0 15px 0 25px;
    font-weight: 600;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}
table {
    border-collapse: collapse;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}