/* @group Desigr */
/*                  ___           ___                       ___           ___     
     _____         /\__\         /\__\                     /\__\         /\  \    
    /::\  \       /:/ _/_       /:/ _/_       ___         /:/ _/_       /::\  \   
   /:/\:\  \     /:/ /\__\     /:/ /\  \     /\__\       /:/ /\  \     /:/\:\__\  
  /:/  \:\__\   /:/ /:/ _/_   /:/ /::\  \   /:/__/      /:/ /::\  \   /:/ /:/  /  
 /:/__/ \:|__| /:/_/:/ /\__\ /:/_/:/\:\__\ /::\  \     /:/__\/\:\__\ /:/_/:/__/___
 \:\  \ /:/  / \:\/:/ /:/  / \:\/:/ /:/  / \/\:\  \__  \:\  \ /:/  / \:\/:::::/  /
  \:\  /:/  /   \::/_/:/  /   \::/ /:/  /     \:\/\__\  \:\  /:/  /   \::/~~/~~~~ 
   \:\/:/  /     \:\/:/  /     \/_/:/  /       \::/  /   \:\/:/  /     \:\~~\     
    \::/  /       \::/  /        /:/  /        /:/  /     \::/  /       \:\__\    
     \/__/         \/__/         \/__/         \/__/       \/__/         \/__/    */

* {
	margin: 0;
	padding: 0;
  -webkit-text-stroke: thin transparent;
  outline-color: transparent;
  outline-style: solid;
  outline-width: thin;
}

.clearfloat {
	float: none;
	clear: both;
}

html { 
  min-width: 0;
  max-width: 480px;
  width: 480px;
	background-image: none;
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #131313;
}

body {
	width: 480px;
	float: left;
	margin: 0;
	min-width: 0;
	max-width: 480px;
	background-image: none;
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #131313;
}

#content {
	margin: 0 auto;
	min-width: 0;
	max-width: 480px;
	width: 480px;
	float: left;
	background-image: none;
	background-repeat: repeat-y;
	background-position: center top;
}

.column {
  float: none;
  clear: both;
  display: block;
}

/* @end */

/* @group Document */
/*   _____          ___           ___           ___           ___           ___           ___                 
    /  /::\        /  /\         /  /\         /__/\         /__/\         /  /\         /__/\          ___   
   /  /:/\:\      /  /::\       /  /:/         \  \:\       |  |::\       /  /:/_        \  \:\        /  /\  
  /  /:/  \:\    /  /:/\:\     /  /:/           \  \:\      |  |:|:\     /  /:/ /\        \  \:\      /  /:/  
 /__/:/ \__\:|  /  /:/  \:\   /  /:/  ___   ___  \  \:\   __|__|:|\:\   /  /:/ /:/_   _____\__\:\    /  /:/   
 \  \:\ /  /:/ /__/:/ \__\:\ /__/:/  /  /\ /__/\  \__\:\ /__/:___| \:\ /__/:/ /:/ /\ /__/:______:\  /  /::\   
  \  \:\  /:/  \  \:\ /  /:/ \  \:\ /  /:/ \  \:\ /  /:/ \  \:\  \__\/ \  \:\/:/ /:/ \  \:\  \__\/ /__/:/\:\  
   \  \:\/:/    \  \:\  /:/   \  \:\  /:/   \  \:\  /:/   \  \:\        \  \::/ /:/   \  \:\       \__\/  \:\ 
    \  \::/      \  \:\/:/     \  \:\/:/     \  \:\/:/     \  \:\        \  \:\/:/     \  \:\           \  \:\
     \__\/        \  \::/       \  \::/       \  \::/       \  \:\        \  \::/       \  \:\           \__\/
                   \__\/         \__\/         \__\/         \__\/         \__\/         \__\/                */

section#document {
	width: 100%;
	color: white;
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 20px;
	position: relative;
}

/* @end */

/* @group Aside */
/*    ___           ___                      _____          ___     
     /  /\         /  /\        ___         /  /::\        /  /\    
    /  /::\       /  /:/_      /  /\       /  /:/\:\      /  /:/_   
   /  /:/\:\     /  /:/ /\    /  /:/      /  /:/  \:\    /  /:/ /\  
  /  /:/~/::\   /  /:/ /::\  /__/::\     /__/:/ \__\:|  /  /:/ /:/_ 
 /__/:/ /:/\:\ /__/:/ /:/\:\ \__\/\:\__  \  \:\ /  /:/ /__/:/ /:/ /\
 \  \:\/:/__\/ \  \:\/:/~/:/    \  \:\/\  \  \:\  /:/  \  \:\/:/ /:/
  \  \::/       \  \::/ /:/      \__\::/   \  \:\/:/    \  \::/ /:/ 
   \  \:\        \__\/ /:/       /__/:/     \  \::/      \  \:\/:/  
    \  \:\         /__/:/        \__\/       \__\/        \  \::/   
     \__\/         \__\/                                   \__\/    */

aside {
  background-color: #e1f2fb;
	float: none;
	width: 100%;
	position: relative;
	padding-bottom: 40px;
}

/* @end */