.features-container {
    margin: 0.5%;
    min-width: 760px;
    width: 99%;
    text-align: center;
    table-layout: fixed;
}

    .features-container td {
        padding: 0px 5px 0px 5px;
    }

    .features-container button {
        border-radius: 5px;
        font-weight: bold;
        font-size: 24px;
        width: 100%;
        min-width: 180px;
        height: 100%;
        padding-left: 10px;
        padding-right: 10px;
        outline: none;
    }

        .features-container button.on {
            border: thin solid #DDDDDD;
            background-color: #e6e6e6;
            color: #1374BB;
            text-align: left;
        }

        .features-container button.off {
            border: thin solid #707070;
            background-color: #b8b8b8;
            color: #545353;
            text-align: left;
        }

            .features-container button.off i {
                color: #545353;
            }

        .features-container button.live {
            border: thin solid #DDDDDD;
            background-color: white;
            color: #1374BB;
            text-align: left;
        }

        .features-container button div {
            text-align: left;
            display: inline-block;
            float: left;
        }

        .features-container button span {
            text-align: right;
            display: inline-block;
            float: right;
        }


