body {
    font-style: normal;
    font-variant: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin-bottom: 15px;
}
p {
	margin-bottom: 10px
}
p:last-child {
    margin-bottom: 0;
}
pre, code {
    display:block;
    overflow: auto;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    box-shadow: inset 0 0 .5em #CCCCCC;
    padding: 10px;
    margin:0;
    font-family: monospace;
    white-space: pre;
}
blockquote {
    background-color: #f9f9f9;
    border-left: 4px solid #ededed;
    color: #666;
    font-style: italic;
    margin: 0;
    padding: 6px 10px;
}
ul {
    margin: 0 20px;
    padding: 0;
}
.positive {
    color: green;
}
.negative {
    color: red;
}
.hide_tag {
    overflow: hidden;
    padding: 5px 10px 5px 25px;
}
.hide_tag_allow {
    overflow: hidden;
    padding: 5px 0 5px 10px;
}
.text_center {
	text-align: center;
}
.text_left {
	text-align: left;
}
.text_right {
	text-align: right;
}
.text_justify {
	text-align: justify;
}
.text_uppercase {
	text-transform: uppercase;
}
@media screen and (max-width: 480px) {
	h1 {
		font-size: 22px;
	}
}