.shipping-wrapper ul {
     margin: 0 0 20px 0 !important;
}

.shipping-wrapper .large-font {
    font-size: 2.2em !important;
}

.shipdiv {
    border-top: 1px solid #eee;
    margin: 20px 0 30px 0;
}

.p {
    display: block;
    margin-bottom: 15px;
}


/***********************
Large Shims and higher
/**********************/
@media only screen and (min-width: 80em) {
    .top-padding {
        margin-bottom: 30px !important;
    }
}

/***********************
Medium Shims and higher
/**********************/
@media only screen and (min-width: 40.0625em) {
    .img {
        padding-right: 15px ;
    }
    
    .hide-ship {
    border-top: none !important;
    }
    
    .shipping {
    margin-top: 75px !important;
    }
}

/***********************
Medium and Lower 
/**********************/
@media only screen and (max-width: 80em) {
    .small-padding {
        margin: 20px 0 !important;
    }
}

/***********************
Small Only
/**********************/
@media only screen and (max-width: 40.0625em) {
    #plainRewardsTable tr.osc td {
        line-height: 1.2em;
        font-size: .9em;
    }
    
    .ms h1 {
        font-size: 1em !important;
    }

}


/***********************
Info
/**********************/

.header {
    width: 100%;
    margin-bottom: 10px;
}

.center img {
    text-align: center;
}

.large-font {
    margin-bottom: 10px;
}

.small-font {
    font-size: 10px;
}

.button {
    border-radius: 8px;
}

.button a {
    color: white;
    font-size: 1.2em;
}

.xtra-pad {
    margin-bottom: 25px !important;
}

.pad {
    margin-bottom: 7px;
}

.pad-right {
    padding-right: 15px;
}

.info h1 {
    font-size: 2.5em;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.big-ico {
    font-size: 6em !important;
    margin-bottom: 5px !important;
    color: #dd3333 !important;
}

.center {
    text-align: center;
}

.info h2, .info ol, .info ul {
    margin: 20px 0 10px 0;
}

.info h3 {
    font-size: 1.3rem
}

.info .p {
    display: block;
    margin-bottom: 15px;
}

.info .special {
    margin-top: 5px;
    font-size: .8em;
    color: #999;
}

.info ul li {
    list-style-type: disc !important;
    margin-left: 35px;
}

.info li {
    padding: 5px 0;
}

#plainRewardsTable {
    margin-bottom: 40px;
}

#plainRewardsTable thead {
    font-size: 1.3em;
}

#plainRewardsTable td {
    padding: .5em !important;
}

#plainRewardsTable tbody tr:nth-child(odd) {
    background-color: #f6f7f8;
}

/*#plainRewardsTable tr td:nth-child(1) {
    text-align: center;
}*/


.info i.fa {
    text-align: center;
    width: 100%;
    font-size: 4em;
    color: #1087AD;
}

hr {
    margin-top: 10px;
    margin-bottom: 20px;
}


/** LIST FIX -- JESUS CHRIST WHY DO I DO THIS **/

ul { 
   list-style-type: disc; 
   list-style-position: inside; 
   margin-bottom: 20px;
}
ol { 
   list-style-type: decimal; 
   list-style-position: inside;
   margin-top: 20px;
   margin-bottom: 20px;
}
ol li { 
   margin-bottom: 5px;
}
ul ul, ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
}
ol ol, ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}
