﻿        .datadisp{
             border-top: 1px solid #000;
        }
            .datadisp label{
                margin-bottom:auto;
            }
            .fade {
                opacity: inherit;
            }

table.fixed {
    table-layout: fixed;
    width:100%;
}

    table.fixed td {
        overflow: hidden;
        width: 55%;
    }
    table.fixed th {
        overflow: hidden;
        width: 55%;
    }
.fixed {
    border: 1px solid black;
    height: 400px;
    border-collapse: collapse;
}

    .fixed td {
        border: 1px solid black;
    }

       
        hr {
            display: block;
            border-style: inset;
            border-width: 1px;
            width: 100%;
        }
        .page_style ul li{
           color: #0066CC;
           cursor:pointer;
        }
        .style tbody tr td{
             border:none;
             font-size:12px;
             list-style-type:none;
             margin-bottom:auto;
             text-decoration:underline;
             cursor:pointer;
             /*color:#0066CC;*/
             font-style:normal;
        }
        .style tbody tr td:last-child{
             float:right;
             font-weight:bold;
             text-decoration:none;
        }
        #head {
            font-size: 16px;
            color:navy;
            font-style: normal;
        }
        .read{
             text-decoration:underline;
             font-size:12px;
             margin-left:5px;
        }
        .btnclear {
            background-color: lightgray;
            color: #337ab7;
            border-radius: 20px;
            cursor: pointer;
            margin-bottom: 10px;
            margin-left: 10px;
            font-size:14px;
        }
        .export {
            background-color: lightgray;
            color: navy;
            border-radius: 20px;
            cursor: pointer;
            margin: 10px;
            font-size: 14px;
            font-weight:bold;
        } 
          
        label.btn {
            margin-bottom: 10px;
            margin-left: 10px;
        }
        .title{
            font-size:16px;
        }
.author, .publisher, .subject {
    color: #337ab7;
    font-weight: bold;
    cursor: pointer;
}
        li{
            color:#337ab7;
        }
        .viewbtn {
            float: right;
            background-color: lightgray;
            color: navy;
            border-radius: 20px;
            cursor: pointer;
            font-size: 14px;
            font-weight: bold;
            margin-bottom: 6px;
        }
        #SearchParameters.in,#SearchParameters.collapsing {
            display: block!important;
        }
        @media screen and (max-width: 767px) {
            #SearchParameters {
                display: none;
            }
        }
        @media screen and (min-width: 767px){
          .collapse {
              display: block;
              height: auto !important;
              visibility: visible;
            }
            .collapsing{
              position: relative;
              height: unset !important;
              overflow: hidden;
            }
        }