/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Montserrat:700|Merriweather:400italic');

.section {
	/*border-bottom: 1px solid #dfe1e8;*/
    display: table;
    width: 100%;
    table-layout: fixed;
}
.col {
	display: table-cell;
	padding-top: 20px;
	vertical-align: top;
}
.sample{
	overflow: auto;
	height: 200px;
}

#logo{
    background:url(../../assets/logo/logo-ibogey.png) top center no-repeat;
    background-size: 204px 75px;
/*    margin-top:-300px; */
    padding:0;
    top:0;
    left:0;
    width:204px;
    height:75px;
}
#slogan{
    text-align: left;
    font-weight: 900;
}
#content p{
	text-align: justify;
}
#codesample{
	margin-top:-40px;
	width:480px;
	height:520px;
	overflow:hidden;
}
#errors {
    border:solid 1px #E58E8E;
    padding:10px;
    margin:25px 0px;
    display:block;
    width:437px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    background:#FFE6E6 url(../img/cancel_48.png) no-repeat 405px center;
    display:none;
}