/* CSS Document */
html {
    font-size: 16px;
}
#blank_cards .maincontainer {
    margin: 15px;
    font-family: 'robotolight', Arial, sans-serif;
}

#blank_cards a {
    text-decoration: none;
}

#blank_cards h1 {
    font-family: 'din-bold', Arial, sans-serif;
    font-size: 2rem;
    letter-spacing: -.1rem;
    line-height: 32px;
    color: #04356d;
}

#blank_cards p {
    font-family: 'robotolight', Arial, sans-serif;
    font-size: 1rem;
    line-height: 22px;
    color: #878d92;
}

#blank_cards ul {
    margin-left: 10px;
    padding-left: 0px;
    padding-bottom: 1rem;
}

#blank_cards li {
    font-family: 'robotolight', Arial, sans-serif;
    font-size: .725rem;
    padding-bottom: .4rem;
}

#blank_cards h3 {
    font-family: 'roboto_slabbold', Arial, sans-serif;
    font-size: 1.25rem;
    color: #04356d;
    margin: 2rem 0 0 0;
}

#blank_cards img {
    margin-left: 4px;
}

#blank_cards .notfor {
    font-family: 'robotoregular', Arial, sans-serif;
    font-size: .90rem;
    color: #878d92;
}

#blank_cards .btn-sm {
    background-color: #ff4301;
    color: white;
    border: 0px;
    font-family: 'robotoregular', Arial, sans-serif;
    font-size: .60rem;
    text-transform: uppercase;
}

#blank_cards .btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255,51,0,.25);
}

#blank_cards td, th {
    text-align: center;
    font-size: .85rem;
/*    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;*/
}

#blank_cards .inkjet-header {
    color: #ff4301;
    margin-bottom: 0px;
}

#blank_cards .inkjetcards {
    margin-top: 6px;
    margin-bottom: 6px;
}

#blank_cards .inkjet {
    padding: 15px;
    background-color: rgba(234,239,243,0.40);
}

#blank_cards .inkjetlistclear {
    margin-bottom: 0px;
}

#blank_cards .fargo {
    margin-top: 4px;
}

#blank_cards .centerimage {
    width: 100%;
    text-align: center;
    padding-bottom: 12px;
}

@media (min-width: 767px) and (max-width: 1200px) {

    #blank_cards .medmargins {
        margin-left: 80px;
        margin-right: 80px;
    }

    #blank_cards li {
        font-family: 'robotolight', Arial, sans-serif;
        font-size: .90rem;
        padding-bottom: .6rem;
    }
}

@media (min-width: 1200px) {

    body {
        background-color: #f3f3f3 !important;		
    }
    #blank_cards .maincontainer {
        margin: 0 auto;
        width: 1200px;
        background-color: white;
        padding: 30px;
        font-family: 'robotolight', Arial, sans-serif;
    }
    #blank_cards .inkjet {
        margin: 0 auto;
        width: 1200px;
        padding: 25px;
        background-color: #F7FAFF;
    }
    #blank_cards li {
        font-family: 'robotolight', Arial, sans-serif;
        font-size: .90rem;
        padding-bottom: .6rem;
    }

    #blank_cards .notfor {
        padding: 0px;
        margin: 0px;
        margin: 0px 110px;
    }

    #blank_cards .lrgmargins {
        margin-left: 110px;
        margin-right: 110px;
    }

    #blank_cards h3 {
        font-family: 'roboto_slabbold', Arial, sans-serif;
        font-size: 1.5rem;
        color: #04356d;
        margin: 48px 0 0 110px;
    }

    #blank_cards p {
        font-family: 'robotolight', Arial, sans-serif;
        font-size: 1rem;
        line-height: 22px;
        color: #878d92;
        margin: 0px 110px;
    }

    #blank_cards ul {
        margin-top: 16px;
    }

    #blank_cards .table {
        width: 920px;
        margin: 0 auto;
    }

    #blank_cards .inkjet-header {
        color: #ff4301;
        margin-top: 50px;
        margin-bottom: 0px;
    }

    #blank_cards .lrgfargohead {
        margin: 0px 0 0 110px;
    }
}