h2 {
    margin-top: 30px;
}

#header {
    height: 130px;
}

#page_forgot_password #header,
#page_login #header {
    padding-top: 20px;
    height: 76px;
}

#header .home {
    background-position: center -8px;
    width: auto;
}

.content {
    width: 96%;
}

#header .content {
    width: 100%;
}

#navigation {
    overflow: visible;
}

#navigation ul {
    display: none;

    position: absolute;
    margin: 0;
    border: 3px solid #76bf43;
    background: #ffffff;
    z-index: 1;
    padding: 15px;
    top: 38px;
}


.next_cut {
    position: static;
    float: left;
    width: 30%;
    height: 80px;

    width: 24%;
    padding-left: 3%;
    padding-right: 3%;
}
.next_cut .title {
    margin-top: 10px;
}
.next_cut .date,
.next_cut .day {
    font-size: 16px;
    line-height: 1.2em;
}
.balance {
    position: static;
    float: left;
    width: 30%;
    height: 80px;
}
.balance .title {
    font-size: 12px;
    margin-top: 20px;
}
.balance .amount {
    font-size: 18px;
}
.payment {
    position: static;
    float: left;
    width: 40%;
    overflow: hidden;
    height: 80px;
}
.payment a {
    width: 130px;
    margin-left: 24px;
    font-size: 13px;
    margin-top: 14px;
}
.payment .bg_black_right {
    background-position: 55% 5px;
}

#navigation {
    clear: both;
    margin-bottom: 30px;
}

#navigation li {
    clear: both;
}

.service .settings {
    margin-top: 30px;
}

.settings strong {
    display: block;
}

.option_instructions {
    margin-top: 30px;
}

.button_mobile_menu {
    display: block;
	background: url('../images/button_menu.png') no-repeat;
    height: 42px;
    padding-left: 50px;
    text-transform: uppercase;
    color: #76bf43;
    text-decoration: none;
    font-weight: bold;

    padding-top: 10px;
    height: 35px;
}

#main .content {
    width: 96%;
}

#primary_contact {
    float: none;
    width: auto;
}

#alternate_contact {
    float: none;
    margin-left: 0;
}

#service_address {
    float: none;
    width: auto;
    margin-bottom: 1.3em;
}

#billing_address {
	margin-top: 2.8em;
    float: none;
    margin-left: 0;
    width: auto;
}


#page_account_information_edit #alternate_contact {
    margin-top: 2.8em;
}

#page_rain #main ul {
    margin-top: 30px;
}

#page_payment_card form p strong, #page_payment form p strong {
    display: block;
}

#contacts {
    overflow: visible;
}

#footer {
    margin-bottom: 40px;
}

#footer .contact {
    margin: 2em 0;
}
#footer .contact li {
    float: none;
    margin-right: 0;
    margin-bottom: 0.5em;
}

/* http://stackoverflow.com/a/16907923 */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	select, option {
		font-size: 16px;
	}
}
