﻿/*
    if possible always try to use bootstrap classes -- you can override bootstrap classes in custom.css
*/

body {
    font-family: 'Montserrat', sans-serif;
}

hr {
    background-color: black;
    height: 2px;
    width: 100%;
    margin: 12px 0;
}

select{
    font-size: 1rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.content {
    padding: 20px;
    margin: auto;
}


.autoRenew {
    margin-top: 10px;
}

.orderSummary {
    background-color: white;
    border: none;
}

.orderSummary[readonly] {
    background-color: white;
    border: none;
}

.orderSummary[readonly]:focus {
    box-shadow: none;
}

#orderTotal {
    padding-right: 30px
}

.ccpaymentInput {
    margin-top: 28px;
}

.ccCol5 {
    width: 80%;
}

.ccCol6 {
    width: 0%;
    display: none;
}

.formCol7 {
    width: 100%;
}

.magCoverCol5 {
    display: none;
    width: 0%;
}

.magCoverMobile {
    max-width: 450px;
}

.paypalInput {
    margin-top: 15px;
}

.stickyImage {
    top: 100px;
}

.singleImage {
    width: 300px;
    display: block;
    margin: auto;
}

.ratesTableDesktop {
    display: none;
}

.ratesTableMobile {
    max-width: 350px;
    margin: auto;
}