html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}

body > .container {
    padding: 60px 15px 0;
}

.bg-brand {
    background: #007158;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.content {
    margin-left: 250px;
}

.result_item {
    overflow: no-display;
    box-sizing: border-box;
    margin-top: 40px;
    max-width: 600px;
}

.result_item_last {
    padding-bottom: 30px;
}

.item_title {
    color: #1894a8;
    font-weight: 500;
    font-size: 18px;
}

@media screen and (min-width: 600px) {
    form.main_form {
        padding-top: 300px;
    }
}

@media screen and (max-width: 600px) {
    form.main_form {
        padding-top: 20px;
    }
}

.item_url {
    color: #6e2067;
    font-weight: 400;
    font-size: 14px;
    word-wrap: break-word;
}

.item_time {
    color: rgba(92, 73, 97, 0.55);
    font-weight: 400;
    font-size: 14px;
    word-wrap: break-word;
    margin-right: 10px;
}

.item_text {
    font-size: 16px;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.flink {
    color: #598282;
}

a:active {
    text-decoration: underline;
}

.input-group {
    max-width: 600px;
}

.more_text span {
    display: none;
}

.more_link {
    display: block;
}

.pagination{
    padding-bottom: 10px;
}

.pagination > li > a
{
    background-color: white;
    color: #1894a8;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #007158;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a
{
    color: white;
    background-color: #007158 !Important;
    border: solid 1px #007158 !Important;
}

.pagination > .active > a:hover
{
    background-color: #007158 !Important;
    border: solid 1px #007158;
}
