body{
	background:#f0f0f0;
	margin:0; padding:0;
	font-family: 'Source Sans Pro', sans-serif ;
}
.mid_container {
    display: table;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}
.pre_section {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    padding-top: 0px;
    padding-bottom: 20px;
    margin-top: 50px;
    outline: none;
    border-color: rgba(47, 47, 47, 0.0784314);
    background-color: rgba(255, 255, 255, 0.541176);
    display: table;
    width: 100%;
    border-width: 3px;
    border-style: solid;
	padding: 25px;
}

.pre_section p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    color: #2f2f2fe3;
    padding-top: 12px;
}
.pre_section h2 {
    font-size: 28px;
    margin-top: 8px;
    margin-bottom: 6px;
}
.Divider {
    display: block;
    padding: 8px 0;
    width: 100%;
    min-height: 1px;
    margin: 0px;
}
.DividerInner {
    webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    border-top-color: rgba(0,0,0,0.1);
    border-top-width: 1px;
    border-top-style: solid;
    min-height: 1px;
}
.pre_section span {
    font-family: 'Rokkitt', serif;
    color: rgba(47, 47, 47, 0.43);
	    font-size: 18px;
}
.pre_section h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    color: #2f2f2fe3;
    padding-top: 12px;
    font-weight: bold;
    padding: 30px 0 0;
}
.copyrightt p {
    font-size: 14px;
    text-align: center;
    color: rgba(47, 47, 47, 0.56);
    line-height: normal;
    font-family: 'Open Sans', sans-serif;
    padding: 50px 0;
    margin: 0;
}

@media (max-width: 600px){
	.pre_section {
	    padding: 25px 0;
	}
	.pre_section img {
    margin: 0 auto;
    display: table;
}
}