#dropzone {
   margin-bottom: 3rem; }
 
 .dropzone {
   border: 2px dashed #0087F7;
   border-radius: 5px;
   background: white; }
   .dropzone .dz-message {
	 font-weight: 400; }
	 .dropzone .dz-message .note {
	   font-size: 0.8em;
	   font-weight: 200;
	   display: block;
	   margin-top: 1.4rem; }
 
 *, *:before, *:after {
   box-sizing: border-box; }
 
 html, body
 {
   font-family: Roboto, "Open Sans", sans-serif;
   font-size: 20px;
   font-weight: 300;
   line-height: 1.4rem;
   background: #F3F4F5;
   color: #646C7F;
   text-rendering: optimizeLegibility;
}
 
 h1, h2, h3, table th, table th .header {
   font-size: 1.8rem;
   color: #0087F7;
   -webkit-font-smoothing: antialiased;
   line-height: 2.2rem; }
 
 h1, h2, h3 {
   margin-top: 2.8rem;
   margin-bottom: 1.4rem; }
 
 h2 {
   font-size: 1.4rem; }
 
 h1.anchor, h2.anchor {
   margin: 0;
   padding: 0;
   height: 1px;
   overflow: hidden;
   visibility: hidden; }