/******************************************************************/


/**** Responsive UI css for DSAL dictionaries -- Nov 2019, CMC ****/


/******************************************************************/


/**** small screens ****/


/**** search form first, top to bottom ****/

@font-face {font-family: 'RobotoSlab-Regular';
        src: url('/fonts/static/RobotoSlab-Regular.ttf') format('truetype'); /*non-IE */
        }

@font-face {font-family: 'RobotoSlab-Medium';
        src: url('/fonts/static/RobotoSlab-Medium.ttf') format('truetype'); /*non-IE */
        }

@font-face {font-family: 'RobotoSlab-Bold';
        src: url('/fonts/static/RobotoSlab-Bold.ttf') format('truetype'); /*non-IE */
        }

@font-face {font-family: 'RobotoSlab-SemiBold';
        src: url('/fonts/static/RobotoSlab-SemiBold.ttf') format('truetype'); /*non-IE */
        }

/**** main index/list pages ****/

#responsive_main_head {
    margin: auto;
    text-align: center;
    width: 80%;
    padding-bottom: 10px;
}

.list_wrapper {
   margin-top: 10px;
   margin-left: 40px;
   margin-right: 40px;
}

.list {
   column-count: 2;
   column-width: 250px;
   column-gap: 4em;
   column-rule: 1px dotted #ddd;
   padding-left: 10%;
   padding-right: 10%;
}

.list_item {
   display: block;
   margin-left: 20px;
   margin-bottom: 15px;
   font-size: 15px;
   font-family: "arial";
   font-weight: 400;
   font-size: 14px;
}

.list_page_list {
   column-count: 4;
   column-width: 150px;
   column-gap: 4em;
   column-rule: 1px dotted #ddd;
   padding-left: 10%;
   padding-right: 10%;
}

.p_list {
   display: block;
   margin-left: 20px;
   font-family: "RobotoSlab-Medium";
   font-weight: 500;
   font-size: 15px;
}

.CRL {
   font-family: "RobotoSlab-Medium";
   color: green;
   font-weight: 500;
   font-size: 15px;
}

.item_description_block {
   display: block;
   padding-left: 10%;
}

#info_block {
    padding-top: 5px;
    margin: auto;
    width: 100%;
}

.info_blockquote_item {
   margin: auto;
   width: 90%;
   font-family: "RobotoSlab-Medium";
   font-size: 14px;
}

.responsive_blockquote {
   margin: auto;
   width: 90%;
   font-family: "arial";
   font-weight: 400;
   font-size: 14px;
}
.responsive_index_banners {
    display: table;
    margin: auto;
    text-align: center;
    width: 80%;
    background-color: #91ACB7;
}

.responsive_index_banners_row {
    display: table-row;
}

#responsive_nav_table {
    border-spacing: 2px;
    display: table;
    margin: auto;
    text-align: center;
    width: 90%;
}

#responsive_nav_table_row {
    display: table-row;
    background-color: #91ACB7;
}

.responsive_blue_td {
    border-radius: 2px;
    box-shadow: .5px .75px .5px .25px #888888;
    border-spacing: 2px;
    display: table-cell;
    font-family: "RobotoSlab-Medium";
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    margin: auto;
    padding: 2px;
    height: 18px;
}

.include1 {
    margin: auto;
    width: 90%;
    font-family: "RobotoSlab-Regular";
    font-size: 10px;
}

.include2 {
    margin: auto;
    width: 90%;
    font-family: "RobotoSlab-Regular";
    font-size: 10px;
    padding-bottom: 10px;
}

/**** medium screens ****/

@media only screen and (min-width: 600px) {
    #responsive_main_head {
        margin: auto;
        text-align: center;
        width: 70%;
        padding-bottom: 10px;
    }

    #info_block {
        padding-top: 5px;
        margin: auto;
        width: 80%;
    }

    .info_blockquote_item {
        margin: auto;
        width: 90%;
        padding-top: 10px;
        font-size: 14px;
    }

    .responsive_blockquote {
        margin: auto;
        width: 90%;
        padding-top: 10px;
        font-size: 14px;
    }

    #responsive_nav_table {
        display: table;
        margin: auto;
        text-align: center;
        width: 70%;
    }
    /**** skipping #responsive_nav_table_row ****/
    .responsive_blue_td {
        display: table-cell;
        font-size: 15px;
        text-align: center;
        margin: auto;
        padding: 3px;
        height: 20px;
    }

    .include1 {
        margin: auto;
        width: 90%;
        font-size: 12px;
    }
    .include2 {
        margin: auto;
        width: 90%;
        font-size: 12px;
        padding-bottom: 10px;
    }

}


/**** large screens ****/

@media only screen and (min-width: 768px) {
    #responsive_main_head {
        margin: auto;
        text-align: center;
        width: 40%;
        padding-bottom: 10px;
    }

    #info_block {
        padding-top: 5px;
        margin: auto;
        width: 80%;
    }

    .info_blockquote_item {
        margin: auto;
        width: 90%;
        padding-top: 10px;
        font-size: 14px;
    }

    .responsive_blockquote {
        margin: auto;
        width: 90%;
        padding-top: 10px;
        font-size: 14px;
    }

    #responsive_nav_table {
        display: table;
        margin: auto;
        text-align: center;
        width: 60%;
        border-spacing: 2px;
    }
    #responsive_nav_table_row {
        display: table-row;
        margin: auto;
        background-color: #91ACB7;
    }
    .responsive_blue_td {
        display: table-cell;
        font-size: 15px;
        text-align: center;
        margin: auto;
        padding: 3px;
        height: 20px;
    }

   .include1 {
        margin: auto;
        width: 90%;
        font-size: 12px;
    }
    .include2 {
        padding-bottom: 10px;
        margin: auto;
        width: 90%;
        font-size: 12px;
    }

}
