/* Homepage shortcut buttons */
.top_Utilities .utility-icon {
    align-items: center;
    background: #e53935;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    float: left;
    font-size: 17px;
    height: 32px;
    justify-content: center;
    margin-right: 5px;
    width: 32px;
}

.top_Utilities .utility-icon-livescore {
    background: #12a86b;
}
