INPUT.submit
{
    font-weight: 500 !important;
    font-size: 14px;
    border: #f39c12 thin solid;
    line-height: 1.5 !important;
    padding: 4px 10px;
    background-color: #f39c12 !important;
    cursor: pointer;
    color: white;
    min-width: 120px;
    font-family: verdana,arial ce, helvetica ce, verdana ce, arial, helvetica, verdana, sans-serif;
}

input.submit:hover {
	background: #f5b041 !important;
}

td.main {
    font-size: 14px;
    line-height: 1.5;
}

* {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
}

.tables-wrapper {
    text-align: left;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}

.tables-wrapper table {
    width: auto;
    text-align: left;
    margin: 0 auto;
}

.tables-wrapper + #device-container {
    margin-top: 20px;
}

.bottom-navigation {
    margin-bottom: 30px
}

@media screen and (min-width: 651px) {
    .bottom-navigation {
        width: 100%;
        max-width: 600px;
    }
}

@media screen and (max-width: 650px)
{
    .bottom-navigation {
        float: left;
        margin-left: 60px;
        display: table;
    }
}

@media screen and (max-width: 400px)
{
    .bottom-navigation {
        margin-left: 10px;
    }
}