tr.bordered {
    border-bottom: 1px solid #000;
}

tr.farmbook-cancel td {
    text-decoration: line-through;
    color: #e00;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    margin-bottom: 20px;
}

.uk-logo {
    font-family: 'Pattaya', sans-serif;
    color: #1d98f7;
}

.uk-button {
    letter-spacing: 1px;
    font-size: .7rem;
}

.uk-nav > li > a {
    letter-spacing: 1px;
}

.uk-nav > li > a:hover {

}

.uk-table th {
    border-top: 1px solid #222;
    color: #222;
}

h2 {
    font-family: 'Mitr', sans-serif;;
    font-size: 1.4rem;
}

h1 {
    font-family: 'Mitr', sans-serif;;
    font-size: 2.5rem;
}
tr.table-bordered td {
    font-size: .8rem;
}

table.uk-table tr.table-bordered td {
    border: none !important;
}

table.uk-table tr.border-none {
    border-top: 1px solid #fff;

}

table.small thead th, .column-nowrap {
    white-space: nowrap;
    width: 1px;
}

table.small tbody td {
    font-size: .8rem;
}

ul.pagination li {
    list-style-type: none;
    display: inline-block;
    font-family: 'Mitr', sans-serif;
}

ul.pagination li a {
    display: inline-block;
    font-family: 'Mitr', sans-serif;
    background: #eee;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: .6rem;
    line-height: 30px;
    text-align: center;
}

ul.pagination li.disabled a {
    background: #fff;
    text-align: center;
}

ul.pagination li.active span {
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #1e87f0;
    color: #fff;
    font-size: .8rem;
    font-weight: bold;
    text-align: center;
}

.uk-button-small {
    font-family: Athiti;

    font-size: 0.9rem;
    margin: 4px 4px 4px 0;
    display: inline-block;
}

.uk-fit-column,
.fit-column {
    width: 1px;
    text-wrap: none;
}

.uk-button-radius {
    border-radius: 20px;
}

.uk-table-no-padding-top {
    padding-top: 0 !important;
}

.uk-table-no-padding-bottom {
    padding-bottom: 0 !important;
}

.uk-text-center {
    text-align: center;
}

.uk-text-large {
    font-size: 2rem;
}

.s100 {
    width: 100%;
}

.uk-navbar-nav>li>a,.uk-navbar-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    height: 80px;
    padding: 0 15px;
    font-size: .875rem;
    font-family: 'Mitr', sans-serif;
    text-decoration: none
}

.uk-input, .uk-select, .uk-textarea {

    border-radius: 5px 5px 5px 5px;

}
.avatar-table {
    vertical-align: middle;
    width: 60px !important;
    height: 40px;
    border-width: 2px;
    border-style: solid;
    border-color: #ffffff;
    border-radius: 15%;
}
/*.uk-container {*/
    /*box-sizing: content-box;*/
    /*max-width: 1200px;*/
    /*margin-left: 0;*/
    /*margin-right: auto;*/
    /*padding-left: 15px;*/
    /*padding-right: 15px*/
/*}*/