/* 
    Created on : 10/02/2016, 14:57:27
    Author     : tcavalin
*/
body{
	background: #494A5F;
	color: #D5D6E2;
	font-weight: 500;
	font-size: 1.05em;
	font-family: "Microsoft YaHei","ËÎÌå","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif, FreeSans, Arimo;
}
* {
    margin: 0;
    padding: 0;
    
    border: 0;
    outline: 0;
}


section {
    width: 600px;
    max-width: 100%;
    margin: 20px auto;
}

section h2 {
    font-size: 22px;
    font-weight: 600;
    
    margin: 0 0 10px 0;
}

section article {
    margin: 0 0 20px 0;
    border-bottom: 1px dotted #EEE;
    padding: 0 0 20px 0;
}
section article:last-of-type {
    margin: 0;
    border-bottom: 0;
    padding: 0;
}

section p {
    line-height: 28px;
}

section code,
section pre {
    background-color: #EEE;
    
    padding: 4px;
    margin: 0;
    
    font-size: 14px;
    
    border-radius: 3px;
}

section pre {
    padding: 10px;
    margin: 15px 0;
    color: #333;
}

