@charset "UTF-8";
/* CSS Document */

.text-over-block {
 float: left;
 width: 100%;
 clear: both;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 padding: 5px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}
.pic-float{
float: left; 
text-align: center;
}
.menu-pic{
height: 10%;
}
h1{
font-family: Arial, sans-serif;
font-size: 13px;
line-height: 18px;
color: #545454;
background-color: #fff
}