.nav-top a {
    font-size: 18px;
    padding: 5px;
    color: #060;
    text-decoration: none;
}

.nav-top a:hover {
    color: #060;
    text-decoration: underline;
}

.nav-top a.nav-active {
    background: #3F3;
}

.button, button, fieldset, input, select, textarea {
    margin-bottom: 0;
}

.nav-dropdown>li>a {
    display: inline-block;
}

.nav>li {
    padding: 16px 0;
}

.nav-dropdown-has-border .nav-dropdown {
    top: 50px !important;
}

.ui-datepicker-trigger {
    height: 32px;
    margin: 2px 0 0 0;
}

body {
    overflow-x: visible;
}

.ui-widget select {
    height: 24.5px;
    display: inline-block;
    line-height: initial;
}

.box-blog-post .from_the_blog_excerpt {
    display: none;
}

.topicboard a {
    color: #0281DA;
    text-decoration: none;
    white-space: nowrap;
}
.nav-pagination.links {
    text-align: right;
}
.nav-pagination>li, .nav-pagination>li>.current {
    color: #0281DA;
    margin: 0 .1em !important;
}
.nav-pagination.links:before {
    display: inline-block;
    content: 'หน้า :';
}
.nav-pagination>li>.current,
.nav-pagination>li a{
    background-color: transparent;
    text-decoration: none;
    white-space: nowrap;
    border: 0;
    padding: 0;
    font-size: 12px;
    height: auto;
    font-weight: normal;
    min-width: auto;
}
.nav-pagination>li a:hover, .nav-pagination>li>.current:hover {
    background-color: transparent;
    color: #F00;
    text-decoration: underline;
}