
/*"The last 29 days of the month are the hardest."- Nikola Tesla*/
/*Things that I've added*/


a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}

.pullquote {
    float: right;
    clear: right;
    width: 200px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    background-color:#f9f9f9;
    border:1px solid #d6d6d6;
    border-radius:6px;
    font-style:italic; 
    font-size:20px; 
    margin:20px 0 10px 10px;
    padding:20px;
    line-height:21px;
}


.book-sidebar p{
    margin:9px;
}

#content p.highlight {
    border: 1px solid #000000;
    background:#FFFFFF;
    padding: 6px;
    text-align: center;
    margin-left: 5px;
    margin-right:5px;
    display:inline-block;
}

.highlight_section {
    /*width: 500px;
    margin-left: 125px; The width and margin are computed in responsive_design.js since they change depending on the scree size*/
    border : 1px solid #000000;
    padding-bottom: 0px;
    margin-bottom: 12px;
    display:inline-block;
    font-size:14px;
    font-family:comic sans ms,cursive;
    padding-left:5px;
    padding-right:5px;
}

/*#content .highlight_section p{
        text-align:justify;
  text-justify:inter-word;
}*/

#selected_chapter{
    color: #808080;
}

.savings {
    color: #065C27;
}
/*The bottom code should JUST go in pages with forms
/*http://webdesignernotebook.com/css/a-beautiful-form/*/

#review_the_text label {
    color:#0066CC;
}
#review_the_text textarea {
    height: 100px; /*Note that you reset this from the textarea right above*/
    width: 525px;
}


#reviews {
    font:13px Georgia, "Times New Roman", Times, serif;
    background:#eee;
}
#reviews .title {
    text-decoration:underline;
}
#reviews ul {
    list-style:none
}
#reviews .questions{
    text-decoration:none;
    color:#0066CC;
}

#login {
    margin: 0px;
}

form#login{
    float: right;
    margin-top: 0px;


}
form#login table th, form#login table td{
    padding: 0px;
    padding-right: 5px;
}

#supplement {
    clear: both;
}


.form_success_title {
    font-weight: bold;
    color: #3C0;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    line-height: 20px;
}
#matching input {
    width: 20px;
}

.vert-offset-bottom-2{
    margin-bottom: 3em;
}

.vert-offset-top-2{
    margin-top: 3em;
}

/*for ADA we need to be able to hide stuff off of the screen*/
.hidden
{
    position: absolute;
    left: -999em;
    width: 1em;
    overflow: hidden;
}

#page-wrapper.non-student-sign-up-form {
    margin-left:100px;
    margin-right:100px;
}

body{
    background-color:white;
}

#forward-back {
    margin-right:15px;
}

p {
    margin: 1.6em;
}

#extra_icons {
    clear:both;
}

h1 {font-size: 24px}
/* Small Devices, Tablets */
@media (max-width : 1024px) {
    h1 {font-size: 18px;}
    h2 {font-size: 16px;}
    .book-sidebar {
        background-color:#f9f9f9;
        border:1px solid #d6d6d6; 
        font-size: 12px;
        margin:20px 0 10px 10px;
        line-height: 1.4em;
        padding: 5px 10px 5px 10px;
    }
    .pullquote {
        display: none;
    }
    .quasi_pq{
        display: none;
    }
}
@media (min-width : 1025px){
    .book-sidebar {
        float: right;
        clear: right;
        width: 200px;
        background-color:#f9f9f9;
        border:1px solid #d6d6d6; 
        font-size: 12px;
        margin:20px 0 10px 10px;
        line-height: 1.4em;
        padding: 5px 10px 5px 10px;
    }    


}
@media (max-width: 450px) {
    .stacked-margin-bottom-button{margin-bottom:10px;} /*good for stacked buttons*/
}
.general-margin-bottom-button{margin-bottom:10px;} /*when needed anywhere*/

#extra_icons img {
    width:48px;
    height:48px;

}

input.topic {
    margin-left: -14px;
}

caption {
    color: black;
    text-decoration: underline;
}


.StripeElement {
  box-sizing: border-box;

  height: 40px;

  padding: 10px 12px;

  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

