<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}



:root {
    --bg-title: #E1E1E1;
    --bg-body: #f7f1e3;
    --border-color: #84817a7c;
    --radius: 5px;
    --bg-color-header: #EBEBEB;
    --outline: #34ace0;
    --bg-arrows: #E9E5E5;
    --bg-scrollbar: #485460;
    --activeNews: #4bcffa;
    --btn-move: #FDAF17;
    --header-bg: #dfd9d9;
    --white-text: #fff;
    --bg-body: #fff;
    --dangerMode: #ff6b81;
}
/*base style for elements*/
input, select, textarea {
    font-size: 12px !important
}

    input[type='number'] {
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield;
    }

        input[type='number']::-webkit-inner-spin-button,
        input[type='number']::-webkit-outer-spin-button {
            -webkit-appearance: none;
        }

        input[type='text']:focus,
        input[type='number']:focus {
            outline: 1px solid var(--outline);
        }

::placeholder {
    font-family: inherit;
}

body {
    height: 100vh;
    background-color: var(--bg-body);
    font-family: 'Iranian Sans';
    width: 100%;
    overflow-x: hidden;
    user-select: none
}



.cursor {
    cursor: pointer;
}

.flex {
    display: flex;
    align-items: center
}
/* add classes with js*/
.visibleEl {
    pointer-events: none;
    opacity: 0.4;
}
.shadowMode {
    -webkit-box-shadow: 0px 1px 5px 0px #838079 !important;
    box-shadow: 1px 1px 8px -3px #838079 !important;
}
/*Drop Down */
.ContainerDropDownHeader {
    position: relative;
}
.dp_AlternateLayoutDiv{
    position:relative
}
.ContainerDropDownHeader .uk-dropdown {
    right: 0% !important;
    border-radius: 2px;
    top: 105% !important;
    -webkit-box-shadow: -1px 0px 15px -5px #575457;
    box-shadow: -1px 0px 15px -5px #575457;
}

    .ContainerDropDownHeader .uk-dropdown-bottom {
        margin-top: 5px !important;
    }

.dp-categoriesNewsAutog {
    position: relative;
    background-color: #fff;
    margin: 0 5px;
    font-size: 13px;
    padding: 0.3rem;
    border-radius: 5px;
    /* -webkit-box-shadow: 0px 1px 5px 0px #838079; */
    /* box-shadow: 0px 1px 5px 0px #838079; */
}

    .dp-categoriesNewsAutog.dp-containerDatePicker {
        justify-content: end;
        width: 110px;
        overflow: hidden;
        padding: 0.6rem;
    }

    .dp-categoriesNewsAutog input {
        width: 100%;
        position: absolute;
        height: 100%;
        border: none;
        border-radius: 5px;
        right: 0;
        text-align: center;
        font-family: inherit;
        color: var(--bg-scrollbar);
        background: transparent;
        padding-left: 13px
    }

        .dp-categoriesNewsAutog input:focus {
            border: 1px solid var(--activeNews);
        }

.uk-open .dp-containerDatePicker input {
    border: 1px solid var(--activeNews)
}

.dp-categoriesNewsAutog i {
    margin: 0 3px;
    transition: all 0.4s ease;
}

.dp-categoriesNewsAutog.dp-searchCategoriesNews i.fa-angle-down {
    transform: translateX(-10px)
}

.uk-open .dp-categoriesNewsAutog.dp-searchCategoriesNews i.fa-angle-down {
    transform: translateX(-10px) rotate(180deg) !important;
}

.uk-open .dp-categoriesNewsAutog i {
    transform: rotate(180deg) !important;
    color: var(--activeNews)
}

.uk-dropdown {
    width: 120px !important;
    padding: 0 !important;
    border-radius: 4px;
}

.dp-containerDropDown .inputSearchContainer {
    position: relative;
}

    .dp-containerDropDown .inputSearchContainer input {
        width: 100%;
        padding: 0.4rem;
        border: 0;
        outline: none;
        border-bottom: 1px solid var(--border-color);
        font-family: inherit;
    }

    .dp-containerDropDown .inputSearchContainer i {
        position: absolute;
        left: 5%;
        top: 28%;
        color: var(--bg-arrows);
    }

    .dp-containerDropDown .inputSearchContainer input:focus {
        border-bottom-color: var(--outline);
    }

.dp-containerNewsAutog .dp-containerDropDown .dp-containerItemsDropDown .item {
    padding: 0.5rem;
}
/*HEADER NEWS*/
.dp-headerNewsCollectorTitle {
    height: 70px;
    border-bottom: 2px solid var(--btn-move);
    background-color: var(--bg-title);
    display: flex;
    align-items: center;
}

    .dp-headerNewsCollectorTitle h2 {
        margin: 0 31px;
    }
.news-img {
    width: 30px;
    height: 30px;
    margin: 0;


}
/*AUTO MODE NEWS*/
.dp-containerNewsAutog {
    padding: 2rem;
}

    .dp-containerNewsAutog .dp-contentNewsAutoMain {
        padding: 0.3rem;
        border: 1px solid #1e1e1e30;
        border-radius: 5px;
    }

    .dp-containerNewsAutog input[type='number'] {
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield;
    }

        .dp-containerNewsAutog input[type='number']::-webkit-inner-spin-button,
        .dp-containerNewsAutog input[type='number']::-webkit-outer-spin-button {
            -webkit-appearance: none;
        }

        .dp-containerNewsAutog input[type='text']:focus,
        .dp-containerNewsAutog input[type='number']:focus {
            outline: 1px solid var(--outline);
        }

    .dp-containerNewsAutog ::-webkit-input-placeholder {
        font-family: inherit;
    }

    .dp-containerNewsAutog :-ms-input-placeholder {
        font-family: inherit;
    }

    .dp-containerNewsAutog ::-ms-input-placeholder {
        font-family: inherit;
    }

    .dp-containerNewsAutog ::placeholder {
        font-family: inherit;
    }

    .dp-containerNewsAutog body {
        height: 100vh;
        background-color: var(--bg-body);
        font-family: 'Iranian Sans';
    }

    .dp-containerNewsAutog .visibleEl {
        pointer-events: none;
        opacity: 0.4;
    }

    .dp-containerNewsAutog .cursor {
        cursor: pointer;
    }

    .dp-containerNewsAutog .dp-containerDropDown {
        padding: 0 !important;
        -webkit-box-shadow: -1px 0px 15px -9px #575457;
        box-shadow: -1px 0px 15px -9px #575457;
        border-radius: 4px;
    }







    .dp-containerNewsAutog .active {
        background-color: var(--activeNews);
        color: #fff !important;
    }


    .dp-containerNewsAutog .dp-sameStyleDropDown .item {
        padding: 0.3rem;
        font-size: 0.9rem;
    }

    .dp-containerNewsAutog .opacity {
        color: rgba(0, 0, 0, 0.6);
    }

    .dp-containerNewsAutog .uk-margin-l-r {
        margin: 5px 8px;
    }

    .dp-containerNewsAutog .flex-start {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .dp-containerNewsAutog .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .dp-containerNewsAutog .uk-filterHeader {
        margin-right: 7px
    }
    .dp-containerNewsAutog .uk-todateHeader {
        transform:translateX(13px)
    }
    .dp-containerNewsAutog .dp-containerNewsAutog {
        /* margin: 2rem; */
        border: 1px solid rgba(34, 34, 34, 0.089);
        height: 90%;
        border-radius: var(--radius);
        padding: 0.5rem;
        position: relative;
    }

    .dp-containerNewsAutog .dp-headerNewsAutog {
        width: 100%;
        height: auto;
        background-color: var(--bg-color-header);
        padding: 0.8rem;
        border-radius: var(--radius);
        margin: 5px 0;
    }

        .dp-containerNewsAutog .dp-headerNewsAutog .dp-containerHeaderSorts div.dp-showNewsAutog:nth-child(1) {
            width: 103px;
        }

        .dp-containerNewsAutog .dp-headerNewsAutog .dp-containerHeaderSorts div.dp-showNewsAutog:nth-child(2) {
            width: 88px;
        }

    .dp-containerNewsAutog .dp-containerInputAutog {
        position: relative;
    }

    .dp-containerNewsAutog .dp-showNewsAutog span {
        margin: 0 3px;
    }

    .dp-containerNewsAutog .dp-inputNumAutog {
        padding: 0.3rem;
        width: 56px;
        border: none;
        border-radius: 3px;
        -moz-appearance: textfield;
        text-align: center;
        -webkit-box-shadow: 0px 1px 5px 0px #838079;
        box-shadow: 0px 1px 5px 0px #838079;
    }

    .dp-containerNewsAutog .dp-containerInputAutog span {
        position: absolute;
        left: 0;
        cursor: pointer;
    }

        .dp-containerNewsAutog .dp-containerInputAutog span::after {
            position: absolute;
            content: '';
            left: 0px;
            border-width: 4px;
            border-style: solid;
        }

        .dp-containerNewsAutog .dp-containerInputAutog span.up {
            top: 0;
        }

            .dp-containerNewsAutog .dp-containerInputAutog span.up::after {
                top: 0px;
                border-color: transparent transparent #222 transparent;
            }

        .dp-containerNewsAutog .dp-containerInputAutog span.down {
            bottom: 0;
        }

            .dp-containerNewsAutog .dp-containerInputAutog span.down::after {
                bottom: 2px;
                border-color: #222 transparent transparent transparent;
            }

    .dp-containerNewsAutog .dp-newsContentInputNum {
        background-color: var(--bg-arrows);
        /* left: -15px; */
        width: 17px;
        height: 27px;
        -webkit-transform: translate(17px, 0px);
        transform: translate(17px, 0px);
        top: 1px !important;
        border-radius: 3px 0 0 3px;
    }

        .dp-containerNewsAutog .dp-newsContentInputNum span::after {
            -webkit-transition: 0.4s ease;
            transition: 0.4s ease;
        }

        .dp-containerNewsAutog .dp-newsContentInputNum span.down:hover::after {
            border-color: var(--outline) transparent transparent transparent;
        }

        .dp-containerNewsAutog .dp-newsContentInputNum span.up:hover::after {
            border-color: transparent transparent var(--outline) transparent;
        }



    .dp-containerNewsAutog .switchDate .slider:before {
        left: -2px
    }

    .dp-containerNewsAutog .switch {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 17px;
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

        .dp-containerNewsAutog .switch input {
            opacity: 0;
            width: 0;
            height: 0;
            position: relative;
        }

    .dp-containerNewsAutog .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #FFFFFF;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

        .dp-containerNewsAutog .slider:before {
            position: absolute;
            content: '';
            height: 15px;
            width: 15px;
            left: 3px;
            bottom: 1px;
            background-color: #4485E0;
            -webkit-transition: 0.4s;
            transition: 0.4s;
        }

    .dp-containerNewsAutog input:focus + .slider {
        -webkit-box-shadow: 0 0 1px #2196f3;
        box-shadow: 0 0 1px #2196f3;
    }

    .dp-containerNewsAutog input:checked + .slider:before {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
        background:#fff
    }
    .dp-containerNewsAutog input:checked + .slider {
        background: #4485E0
    }
    .dp-containerNewsAutog .slider.round {
        border-radius: 34px;
    }

        .dp-containerNewsAutog .slider.round:before {
            border-radius: 50%;
        }


    .dp-containerNewsAutog .dp-searchTypeNesAutog .dp-showNewsAutog .dp-categoriesNewsAutog {
        padding: 0.7rem 1rem;
        -webkit-box-shadow: none;
        box-shadow: inset 1px 0px 6px -1px rgb(0 0 0 / 30%);
        cursor: pointer;
    }

    .dp-containerNewsAutog .dp-searchTypeNesAutog .dp-containerBtnShows button {
        padding: 0.2rem 0.8rem;
        background-color: #4485E0;
        color: #fff;
        font-family: inherit;
        border-radius: 5px;
        border: 1px solid #0C71FF;
    }

    .dp-containerNewsAutog .dp-containerAllNewsAutoBox {
        padding-right: 10px !important
    }

    .dp-containerNewsAutog .dp-customScrollContent {
        margin: 20px 0;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        /* border: 1px solid lime; */
        height: 400px;
        -webkit-box-shadow: -1px 0px 15px -9px #575457;
        box-shadow: -1px 0px 15px -9px #575457;
        border: 1px solid rgba(34, 34, 34, 0.096);
        border-radius: 4px;
    }

        .dp-containerNewsAutog .dp-customScrollContent::-webkit-scrollbar {
            width: 6px;
        }

        .dp-containerNewsAutog .dp-customScrollContent::-webkit-scrollbar-thumb {
            background-color: var(--bg-scrollbar);
            outline: 1px solid var(--bg-scrollbar);
            border-radius: 5px;
        }

    .dp-containerNewsAutog .dp-arrowsMoveNewsAuthg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .dp-containerNewsAutog .dp-arrowsMoveNewsAuthg i {
            padding: 0.3rem 0.5rem;
            border: 2px solid #505670;
            color: #505670;
            border-radius: 5px;
            margin: 0.2rem;
            margin-right: 0;
            font-size: 1.3rem;
            cursor: pointer;
        }

    .dp-containerNewsAutog .dp-containerContentNewsAutog .dp-title {
        font-family: inherit;
    }

    .dp-containerNewsAutog .dp-labelItemNewsAutogCategories {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 8px 8px;
    }

        .dp-containerNewsAutog .dp-labelItemNewsAutogCategories span {
            margin: 0 5px;
            text-overflow: ellipsis;
            /* Needed to make it work */
            overflow: hidden;
            white-space: nowrap;
        }

    .dp-containerNewsAutog .dp-arrowLgMove .dp-singleArrow i {
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .dp-containerNewsAutog .dp-arrowLgMove .dp-singleArrow i:hover {
            background-color: #7efff4a9;
        }

    .dp-containerNewsAutog .dp-notfinData {
        text-align: center;
        margin: 10px 0;
        color: var(--dangerMode)
    }

@media screen and (min-width: 1000px) {
    .dp-containerNewsAutog .dp-arrowsMoveNewsAuthg {
        width: 5%;
        -webkit-transform: translateX(5px) !important;
        transform: translateX(5px) !important;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

@media screen and (min-width: 768px) {
    .dp-containerNewsAutog .uk-width-medium-2-5,
    .dp-containerNewsAutog .uk-width-medium-4-10 {
        width: 47%;
    }

    .dp-containerNewsAutog .dp-arrowsMoveNewsAuthg {
        width: 5%;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    .dp-containerNewsAutog .dp-arrowSmMove {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .dp-containerNewsAutog .dp-showNewsAutog {
        margin: 5px 0;
    }

    .dp-containerNewsAutog .dp-toggleShowsNewsAutog {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .dp-containerNewsAutog .dp-arrowLgMove {
        display: none;
    }

    .dp-containerNewsAutog .dp-newsContentInputNum {
        height: 26px
    }

    .dp-containerNewsAutog .dp-arrowSmMove {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0.5rem;
    }
}
/**************************************************************Manual***************************************/
.dp-containerManualNews {
    padding: 0.7rem
}

    .dp-containerManualNews input,
    .dp-containerManualNews button {
        border: 0;
    }

    .dp-containerManualNews input,
    .dp-containerManualNews select:focus {
        outline: 0;
    }

    .dp-containerManualNews .containerListOfNews {
        padding: 2rem;
    }

    .dp-containerManualNews input[type='number'] {
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield;
    }

        .dp-containerManualNews input[type='number']::-webkit-inner-spin-button,
        .dp-containerManualNews input[type='number']::-webkit-outer-spin-button {
            -webkit-appearance: none;
        }

    .dp-containerManualNews ::-webkit-input-placeholder {
        font-family: inherit;
    }

    .dp-containerManualNews :-ms-input-placeholder {
        font-family: inherit;
    }

    .dp-containerManualNews ::-ms-input-placeholder {
        font-family: inherit;
    }

    .dp-containerManualNews ::placeholder {
        font-family: inherit;
    }

    .dp-containerManualNews .active {
        color: var(--white-text) !important;
        background-color: var(--activeNews) !important;
    }

    .dp-containerManualNews .cursor {
        cursor: pointer;
    }

    .dp-containerManualNews .dp-btnMove {
        background-color: var(--btn-move);
        color: #3C3F52;
        font-size: 0.9rem;
        padding: 0.2rem 1rem;
        text-shadow: none
    }
        .dp-containerManualNews .dp-btnMove span{
            font-size:13px;
            padding:0.3rem
        }
        .dp-containerManualNews .shadowMode {
            -webkit-box-shadow: -1px 0px 15px -5px #575457;
            box-shadow: -1px 0px 5px -1px #575457;
        }

    .dp-containerManualNews .dp-containerManualNews {
        padding: 1.5rem;
    }

    .dp-containerManualNews .dp-containerDropDownManual {
        position: relative;
    }

    .dp-containerManualNews .uk-dropstyles {
        background-color: var(--white-text);
        border-radius: 4px;
        padding: 0.4rem;
    }

    .dp-containerManualNews .dp-dropDownManualItems {
        background-color: var(--white-text);
        -webkit-box-shadow: -1px 0px 15px -5px #575457;
        box-shadow: -1px 0px 15px -5px #575457;
        border-radius: 5px;
        overflow: hidden;
    }

    .dp-containerManualNews .dp-dropDownManualItems {
        padding: 0;
    }

        .dp-containerManualNews .dp-dropDownManualItems .inputSearchContainer {
            width: 100%;
        }

            .dp-containerManualNews .dp-dropDownManualItems .inputSearchContainer input {
                padding: 0.4rem;
                border-radius: 4px;
                font-family: inherit;
            }

            .dp-containerManualNews .dp-dropDownManualItems .inputSearchContainer i {
                color: var(--border-color);
            }

    .dp-containerManualNews .dp-dropDownItems .item {
        padding: 0.3rem;
    }

    .dp-containerManualNews .dp-containerNewsInManualpage {
        padding: 2rem 0.5rem;
        border-radius: 5px;
    }



    .dp-containerManualNews .dp-headerNewsManual {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background-color: var(--header-bg);
        width: 100%;
        height: auto;
        border-radius: 5px;
        margin: 10px 0;
        padding: 0.4rem 0
    }

        .dp-containerManualNews .dp-headerNewsManual .dp-headerContainerSearchManual {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: start;
            gap: 3px;
        }

        .dp-containerManualNews .dp-headerNewsManual .containerDropDownHeader {
            padding: 0.5rem;
        }

    .dp-containerManualNews .dp-searchTitleNewsManual input {
        padding: 0.4rem;
        border-radius: 5px;
        font-family: inherit;
    }

    .dp-containerManualNews .dp-containerBtnShowsManual {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 5px;
    }

        .dp-containerManualNews .dp-containerBtnShowsManual button {
            padding: 0.2rem 0.8rem;
            border-radius: 5px;
            font-family: inherit;
            background-color: #4485E0;
            color: var(--white-text);
        }

        .dp-containerManualNews .dp-containerBtnShowsManual .icon {
            font-size: 0.9rem;
            -webkit-transform: translate(-5px, 2px);
            transform: translate(-5px, 2px);
        }

    .dp-containerManualNews .dp-containeSortModeManual {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .dp-containerManualNews .containerJsGrid {
        margin-top: 17px;
        overflow: visible !important;
    }

    .dp-containerManualNews .dp-actionsContainer .dp-containerArrows {
        width: 35% !important;
        margin: 0 auto;
    }

    .dp-containerManualNews .dp-containerArrows input {
        width: 100%;
        /* margin: 0 auto; */
    }

    .dp-containerManualNews .dp-actionsContainer .dp-btnChoosePicture {
        width: 50%;
        transform: translateY(0PX)
    }

    .dp-containerManualNews .dp-actionsContainer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .dp-containerManualNews .number-input {
        border: 2px solid #505670;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        border-radius: 5px;
    }

        .dp-containerManualNews .number-input span {
            outline: none;
            -webkit-appearance: none;
            background-color: transparent;
            border: none;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            cursor: pointer;
            margin: 0;
            position: relative;
        }

            .dp-containerManualNews .number-input span.plus {
                transform: translateX(-1px);
                padding: 0 0.2rem;
            }

            .dp-containerManualNews .number-input span.minues {
                transform: translateX(1px);
                padding: 0 0.2rem;
            }

        .dp-containerManualNews .number-input input[type='number'] {
            font-family: sans-serif;
            /* border: solid #ddd; */
            border-width: 0 2px;
            font-size: 1rem;
            font-weight: bold;
            text-align: center;
            border-radius: 4px;
            background: transparent;
        }

    .dp-containerManualNews .dp-arrowContainer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0.3rem 0;
    }

        .dp-containerManualNews .dp-arrowContainer i {
            padding: 0.4rem;
            border: 2px solid #505670;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            border-radius: 5px;
            font-size: 0.8rem;
        }

    .dp-containerManualNews .dp-containerSelectionImageBtn {
        padding: 1.1rem 0.4rem;
        border-radius: 4px;
        background-color: transparent;
        border: 2px solid #4485E0;
        color: #4485E0;
        cursor: pointer;
        font-family: inherit;
    }

    .dp-containerManualNews .jsgrid-grid-header {
        margin-bottom: 8px !important;
        border-radius: 5px;
        background-color: transparent !important;
        -webkit-box-shadow: 1px -1px 9px -5px #575457;
        box-shadow: 1px -1px 9px -5px #575457;
    }

    .dp-containerManualNews .jsgrid-header-row th {
        background-color: transparent !important;
    }

    .dp-containerManualNews .jsgrid-grid-body {
        overflow-y: auto;
        border-radius: 5px 5px 0 0;
    }

    .dp-containerManualNews .jsgrid-edit-row &gt; .jsgrid-cell,
    .dp-containerManualNews .jsgrid-filter-row &gt; .jsgrid-cell,
    .dp-containerManualNews .jsgrid-grid-body,
    .dp-containerManualNews .jsgrid-grid-header,
    .dp-containerManualNews .jsgrid-header-row &gt; .jsgrid-header-cell,
    .dp-containerManualNews .jsgrid-insert-row &gt; .jsgrid-cell {
        border: none;
        overflow-y: auto;
    }

    .dp-containerManualNews .jsgrid-grid-body {
        border: 1px solid #51546f6b;
    }

    .dp-containerManualNews tr {
        width: 100% !important;
        margin: 0 auto;
        border-bottom: 2px solid #cbc8c28c !important;
    }

    .dp-containerManualNews .jsgrid-table {
        width: 100% !important;
        margin: 0 auto !important;
    }

        .dp-containerManualNews .jsgrid-table tbody tr:last-child {
            border-bottom: 0 !important;
        }

    .dp-containerManualNews .dp-listOfSelected {
        margin: 40px 0;
        padding: 2rem 0.5rem;
        border-radius: 5px;
    }

    .dp-containerManualNews tr.jsgrid-row:hover .jsgrid-cell,
    tr.jsgrid-alt-row:hover .jsgrid-cell {
        background-color: #dff9fb73 !important;
    }


@media screen and (max-width: 1250px) {
    .dp-containeHeaderSorting {
        flex-direction:column
    }
}
    @media screen and (max-width: 1070px) {
        .dp-containerManualNews .dp-itemsFilterNews {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .dp-containerManualNews .jsgrid-header-row th {
            overflow: hidden;
        }

        .dp-containerManualNews .jsgrid-cell.jsgrid-control-field,
        .dp-containerManualNews .jsgrid-header-cell.jsgrid-control-field {
            /* width: 60px !important; */
            overflow: hidden;
            /* padding: 1rem 3rem; */
            width: 200px !important;
        }

        .dp-containeHeaderSorting {
            flex-direction: column;
            justify-content: center;
            align-content: space-between;
            align-items: center
        }

        .dp-contentNewsAutoMain .dp-containerHeaderSorts {
            flex-wrap: wrap;
            justify-content: center;
        }

        .dp-contentNewsAutoMain .dp-showNewsAutog {
            margin-top: 2px
        }
    }

    .jsgrid-cell, .jsgrid-header-cell {
        text-align: center;
        color: #676974
    }
    /*js grid pages*/
    .jsgrid-pager {
        margin: 15px 0;
        display: inline-block;
        width: auto;
        clear: both;
        float: none;
        font-family: iranSans,regular,sans-serif;
        font-size: 14px;
        line-height: 28px;
    }

        .jsgrid-pager span {
            line-height: 23px;
            float: right;
            height: 30px;
            margin: 0 3px;
            border: solid 1px #999999;
            color: #2f3640 !important;
            background-color: #fff;
            -webkit-transition: ease 0.4s;
            -moz-transition: ease 0.4s;
            -ms-transition: ease 0.4s;
            -o-transition: ease 0.4s;
            transition: ease 0.4s;
            border-radius: 5px;
            box-shadow: 0px 1px 6px -2px #2f3640;
        }

            .jsgrid-pager span a {
                color: #23262D !important;
                -webkit-transition: ease 0.4s;
                -moz-transition: ease 0.4s;
                -ms-transition: ease 0.4s;
                -o-transition: ease 0.4s;
                transition: ease 0.4s;
            }

            .jsgrid-pager span:hover {
                color: #2f3640 !important;
                background-color: #fff !important;
                border-color: #23262D;
            }

                .jsgrid-pager span:hover a {
                    color: #ffcb08 !important;
                }

            .jsgrid-pager span.jsgrid-pager-page.jsgrid-pager-current-page {
                border-color: #23262D !important;
                background-color: #2f3640 !important;
                color: #fff !important;
                line-height: 24px;
            }

    .jsgrid-pager-container {
        border-top: 2px solid #51546F !important
    }

    @media screen and (max-width: 768px) {
        .dp-containerManualNews .dp-headerNewsManual {
            -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
            justify-content: center !important;
        }

        .dp-containerManualNews .dp-containerSelectionImageBtn {
            padding: 0.3rem !important;
        }

        .dp-containerManualNews .dp-actionsContainer {
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
        }
    }

    .footerSaveChnages {
        width: 100%;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: start;
        background: #ECEEF1;
        bottom: -6%;
        padding: 1rem;
        padding-right: 28px;
    }

        .footerSaveChnages button {
            margin: 0.4rem;
            cursor: pointer;
        }

    .dp-saveChanges {
        background: #FDAF17;
        border: 0;
        border-radius: 5px;
        padding: 5px 22px !important;
    }

    .dp-back a.CommandButton {
        border: 2px solid #51556F !important;
        background: #fff !important;
        font-weight: 700 !important;
        color: #3C3F52 !important;
        padding: 5px 22px !important;
    }

        .dp-back a.CommandButton:hover {
            color: #222 !important
        }

    .footerManual {
        bottom: 0 !important
    }

    .date-field {
        color: red !important
    }

    .jsgridTimeShow {
        margin: 0 8px
    }
    /*========================================old css========================================== */
    /*====== responsive newsCollector - n.ghelichkhani - 1396-12-09 ======*/
    .dp-isDecussate &gt; div:nth-child(2n+1) {
        background-color: gray;
    }
    /* rotator box */
    .rotatorBox {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100% !important;
        max-width: 100% !important;
        position: relative;
        z-index: 1;
    }

        .rotatorBox &gt; .dp-clearfix {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 5px;
        }

    [id$="tblRotator"] {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        z-index: 1;
    }

    /* normal news box */
    [id$="tblCollectedNews"].NewsItemStyle {
        margin-top: 15px;
        margin-bottom: 15px;
        overflow: hidden;
    }

        [id$="tblCollectedNews"].NewsItemStyle &gt; div {
            display: block;
            max-width: 100% !important;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 5px;
        }
    /* content - normal and rotator */
    .dp-rotatorNewsClt.content {
        display: inline-block;
        float: right;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 10px;
    }

    .dp-normNewsClt.content {
        display: inline-block;
        float: right;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 10px;
    }
    /*image*/
    /*.newsCollectorImages {
    text-align: center;
    display: inline-block;
    max-width: 100% !important;
    max-height: 100%;
    margin: 0;
    padding: 5px;
    border: 1px solid #e5e5e5;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/



    .advancedlistmode.fullWidth .NewsItemStyle .newitembox div .dp-normNewsClt.content {
        display: unset;
        float: none;
    }



    .newsCollectorImages {
        text-align: center;
        display: inline-block;
        max-width: 100% !important;
        max-height: 100%;
        margin: 0 0 5px 15px;
        padding: 5px;
        border: 1px solid #e5e5e5;
        background: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .newsCollectorImages img {
            display: block;
            max-width: 100%;
            max-height: 100%;
            margin: 0 auto;
            float: none;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }
    /* top */
    .dp-normNewsClt.top-img {
        text-align: center;
    }

        .dp-normNewsClt.top-img .newsCollectorImages img {
            display: block;
            max-width: 100%;
            max-height: 100%;
        }
    /* right image - normal and rotator */
    .dp-rotatorNewsClt.right-img, .dp-normNewsClt.right-img {
        float: right;
    }
    /* left image - normal and rotator */
    .dp-rotatorNewsClt.left-img, .dp-normNewsClt.left-img {
        float: left;
    }
    /* pre title - normal and rotator */
    /*.NewsPreTitleStyleCollector, .dp-listNewsClt.pre-title*/
    .NormalFontNewsPreTitle, .dp-listNewsClt.pre-title {
        white-space: normal;
        color: #909090;
        font: 13px BYekan,Verdana,Helvetica,sans-serif;
        font-weight: normal;
        display: block;
        margin-top: 5px;
    }
    /* title - normal and rotator */
    .dp-rotatorNewsClt.title a, .dp-listNewsClt.title a {
        font: 17px BYekan,Verdana,Helvetica,sans-serif;
        color: #444;
        line-height: 19px;
        white-space: normal;
        -webkit-transition: all ease .4s;
        -moz-transition: all ease .4s;
        -ms-transition: all ease .4s;
        -o-transition: all ease .4s;
        transition: all ease .4s;
    }

        .dp-rotatorNewsClt.title a:hover, .dp-listNewsClt.title a:hover {
            color: darkred;
        }

    .dp-rotatorNewsClt.title &gt; i, .dp-listNewsClt.title &gt; i {
        font-size: 14px;
        color: darkred;
        line-height: 19px;
        margin-left: 5px;
    }
    /* sub title - normal and rotator */
    .dp-rotatorNewsClt.affiliation, .dp-listNewsClt.affiliation {
        font: 12px BYekan,Verdana,Helvetica,sans-serif;
        color: #909090;
        white-space: normal;
    }

        .dp-rotatorNewsClt.affiliation &gt; i, .dp-listNewsClt.affiliation i {
            font-size: 5px;
            margin: 0 10px 0 5px;
            line-height: 19px;
        }
    /* date - normal and rotator */
    .newsRotatorlblDate, .dp-listNewsClt.date {
        font: 12px BYekan,Verdana,Helvetica,sans-serif;
        color: #666;
        white-space: normal;
    }
    /* abstract - normal and rotator */
    .dp-rotatorNewsClt.abstract, .dp-listNewsClt.abstract {
        font: 13px BYekan,Verdana,Helvetica,sans-serif;
        color: #444;
        white-space: normal;
        /*background-color: #f3f3f3;*/
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        /*padding: 5px 2px 5px 15px;*/
        padding: 5px 4px 15px 15px;
    }
    /* source - normal and rotator */
    .dp-rotatorNewsClt.source, .dp-listNewsClt.source {
        font: 12px BYekan,Verdana,Helvetica,sans-serif;
        color: #666;
        white-space: normal;
    }

    /*===== ticker mode =====*/
    .ticker-wrapper {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }


    /* paging */
    .NewsNextBtnStyle, .NewsPrevBtnStyle {
        font: 13px BYekan,regular,sans-serif;
        color: #fff !important;
        background-color: #444;
        border-radius: 4px;
        height: 36px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px 10px;
        -webkit-transition: all ease .3s;
        -moz-transition: all ease .3s;
        -ms-transition: all ease .3s;
        -o-transition: all ease .3s;
        transition: all ease .3s;
    }

        .NewsNextBtnStyle:hover, .NewsPrevBtnStyle:hover {
            background-color: #31708f;
            color: #fff !important;
        }
    /*===== Medias =====*/
    @media only screen and (max-width:768px) {
        .rotatorBox [id$="tblRotator"] {
            overflow: auto;
        }

        /*        .newsCollectorImages {
        text-align: center;
        display: inline-block !important;
        margin: 0 auto;
        width: 50% !important;
    }*/




        .newsCollectorImages img {
            width: 100%;
            position: static;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }

        .dp-rotatorNewsClt.right-img, .dp-rotatorNewsClt.left-img,
        .dp-normNewsClt.right-img, .dp-normNewsClt.left-img {
            float: none !important;
            text-align: center;
        }

        .dp-rotatorNewsClt.content {
            display: block;
        }
    }
    /*@media only screen and (max-width:600px){    

}*/
    @media only screen and (max-width:460px) {
        .newsCollectorImages {
            width: 100% !important;
        }
    }
    /*.NewsTitleStyle*/
    .NormalFontNewsTitle {
        color: #909090;
        font: 16px BYekan,Verdana,Helvetica,sans-serif;
        font-weight: bold;
    }

    /*.NewsTitleStyleCollector*/
    .NormalFontNewsSubTitle {
        color: #909090;
        font: 13px BYekan,Verdana,Helvetica,sans-serif;
        font-weight: normal;
    }

    /*.NewFontNewsPreTitleStyleCollector*/
    .NewFontNewsPreTitle {
        color: #909090;
        font-family: Nazanin,'B Nazanin',Arial,Tahoma,Verdana,Helvetica,sans-serif !important;
        font-size: 13px;
        font-weight: normal;
        /*margin-bottom:3px;
    display:block;*/
    }

    /*.DPNewsItemTitleCollector*/
    .NewFontNewsTitle {
        color: #133681;
        font-size: 16px;
        font-weight: bold;
        font-family: Nazanin,'B Nazanin',Arial,Tahoma,Verdana,Helvetica,sans-serif !important;
    }

/*.NewFontNewsTitleStyleCollector*/
.NewFontNewsSubTitle {
    color: #909090;
    font-family: Nazanin,'B Nazanin',Arial,Tahoma,Verdana,Helvetica,sans-serif !important;
    font-size: 13px;
    font-weight: normal;
}

/*#ctl01_ctl01_rptNewsList_ctl01_NewsDateArea*/
.NewsDateAreaBox {
    margin-bottom: 5px;
}

    /*#ctl01_ctl01_rptNewsList_ctl01_NewsDateArea*/
    .NewsDateAreaBox span.dp-listNewsClt {
        display: inline-table;
        width: 32%;
        background: #f3f5f4;
        margin: 1px;
        border-radius: 5px;
        padding: 5px 15px;
    }

@media only screen and (max-width:768px) {
    .NewsDateAreaBox span.dp-listNewsClt {
        width: 100%;
    }
}

@media only screen and (max-width:480px) {
    .NewsDateAreaBox span.dp-listNewsClt {
        width: 100%;
    }
}

/*--------------------------modern news new design------------------------------*/
.linkbox {
    background: #ffca08;
    border: 0;
    float: left;
    padding: 2px 15px;
    margin-top: 5px;
    margin-left: 3%;
}

    .linkbox a {
        color: #fff !important;
        font-family: "IranSans" !important;
    }


.NewsDateAreaBox .detailboxitem {
    background: #f3f3f3;
    font-size: 9px;
    padding: 1px 10px;
}

    .NewsDateAreaBox .detailboxitem i {
        color: #ffca08;
    }

.NewsAbstractbox {
    background-color: #fff !important;
    max-height: 75px;
    height: 75px;
    /* Hide the text. */
    overflow-wrap: break-word;
}


    .NewsAbstractbox span {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }


.NewsDateAreaBox .detailboxitem span {
    font-size: 0.9em;
}

    .NewsDateAreaBox .detailboxitem span td {
        font-size: 0.75em;
    }


.newcolor span {
    color: #ffca08;
    font-size: 10px;
}

.advancedlistmode.fullWidth .newitem .newitembox {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    padding: 0 0 15px 0;
    height: 90%;
    position: relative;
}

.advancedlistmode.colWidth .newitem .newitembox {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    padding: 0 0 15px 0;
    height: 94%;
    position: relative;
}

/*.newsCollectorImagesNewDesign img {
    width: 100%;
}*/

.blankbox {
    visibility: hidden;
}

.detailsbox {
    background: #f3f3f3;
    padding: 5px 0;
    margin: 10px 0 10px 0;
    inline-size: 150px;
    overflow: hidden;
}


/*.advancedlistmode .NewsItemStyle {
    margin-bottom: 3px;
    height: 440px;
}
*/

.advancedlistmode.colWidth .NewsItemStyle {
    margin-bottom: 3px;
    height: 470px;
}


.dp-normNewsClt.content {
    padding: 0 10px;
}



.imgbox {
    width: 100%;
    height: 166px;
    background-color: #eee;
}

.advancedlistmode.fullWidth div.newitem div.newitembox div .imgbox {
    width: unset;
    height: 166px;
    background-color: unset;
}

.advancedlistmode.fullWidth .NewsItemStyle {
    height: 260px;
}

.newsCollectorImages.colWidth {
    display: block;
    width: 100%;
    height: 100%;
}

    .newsCollectorImages.colWidth img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto;
        float: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        top: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        transform: unset;
    }



.advancedlistmode.colWidth .NewsItemStyle .newitembox .bottombox {
    bottom: 6px;
}

.advancedlistmode.fullWidth .NewsItemStyle .newitembox .bottombox {
    bottom: 6px;
}

.bottombox {
    margin-bottom: 5px;
    position: absolute;
    width: 100%;
}


.advancedlistmode.colWidth div.newitem div.newitembox div.bottombox .NewsDateAreaBox .detailboxitem {
    width: 26.5%;
    display: inline-block;
}


.advancedlistmode.fullWidth div.newitem div.newitembox div.bottombox .NewsDateAreaBox .detailboxitem {
    width: 14.28%;
    display: inline-block;
}


.advancedlistmode.fullWidth div.newitem div.newitembox div .dp-rotatorNewsClt.left-img,
.advancedlistmode.fullWidth div.newitem div.newitembox div .dp-normNewsClt.left-img {
    width: unset;
    height: 166px;
    background-color: unset;
    float: left;
}



.advancedlistmode.colWidth .NewsItemStyle .newitembox div .dp-normNewsClt.content {
    display: unset;
    float: unset;
    width: 100%;
}

.advancedlistmode.colWidth div.newitem div.newitembox div .dp-rotatorNewsClt.left-img,
.advancedlistmode.colWidth div.newitem div.newitembox div .dp-normNewsClt.left-img {
    width: unset;
    height: 166px;
    background-color: unset;
    float: unset;
}

.uk-clearfix {
    padding: 0 15px;
}


.NewsDateAreaBox {
    background-color: #f3f3f3;
}


@media (min-width:320px) and (max-width:480px) and (orientation: portrait) {
    .advancedlistmode.fullWidth .NewsItemStyle {
        margin-bottom: 5px;
        height: 495px;
    }
    .advancedlistmode.fullWidth div.newitem div.newitembox div.bottombox .NewsDateAreaBox .detailboxitem {
        width: 41%;
        display: inline-block;
    }
    .advancedlistmode.colWidth div.newitem div.newitembox div.bottombox .NewsDateAreaBox .detailboxitem {
        width: 41%;
        display: inline-block;
    }

}
@media (min-width:320px) and (max-width:480px) and (orientation: landscape) {
    .advancedlistmode.fullWidth .NewsItemStyle {
        margin-bottom: 5px;
        height: 520px !important;
    }
    .advancedlistmode.fullWidth div.newitem div.newitembox div.bottombox .NewsDateAreaBox .detailboxitem {
        width: 41%;
        display: inline-block;
    }
}


@media (min-width:481px) and (max-width:768px) and (orientation: portrait) {
    .advancedlistmode .NewsItemStyle {
        margin-bottom: 5px;
        height: 460px !important;
    }
    .advancedlistmode.fullWidth div.newitem div.newitembox div.bottombox .NewsDateAreaBox .detailboxitem {
        width: 43%;
        display: inline-block;
    }

    .advancedlistmode.colWidth div.newitem div.newitembox div.bottombox .NewsDateAreaBox .detailboxitem {
        width: 43%;
        display: inline-block;
    }
    .newsCollectorImages.colWidth {
        display: block;
        width: 100%;
        height: 100%;
    }
}
@media (min-width:481px) and (max-width:768px) and (orientation: landscape) {
    .advancedlistmode.fullWidth .NewsItemStyle {
        margin-bottom: 5px;
        height: 500px;
    }
    .advancedlistmode.fullWidth div.newitem div.newitembox div.bottombox .NewsDateAreaBox .detailboxitem {
        width: 43%;
        display: inline-block;
    }
    .imgbox {
        width: 100%;
        background-color: #eee;
    }
}


@media (min-width:769px) and (max-width:1024px) and (orientation: portrait) {
    .advancedlistmode .NewsItemStyle {
        margin-bottom: 5px;
        height: 460px;
    }

    .advancedlistmode.fullWidth div.newitem div.newitembox div.bottombox .NewsDateAreaBox .detailboxitem {
        width: 43%;
        display: inline-block;
    }

    .advancedlistmode.fullWidth .NewsItemStyle {
        height: 300px;
    }

}
@media (min-width:769px) and (max-width:1024px) and (orientation: landscape) {
    .advancedlistmode .NewsItemStyle {
        margin-bottom: 5px;
        height: 460px;
    }

    .advancedlistmode.fullWidth div.newitem div.newitembox div.bottombox .NewsDateAreaBox .detailboxitem {
        width: 29%;
        display: inline-block;
    }

    .imgbox {
        width: 100%;
        /*height: auto !important;*/
        background-color: #eee;
    }
    .advancedlistmode.colWidth .NewsItemStyle {
        margin-bottom: 3px;
        height: 450px;
    }

}


@media (min-width:1025px) and (max-width:1287px) and (orientation: portrait) {
    .advancedlistmode.fullWidth .NewsItemStyle {
        height: 430px;
    }
}
@media (min-width:1025px) and (max-width:1287px) and (orientation: landscape) {
    .advancedlistmode.fullWidth .NewsItemStyle {
        height: 300px;
    }


}

    /*.NewFontNewsTitleStyleCollector*/
    .NewFontNewsSubTitle {
        color: #909090;
        font-family: Nazanin,'B Nazanin',Arial,Tahoma,Verdana,Helvetica,sans-serif !important;
        font-size: 13px;
        font-weight: normal;
    }

    /*#ctl01_ctl01_rptNewsList_ctl01_NewsDateArea*/
    .NewsDateAreaBox {
        margin-bottom: 5px;
    }

        /*#ctl01_ctl01_rptNewsList_ctl01_NewsDateArea*/
        .NewsDateAreaBox span.dp-listNewsClt {
            display: inline-table;
            width: 32%;
            background: #f3f5f4;
            margin: 1px;
            border-radius: 5px;
            padding: 5px 15px;
        }

    @media only screen and (max-width:768px) {
        .NewsDateAreaBox span.dp-listNewsClt {
            width: 100%;
        }
    }

    @media only screen and (max-width:480px) {
        .NewsDateAreaBox span.dp-listNewsClt {
            width: 100%;
        }
    }</pre></body></html>