.widget {
    border-radius: 5px;
    font-size: 14px;
    hyphens: auto;
    margin: 30px 0 24px;
    padding: 15px;
    word-wrap: break-word;
}

.widget .widget-title {
    font-weight: bold;
    margin: 0 0 10px;
}


.entry-title {
    font-weight: normal;
    margin: 5px 0;
}

.entry-content {
    text-align: justify;
    font-size: 0.98rem;
}


.body {
    line-height: 1.5;
    margin: 0;
}


.site-title {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 95px 0 10px;
}


.hentry {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 10px #a4a4a4;
    margin: 0 auto 30px;
    max-width: 1080px;
    padding: 30px 0;
}

#main {
    background-color: #e2eae1;
}

.site-content {
    padding-bottom: 34px;
    padding-top: 30px;
}

.ueb-h2 {
    background-color: #edf0f2;
    border-left: 5px solid #428552;
    color: #006b37;
    font-size: 1.1rem;
    line-height: 1;
    padding: 15px 15px 10px;
    text-transform: normal;
}
