/**
 * Rule the words! KKuTu Online
 * Copyright (C) 2017 JJoriping(op@jjo.kr)
 * 
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with this program. If not, see <http://www.gnu.org/licenses/>.
 */

h1{
	padding-left: 10px;
	margin-bottom: 20px;
}
h2{
	margin-top: 10px;
}
h4{
	padding: 10px;
	margin-bottom: 5px;
	color: #CCCCCC;
	line-height: 2;
}
#Middle{
	padding-left: 5px;
	border-left: 1px solid #444444;
	margin-left: 30px !important;
	margin-bottom: 30px;
	width: auto;
}