body {
	font-family: 'Roboto',verdana, helvetica, arial, sans-serif;
	line-height:1.5em;
	font-size: 1em;
	background: #ffffff;
        height: unset;
        min-height:100vh;
}

@keyframes autofill-start {
  from {}
  to {}
}

input:-webkit-autofill {
  animation-name: autofill-start;
  animation-duration: 0.01s;
}

.header {
    display: flex;
    height: 70px;
    width: 100%;
    align-items: center;
}

.home-link {
    height: 50px;
}

.logo {
    width: 300px;
    margin-left: 20px;
}

#content {
    display:flex;
    flex-direction:column;
    flex:1;
}

.main-content {
    display: flex;
}

.checkout-holder.active {
    padding:10px 0;
    background: #4574B4;
    flex: 1;
}

.precheck {
    margin:30px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.precheck.hide,
.precheck.hidden {
    display: none;
}

.precheck form {
    max-width: 300px;
    margin-top: 30px;
}

.formrow.login {
    margin-top:20px;
    text-align:center;
}

.formrow.login p {
    color:red;
    margin-bottom:10px;
}

.formrow label {
    display: block;
    margin: 10px 0 0 5px;
}

.formrow label.hide {
    display: none;
}

.formrow input:not([type="checkbox"]) {
    width:100%;
}

.formrow input[type="checkbox"] {
    margin-left:10px;
}

.purchase-buttons .formrow {
    margin:20px 0;
    text-align: center;
}

.purchase-buttons .formrow.switchrow {
    display:flex;
    align-items:center;
    justify-content: center;
}

.switch-button {
    display: flex;
    justify-content: flex-start;
    height: 32px;
    border: 1px solid #000000;
    border-radius: 16px;
    width: 54px;
    background: #dddbdb;
    align-items: center;
    padding: 0 3px;
    margin-left:10px;
}

.switch-button.on {
    justify-content: flex-end;
    background: #0277bd;
}

.switch-button-thumb {
    border-radius: 50%;
    height: 24px;
    width: 24px;
    background: #ffffff;
    border: 1px solid grey;
}

button.primary {
    width:fit-content;
    margin-left:0;
}

.page-row {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px 10px;
    box-sizing: border-box;
}

.row-item {
    flex: 1;
    margin-right: 2%;
    text-align: left;
}

.footer h4 {
    margin: 5px;
}

.margin-right-25 {
    margin-right: 25px;
}

/* Begin phone screen css */

@media (max-width: 700px) {
    

    
}

@media (max-width: 1000px) {

    
}

@media (orientation:portrait) {


}

@media (orientation:landscape) {



}


@media (min-width: 400px) and (max-width: 700px) and (min-device-aspect-ratio: 1/1) {
    

    
}

/* Begin tablet screen css */

@media (min-width: 701px) {
    

}

/* End tablet screen css */

/* Begin 1000 screen css */

@media (max-height: 550px) {


}
