#content-main .content-box {
    margin-top: 20px;
    background-color: #fbfbfb;
    border-radius: 20px;
    padding: 40px 45px 40px 240px;
    margin-bottom: 30px;
    font-size: 100%;
    position: relative;
    border: 1px solid #ddd;
}
#content-main #km-search {
    display: block;
    padding: 4px 6px;
}
#content-main form label,
#content-main form input,
#content-main form button {
    font-size: 100%;
    border-radius: 5px;
    height: 35px;
	vertical-align: text-top;
}
#content-main #km-search input {
    display: inline-block;
    vertical-align: top;
    height: 35px;
    padding: 0px 5px;
    border: 1px solid #c9c9c9;
}
#content-main #km-search button {
    display: inline-block;
    vertical-align: top;
    letter-spacing: -1px;
    color: #fff;
	margin: 0 0 0 -1px;
    background-color: #06328d;
    height: 35px;
    font-size: 14px;
}
#content-main #km-search button:hover {
    font-weight: bold;
}
#content-main #km-search label {
    display: inline-block;
    font-weight: bold;
    margin: 3px 10px 0 0;
}
#content div.km-list-pages ul.paginator {
    text-align: center;
}
#content-main div.km-list-pages {
    padding: 20px 0 50px;
}
#content-main .education-search button {
    font-size: 14px !important;
    height: 35px !important;
    margin: 0 0 0 5px !important;
    padding: 5px 15px !important;
	width: auto !important;
}
#content-main .education-search a.url-button {
    font-size: 14px;
    height: 35px;
    background: #06328d;
    border: 1px solid #06328d;
    margin: 0 0 0 5px;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
}
#content-main .education-search button:hover,
#content-main .education-search button:focus {
    background: #00a651 !important;
    border-color: #019c4c !important;
    font-weight: 600;
}
#content-main .education-search a.url-button:hover {
    font-weight: 600;
}
#content-main #km-search fieldset {
    text-align: right;
}
#content-main h4.first {
    margin-top: 0;
    padding: 0;
    background: none;
}
#content-main h4.first::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #333;
    display: block;
    margin: 15px 0 0;
}
#content-main div.content-box::after {
    content: '';
    width: 180px;
    height: 147px;
    position: absolute;
    top: 29px;
    left: 40px;
}
#content-main form select {
    padding: 0 5px !important;
    height: 35px !important;
}
/* #content-main .education-search button {
    vertical-align: middle !important;
} */
div.sex-statistics {
    border: 1px solid #ccc;
    border-bottom: 1px solid #ccc !important;
    padding: 5px;
}
#content ul.paginator {
    text-align: center;
}