/*
 *   Reset
 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,select,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
strong{font-weight:700;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}abbr,acronym{border:0;}

button::-moz-focus-inner {border:0; padding:0;}

/*
 *   Styles
 */

* {-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}

body {background:#eee;}

body,
select,
input[type="text"],
input[type="password"],
textarea,
table {font-family:'Source Sans Pro', sans-serif; font-size:14px; line-height:1.2em; color:#333;}

select,
input[type="text"],
input[type="password"],
textarea {padding:5px; border:1px solid rgba( 0,0,0, .2 ); border-radius:3px;}

p {margin:0 0 1em 0;}

a:link,
a:visited {color:#333; text-decoration:none;}
a:hover {color:#008aff; text-decoration:none;}

em {font-style:italic;}

h1, h2, h3, h4, h5, h6 {}

h1 {font-weight:bold; font-size:24px; line-height:1em;}
h2 {margin:0 0 20px 0; font-weight:bold; font-size:24px; color:#555;}
h3 {margin:0 0 20px 0; font-weight:bold; font-size:24px; color:#008aff; font-family:Boogaloo; text-transform:uppercase;}

hr {margin:10px 0 20px 0; border:0; border-bottom:1px solid rgba( 0,0,0, .1 );}

.float-none {float:none;}
.float-left {float:left;}
.float-right {float:right;}

.text-left {text-align:left;}
.text-center {text-align:center;}
.text-right {text-align:right;}

.space-left {margin-left:5px;}
.space-right {margin-right:5px;}
.space-bottom {margin-bottom:5px;}
.space-top {margin-top:5px;}
.space {margin:5px;}

.full-width {width:100%;}

.nowrap {white-space:nowrap;}
.pre-wrap {white-space:pre-wrap;}