
  h1, h2, h3, h4 {
    padding-left: 5px;
    padding-top: 5px;
    font-family: Arial;
    color: black;
  }
  h4 {
    font-size: 1em;   
  }
  h3 {
    font-size: 1.25em;   
  }
  h2 {
    font-size: 1.5em; 
  }
  h1 {
    font-size: 1.75em; 
  }
	a,
	a:visited,
	a:active {
		color: black;
	}
  a:hover{
    color: #fff;
  }
  img{
    max-width:95%;
    padding: 10px 0;   
  }
  header {
    display: block;
    height: 0px;
    clear: both;
    margin-bottom: 0px;
  }

  header a {
    text-decoration: none;
  }

  .container {
    width: 100%;
    border-radius: 5px;
    margin: 5px 0;
    color: #000;
    background: aliceblue; 
    overflow-x: hidden;        
  }
  .wrap {
    white-space: pre-wrap;
  }
  .clear {
    clear: both;
  }
  .group::after {
    content: "";
    display: table;
    clear: both;
  } 
  .lineup { 
    display: inline-block;
  }


  /* -----Select menu----- */
  .select-style {
    padding: 0;
    margin: 20px 0;
    border: 1px solid lightslategray;
    width: 120px;
    border-radius: 3px;
    overflow: hidden;
    float: right;
    background-color: #fff;
    background: #fff url("../img/arrowdown.gif") no-repeat 90% 50%;
  }
  .select-style select {
    padding: 5px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .select-style select:focus {
    outline: none;
  }
  

  /* -----Table Styles----- */
  .flat-table {
    display: block;
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 115%;
    overflow: auto;
    width: auto;
  }
  .flat-table th {
    background-color: tomato;
    color: white;
    font-weight: normal;
    padding: 20px 30px;
    text-align: center;
  }
  .flat-table td {
    background-color: #eeeeee;
    color: #6f6f6f;
    padding: 20px 30px;
  }
  .flat-table td a {
    text-decoration: none;
  }
  .flat-table td a:hover {
    background-color: tomato;
    color: #fff;
  }

  /* -----Sticky footer----- */
  html,
  body,
  .supercontainer {
    height:100%;
    margin-bottom: 30px;
  }
  body > .supercontainer {
    height: auto;
    min-height:100%;  
  } 
  footer {
    clear: both;
    width: 100%;
    height: 0px;
    margin: -0px 0 0 0;
    padding: 0;
    position: relative;
    bottom: 0;
    left: 0;
    background-color: #fff;  
  }
  .push {
    padding-bottom: 0px;
  }
   
  /* -----Tumblr nav----- */

  .tumblr-nav { 
    display: inline;
    float: right;
    margin: 10px 0 0 0;
  }
  .tumblr-nav > li {
    float: left;
    list-style-type: none;
    text-transform: uppercase;
    padding-right: .5em;
    padding-bottom: 1em;
    font-family: Arial, sans-serif;
    font-weight: bold;
  }
  .tumblr-nav a {
    text-decoration: none;
    padding:8px;
    border: solid 1px black;
  }
  .tumblr-nav a:hover {
    text-decoration: none;
  }
 
  .dbima-title,
  .dbima-description {
    margin-top: 10px;
    display: inline-block;
  }
  .dbima-description {  
    width: 40%;
  }
  .dbima-title {
    padding: 15px 0;
    margin: 0 auto;
    border: solid 1px;
    text-align: center;
    width: 100%;
  }
 
  /* -----Media Queries----- */

  @media only screen and (max-width: 40em) { 
    .tumblr-nav a {
      font-size: 10px;
    }
    .dbima-description {
      width: 100%;
    }
    .tumblr-nav > li { 
      padding-right: .3em;
      padding-bottom: 1em;
    }
    .tumblr-nav { 
      padding: 0;
      margin: 10px 0 0 0;
    }
    .select-style {
      width: 100%;
    }
  } /* max-width 640px*/

  @media only screen and (min-width: 40.063em) and (max-width: 64em) { 
    .dbima-description {
      width: 30%;
    }
  } /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */


