body {
    font-family: "Open Sans", Verdana, Arial, 'sans-serif';/* <-- fonts */
    background-color: #fff;
    margin: 0px !important;
  }
  
  a{
    font-family: "Open Sans Condensed", Verdana, Arial, 'sans-serif';
    color: #212121;
    text-decoration: none;
    cursor: pointer;
  }
  
 
  a:hover{
    text-decoration: underline;
  }
  
p {
    display: block;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

  .video-mount{
    width: 100%;
    text-align: center;
    padding-right: 1em;
    padding-left: 1em;
    padding-top: 1em;
    background-color: #fff;
  }
  
  .video-window{
    display: inline-block; 
    margin: 0 auto;
    padding: 3px;
    background-color: #fff;
  }

  .youtube-mount{
    width: 100%;
    text-align: center;
    padding-right: 1em;
    padding-top: 1em;
    background-color: #fff;
  }

  .pane{
    margin: 1em;
    flex-basis: 48%; 
    padding-left: 0.5em; 
    padding-right: 0.5em; 
    display: flex;
    flex-wrap: wrap;
    overflow-y: scroll;
    height: 10em;
    background-color: #fff;
  }
  
  .youtube-pane{
    margin: 1em;
    flex-basis: 48%; 
    padding-left: 0.5em; 
    padding-right: 0.5em; 
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 10em;
    background-color: #fff;
  }

  .collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    margin: 2px;
    border-radius: 4px;
  }
  
  .active, .collapsible:hover {
    background-color: #555;
  }
  
  .content {
    padding: 0 12px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
  }
  
.button_box{
  margin: 1em;
  display: flex;
height: 6em;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.bigButton{
  flex-basis: 50%;
  font-size: 24px;
  height: 3em;
  background-color: #3D5F9A;
  color: #fff;
  border-radius: 8px;
  border: 2px solid #aaaaaa;
  cursor: pointer; 
  width: 200px; 
  /* recurly sets buttons to 100%. grr */ 
}

.carMain{
    border-style: solid;
    border-color: #999999;
    border-width: 0px 1px 1px 1px;
    border-radius: 0px 4px 4px 0px;
    background-color: #fff;
}
.carLinkBox{
    border-radius: 4px;
    max-width: 900px;
    min-width: 50em;
    font-size: 18px;
    font-weight: 400;
    color: #aeaeae;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    background-color: #F6F6F6;
}

.carTab{
    color: #767676;
    background-color: #dfdfdf;
    flex-basis: 25%;
    height: 24px;
    font-weight: 600;
    text-align: center;
    border-style: solid;
    border-color: #cccccc;
    cursor: pointer;
    z-index: 9;
    padding: 6px;
    border-width: 1px 1px 0px 1px;
    border-radius: 4px 4px 0px 0px;
}

.carTabOn{
    font-weight: 800;
    color: #18649B !important; 
    background-color: #fff !important;
    border-color: #999999 !important;
}

.carsubsection{
    flex-basis: 90%;
    display: flex;
    justify-content: center;
}

.carInput{
    width: 400px;
    font-size: 14px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    -webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
    -moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
         box-sizing: border-box;
}

.smButton{
    font-size: 18px;
    visibility: hidden;
    height: 3em;
    background-color: #DA201E;
    color: #fff;
    border-radius: 8px;
    border: 2px solid #aaaaaa;
    cursor: pointer; 
    width: 150px; 
    /* recurly sets buttons to 100%. grr */ 
  }