/* Copyright (c) 2011 Chris Markham
*  
*  CSS EDITOR
* 
*********************************************/
body {background-color:#fff; color:#231f20;}

h1, h2 { font-size: 46px; font-weight: bold; margin: 0; text-transform: uppercase; letter-spacing: -1px; color: #231f20; }
h3 { font-size: 24px; font-weight: bold; letter-spacing: -1px; color: #231f20; }
h4 { font-weight: bold; color: #e73d35; }
hr { border-top: 2px solid #f5aba7; margin-top: 10px; margin-bottom: 10px; }

.table-staff { width: 100%; }
.table-staff td { width: 33%; vertical-align: top; padding: 15px; border-left: 1px solid #f5aba7; border-top: 1px solid #f5aba7; }
.table-staff tr:first-child td { border-top: 0; }
.table-staff tr td:first-child { border-left: 0; }
.table-staff td strong { font-size: 18px; }

.btn { color: #fff; }

#fun-facts { margin: 0; padding: 0; }
#fun-facts li { margin-bottom: 15px; list-style: none; border-left: 3px solid #f5aba7; padding: 15px; }
#fun-facts li:nth-child(even) { background: #fafafa; }

.pull-left { margin: 0 15px 15px 0; }
.pull-right { margin: 0 0 15px 15px; }