@import url(http://fonts.googleapis.com/css?family=Karla:400,400italic,700,700italic);
@import url(reset.min.css);

*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

body {
  font-family: 'Karla', sans-serif;
  font-size: 62.5%;
  padding: 10px 20px 20px 20px;
}
  
ul {
  list-style: none;
}

/* Voting Styles */

  #voting {
    font-size: 24px;
    font-size: 2.4rem;
  }
  
  #voting li {
    background-color: #23205f;
  
    margin: 5px 5px 5px 0;
    list-style-type: none;
    padding: 5px 10px 5px 10px;
    
    display: inline-block;
  }
  
  .button {
    text-align: center;
    padding: 18px 20px;
    
    margin-top: 15px;
    margin-right: 20px;
    
    font-family: 'Karla', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    
    background: #ccc;
    
    text-decoration: none;
    cursor: pointer;
    border: none;
    
    
    display: inline-block;
  }
  
  .button:hover {
    background: #00ea44;
    color: #fff;
  }
  
  
  #voting li.designer1 { background-color: #00b758; }
  #voting li.designer2 { background-color: #00c451; }
  #voting li.designer3 { background-color: #00d04b; }
  #voting li.designer4 { background-color: #00dd46; }
  #voting li.designer5 { background-color: #00ea44; }
  #voting li.designer6 { background-color: #00ff47; }
  
  .designis {
    font-weight: bold;
    
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2.0rem;
    
    display: inherit;
  }
  
  .writtenby {
    font-size: 11px;
    font-size: 1.1rem;
    
    line-height: 14px;
    line-height: 1.4rem;
    
    display: block;
    padding: 10px 0 5px;
  }
  
  h1 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
    font-weight: normal;
    padding-bottom: .4em;
  }
  h2 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
    font-style: italic;
    padding-bottom: .4em;
  }
  h3 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2.0rem;
    font-weight: normal;
    padding-bottom: .4em;
  }