body {
    background: url('../images/pattern.png');
}

.container {
    background: #ffffff !important;
}

@font-face {
    font-family: SolaimanLipi;
    src: local('SolaimanLipi'),
    url('../fonts/solaimanlipi.woff') format('woff'),
    url('../fonts/solaimanlipi.woff2') format('woff2');
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.hotline-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.scroll {
    background: #E6E7E8;
    padding: 5px 0px 0px 0px;
}

.ticker {
    font-size: 20px !important;
}

.border {
    border: 1px solid #609513 !important;
}

a {
    text-decoration: none !important;
}

.noticebg {
    background: url('../images/welcome_grad.png') repeat-x scroll left top transparent;
}

ul.notice-list {
    list-style-type: none;
}

.notice-border {
    border-bottom: 1px dotted #2c3034;
}

.news {
    background-color: #efefef;
    border: 1px solid #cccccc;
    margin-bottom: 20px;
    padding: 10px;
}

.box {
    padding: 10px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    cursor: pointer;
    color: #000;
    -webkit-box-shadow: 1px 1px 1px 1px #ccc;
    -moz-box-shadow: 1px 1px 1px 1px #ccc;
    box-shadow: 1px 1px 1px 1px #ccc;
}

.copyright {
    font-weight: bold !important;
}