@import url('https://fonts.googleapis.com/css?family=Contrail+One|PT+Sans+Narrow');

*,
html {
  box-sizing: border-box;
}

body {
  background-color: #fff
}

button {
  border: 0;
  padding: 10px;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 13pt;
  background-color:  #eee;
  border-radius: 5px;
  color: #444
}

#pal,
#char {
  width: 200px;
  margin-top: 0;
  margin-bottom: 5px
}

#char {
  margin-right: 5px;
  margin-left: 0;
}

#pal {
  margin-right 0px;
  margin-left: 0;
}

#toggle, #getpal, #seeall, #contribute  {font-size: 11pt; height: 30px;line-height: 10px; }

#palin { margin: 0 5px; width: 30px; height: 30px; border-radius: 5px; border: 1px solid #ccc; color: #333; font-size: 11pt; font-family: 'PT Sans Narrow', sans-serif;}

#counthold {
   border: 0;
  padding: 10px;
  font-family: 'PT Sans Narrow', sans-serif;
  display: inline-block;
  font-size: 11pt; height: 30px;line-height: 10px;
  background-color:  #eee;
  border-radius: 5px;
  color: #444
}



#both {
  width: 409px;
  margin-bottom: 5px
}

#content {
  width: 409px;
  margin: 200px auto 0 auto;
}


.hdr {
  font-family: 'Contrail One', cursive;
  color: #333;
  font-weight: normal;
  font-size: 23px;
  margin: 15px 0 5px 0;
}


#credit {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 10pt;
  color: #444;
  position: absolute;
  right: 0;
  bottom: 0;
  text-aligh: right;
}

#credit a {color: #444}

#charholder {display: none;}
#palholder {display:none;}

#invalid {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 13pt;
  color: #dd0000;
}

#palnum {
  margin-left: 5px;
  display: inline-block; 
  line-height: 36px;
  font-weight: normal;
  font-family: 'PT Sans Narrow', sans-serif;
  color: #008BBF;
  font-size: 30px;}

#drawchar {
   font-weight: normal;
  font-family: 'PT Sans Narrow', sans-serif;
  color: #008BBF;
  font-size: 30px;
}

canvas { vertical-align: top; display: inline-block; }

#random {width: 100%; margin: 0 0 5px 0}