﻿.single-sports-news-box {
    display: none
}

#loadMore {
    display: inline-block;
    width: 50%;
    padding: 10px;
    text-align: center;
    background-color: #33739E;
    color: #fff;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 1px 1px #ccc;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out
}

    #loadMore:hover {
        background-color: #fff;
        color: #33739E
    }
