html,body{
    height: 100%;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.jlr-border-color {
    border-color: #B0B2B3 !important;
}

h1,h2,h3,h4,h5,h6 {
    color: #93a01e;
    text-transform: uppercase;
}

h1 {
    font-weight: 400;
}

input {
    font-size: 1.2rem !important;
}

.header a {
    font-size: 11px;
    color: #7f7f7f;
    text-decoration: none;
}

.btt {
    background-color: #63666a;
    color: white;
}

.btt a {
    color: white;
    font-size: 14px;
}

.footer {
    background-color: #7f7f7f;
}

.footer {
    color: white;
    font-size: 14px;
}

.footer .address {
    color: #cececa;
    font-size: 12px;
    line-height: 1.4em;
}

.btn-jlr {
    color: #333333;
    text-transform: uppercase;
    background-color: #f2f2f2;
    width: auto;
    margin: 0 auto;
    margin-top: 40px;
    padding: 8px 16px;
    border: solid 1px #b0b2b2;
    display: block;
}

.jlr-active {
    color: #93a01e;
    text-decoration: none;
}

nav {
    background-color: #f2f2f2;
    border-bottom: solid 1px #b0b2b2;
    padding: 0 40px;
    height: 40px;
    font-size: 12px;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: bold;
    color: #7F7F7F;
    width: 100%;
}

nav a,
nav a:visited {
    color: #7F7F7F;
}

nav a:hover,
nav a.active {
    color: #93a01e;
    text-decoration: none;
}

nav .navleft {
    float: left;
    padding: 15px 0 5px 0;
}

nav p {
    color: #93a01e;
    font-size: 12px;
    line-height: 1em;
    text-transform: uppercase;
}

th.dt-center, td.dt-center {
    text-align: center;
}

th.dt-right, td.dt-right {
    text-align: right;
}

div.dt-buttons {
    float: right;
}

.dt-buttons button i {
    padding-top: 5px;
}

div.dt-buttons {
    float: left !important;
}

#marketenable,
#mailenable,
#btnmarketedit,
#btnuseredit,
#btnuserdel,
#btnuserpwd,
#btnmyup,
#btnmydown {
    cursor: pointer;
}