/* @import 'https://gvpl.ent.sirsidynix.net/client/css/vse/boxed.css'; SITEADDRESS is the actual URL to Enterprise. This copies in the default styles. */
@import url(https://gvpl.ent.sirsidynix.net/custom/web/gvpl-boxed.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);

/* Insert the image for the background in the parentheses */
body{
 background-color: #f4f4f4;
 border:none; 
 font-family: 'Open Sans', sans-serif !important;
 font-size: 14px;
 line-height: 18px;
 width: 100%;
 min-width: 1000px;
 max-width: 1200px;
 
}

body p{
  font-size: 14px;
 line-height: 16px !important;
}

body a{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
}

body::before{
    position: absolute;
    top:0;
    left:0;
    right:0;
    height:113px;
    background-color: #fff;
        -moz-box-shadow: 0px 0px 4px 0px #ccc;
    -webkit-box-shadow: 0px 0px 4px 0px #ccc;
    box-shadow: 0px 0px 4px 0px #ccc;
    z-index: 1;
    content: "";

}
body.patronLogin::before {
  height: 0px;
  box-shadow: none;
}

img{
  display:block;
}
/* menu links color property: color */

.menuLink a, .menuLink a:visited, .menuActive a, .menuLink a:active, 
.loginLink a {
color: #404040; 
}

.welcome {
color: #404040;   
}

/* language option color property: color */

.lpdropdown a:visited, .lpdropdown a:hover, .lpdropdown a:active {
color: #404040;
}
/* language dropdown list items */

.lpdropdown .dropdownListItem a {
color: #404040;
}

/* properly aligns menu links */

#adaModeDiv a {
right: 11px;
}

#adaModeDiv{
  display: none;
}

#adaModeDiv {
min-width: 28px;
position:relative;
right:4px;
top:4px;
}

.patron_help img {
position:relative;
top:0px;
left: 0px;
margin:0;
}

.patron_help {
margin-left:5px;
float:right;
}


/* Control the color of the new wheelchair and help FontAwesome icons in menu */

.fa-wheelchair::before, .fa-question-circle::before {
    color: #555; /* use the color they have for the rest of the menu */
}


/* makes dropdown not blue */ 

#searchBox .dropDown {
 background-color: #404040;
 border: 1px solid #003366;
 color: #FFFFFF;
}

#searchBoxAdvancedLink {
  padding-left: 4px; 
}

#searchBoxAdvancedLink a {
color: #FFFFFF;
font-Size:10px;
} 

/* search box border property: border-color */
#q:focus{
   border-color:#555; 
}

/* pull-down border property: border-color */

#searchLimitDropDown .dropDown {

}
/*repositions the search box and contents boxes if you increased the 
height of the header.  Add amount of pixels added to default listed 
here. */
#searchBoxWrapper{
 /*  top: 82px; removed for 4.5.0.1 */
    position: relative;
    padding-top: 5px;
    background-color: #fff;
    width: 99.90%;
   /*  margin-left: 1px; removed for 4.5.0.1 */
    padding-bottom: 5px;
    border: 1px solid white;
}

/* Removed quich search bar in 4.5.0.1 */
.quicksearchBar {
  background-color: white;
  border-bottom: 0;
  padding-top: 0;
}


.header{
  width: 100%;
    height: 113px;
}
.header a{
    color: #404040;
}
.headerWrapper{
    
}
#content {
   padding-top: 20px;
   position: relative;
   border: 1px solid #white;
   color: #555;
   width:100%;

}

.columns_container{
}
.content_container{
    
    padding: 0px;
    border:0px;
}


/* increased to make detail cover art the size it used to be */

.detail_cover_art {
  max-height: 200px;
}

#searchViewDISCOVERY_ALL .no_image_text {
    width: 100px;
    max-height: 51px;
    top: 45px;
}

.ent_widget_content{
    -moz-box-shadow: 0px 0px 4px 0px #ccc;
    -webkit-box-shadow: 0px 0px 4px 0px #ccc;
    box-shadow: 0px 0px 4px 0px #ccc;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.pad5{
  padding: 5px;
}
.pad10{
  padding: 10px;
}
.pad15{
  padding: 15px;
}
.pad20{
  padding:20px;
}


#myAccount {
  width: 990px;
  margin-left: 5px;
  margin-right: 5px;
}

/* repositions the search suggestions drop-down, add enough pixels to 
fix if you increase the height of the search bar.

#dropDown {
  left: 496px !important;
  top: 30px !important;
}

#dropDown, x:-moz-any-link, x:default {
  left: 484px !important;
  top: 32px !important;
}
*/
/* changes the width of restriction boxes
#restrictionDropDown {
    width: 180px;
}
#searchLimitDropDown {
    width: 180px;
}
*/



/* if hiding the availability feature */
/* #onlyAvailableButton {
visibility: hidden;
}

#advancedSearchOnlyAvailableWrapper {
visibility: hidden;
} */

/* buttons */

#searchButton {
    line-height: 1.5em;
}

#searchButton:hover {
 background-color:#7A9C37;
}

.list .results_right .button {
  border: 0px 
    border-radius: 0px;
    height: 2rem;
}

.button,
.noback .button,
#searchButton,
.loginButton {
 background-color:#0077cc;
 border-color: #0077cc;
 border: 0px 
 border-radius: 0px;
 color: #ffffff;
 text-shadow: none;
 box-shadow: none;
 height: 2rem;
 border-radius: 2px;
}

.button:hover,
#searchButton:hover,
.loginButton:hover{
     border-color: #00aeef;
     border: 0px;
     background-color:#00aeef;
     color: #ffffff;
}
/* switch the home image with a new one created in Photoshop */ 
#searchBoxHomeLink img {
visibility: hidden;
}

#searchBoxHomeLink a {
  background-image: url("home_header.png");
  display: block;
  height: 32px;
  width: 32px;
} 


/* footer background property: background-color */

#footer {
background: #48494B;
color: #ffffff;
width:100%;
}

/* moving down the search bar elements */
#searchBox {
background: #FFFFFF;
border: none;
padding: 5px 0px;
height: 30px;
color: #f5f5f5;
position: relative;
margin-left: auto;
margin-right: auto;
max-width: 986px;
width: 100%;
z-index:90
}
#searchBoxCentered{
    position: relative;
   /* margin-left: 10px; */
}
#searchBox a{
    color: #555;
}

/* moving down rooms columns */
.content_container {
    margin-top: 5px;
    border-radius: 3px;
}

/* to make blue the Select Language link */
#lpMainLink {
color: #015697;
}

/* to change copyright bar */
#copyright {
color: #555;
padding-bottom: 8px;
padding-top: 30px;
background-color: #000000; 
margin-top:50px;
}

#footer{
margin-top:0;
    position: relative;
}

/* footer text */
#footer a {
color: #ffffff;
}

/* to change color of drop-down menus */
#searchBox .dropDown, x:-moz-any-link {
background-color: #FFFFFF;
color: #404040;
}

#searchBox .dropDown {
background-color: #FFFFFF;
color: #404040;
border-radius: 3px;
border-color: #ccc;
height: 29px;
}

#searchBox .dropDown:focus {
background-color: #FFFFFF;
}

#searchBox .dropDown, x:-moz-any-link {
background-color: #FFFFFF;
}

select{
 border-radius:3px;
}

#q{
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    height: 25px;
    font: 14px/20px Open Sans, sans-serif;
}

/* to make search results have white background */
#searchResultsColumn {
background-color: #FFFFFF;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
/*width: 70%; */ /*COMMENTED OUT 2019 NOV 26*/
    padding: 15px;
    padding-top: 10px;
    border: 0px;
}

#limitcolumn_wrapper {
background-color: #FFFFFF;
}

/* Search results 2015 */
.list .results_img_div,
.list .thumbnail{
    width: 160px;
}

.list img.results_img,
.detail_cover_art{
      -moz-box-shadow: 0px 0px 6px 0px #ccc;
    -webkit-box-shadow: 0px 0px 6px 0px #ccc;
    box-shadow: 0px 0px 6px 0px #ccc;
   border: 1px solid #ccc;
}

.list .results_img {
    margin-bottom: 5px;
    padding-bottom: 0px;
}

.detail_cover_art_div{
  margin-right: 5px;

}

.detail_biblio{
  width: 400px;
}
.displayElementText.TITLE{
  color:#444;
}
.list img.results_img{
  max-width: 120px;
    max-height: 190px;
}

.detailItems{
  font-size: 12px;
}

/* to make hitlist text blue */
.displayElementText {
color: #404040;
font-size:14px;
}

#detailLink1 {
color: #336699;
}

/* to make My Account text summary in blue */
#accountSummary .summarySubheading {
color: #336699;
}

/* facet text */
a {
color: #336699;
}

a:hover {
color: #336699;
}

/* login button color */
.loginButton {
/*background-color: #336699;*/
}

.loginButton:hover {
/*background-color: #2A5580;*/
}


#registration_link {
font-weight: normal;
font-size: 16px;
color: #336699;
margin-top: 10px;
}

/* to reference logo in background  */
.header_container {
background-color: transparent;
width:100%;
min-width: 1000px;
max-width: 1200px;
height: 113px;
} 

/* rooms taxonomy text color */
.secondary_header_menu_container ul li a {
color: #336699;
}

/* sort by drop-down menu */
.sortDropDown,
.sortDropDown:focus {
background-color: #FFFFFF;
color: #404040;
}

/*item availability text in search results*/
.availableDiv{
display:inline-block;
margin-right: 12px;
}


.logo_container{
width: 100%;
max-width: 1200px;
min-width: 1000px;
height:100px;
margin: 0px;
z-index: 90;
}

.logoContainer{
width:100%;
height: 85px;
margin: 0;
position:relative;
}


#mainMenu{
 position:relative;
 width: 900px;
 float:right; 
 z-index: 99;
}
.pipeSeparator{
  color: #000000;
}

.ui-widget-header,
.ui-state-default, .ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default,
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header 
.ui-state-active{
    background: none;
    background-color: #fff;
    border-radius: 3px;
}

.ui-dialog .ui-dialog-content{
    overflow: auto;
}
.detailPanel.ui-dialog-content{
    overflow: auto;
}
.ui-helper-reset{
    line-height: 1.6;
}
.dropDownButton{
    background: none;
    background-color: #f0f0f0;
    font-weight: bolder;
    color: #555;
    line-height: 1.5;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.registrationDiv{
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px;
    color: #555;
    border-radius: 3px;
    border-color: #ccc;
}

.registrationField{
    margin-top: 15px;
}


.registrationInput{
    width: 240px;
    border-color: #ccc;
    border-radius: 3px;
    line-height: 1.3em;
    border-width: 1px;
    border-style: solid;
    color: #555;
    padding: 3px;
    
}
.registrationSelect{
    height: 25px;
}
.registrationlabel{
    width: 40%;
}

.ui-widget-header{
    
    border: none;
}

.bookRiver{
    
    color: #555;
}

.nytimes_detail_coverart img{
    -moz-box-shadow: 0px 0px 6px 0px #ccc;
    -webkit-box-shadow: 0px 0px 6px 0px #ccc;
    box-shadow: 0px 0px 6px 0px #ccc; 
}
.nytimes_select{
  height: 28px;
  line-height: 20px;
        border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  padding-left: 5px;
  color:#555;
        font: 14px/20px Open Sans, sans-serif;
}


.nytimes_listbar{
    height: 38px;
}

#nytimes_play_pause{
  margin-top: 9px;
}

.jscarousal-contents{
  margin-left: 5px;
}
.jscarousal-right:after{
  font-family: FontAwesome;
  content: "\f054";
  font-size: 20px;
  position:absolute;
  top: 43px;
  left: 6px;
  color: #f0f0f0;
}

.jscarousal-left:after{
  font-family: FontAwesome;
  content: "\f053";
  font-size: 20px;
  position:absolute;
  top: 43px;
  left: 5px;
  color: #f0f0f0;
}

.jscarousal .jscarousal-left,
.jscarousal .jscarousal-right{
  background-image: none;
}

.searchLimitsColumn {
    width: 30%;
    float: left;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
    padding: 10px;
    padding-left: 15px;
    background-color: #fff;
    
}
.limitcolumn_wrapper{
    
     -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;

}

.ui-widget-overlay{

}

#libraryInfo{
    left: -240px;
}

.sitelogo{
    background-image: url("gvpl-logo-small.png");
    background-size: 260px 56px;
    width: 260px;
    height: 56px;
    position: absolute;
  /*  top: 23px; removed for 4.5.0.1 */
    left: 15px;
    opacity: 0.8;
    z-index: 2;
}

#results_wrapper .cell_wrapper{
    padding-bottom: 15px;
    margin-bottom: 5px;
}

.list .resultsToolbar_big_wrapper{
    background-color: #fff;
}


.customDropdown .dropDownButton:after{
   font-family: FontAwesome;
   position: absolute;
   right: 15px;
   top: 5px;
   content: "\f078";

}
.list .results_bio{
   width: 50%;
}

.modalBody::before,
body.noback::before{
    background: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
   display:none;   
  
}

.modalBody,
body.noback{
      min-width: 0px;

}
#loginModal{
  height: 195px !important;
}
.ui-widget{
    font-family: Open Sans, sans-serif !important;
}
.pct25, .pct50{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
    padding: 10px;
}
.columns_container .pct25{
 width: 25%;
}

#searchBoxHomeLink a{
  background: transparent;
  position: relative;
}
#searchBoxHomeLink a img{
}

#searchBoxHomeLink a:after{
  font-family: FontAwesome;
  content: '\f015';
  position: absolute;
  font-size: 30px;
  right: 2px;
  top: 3px;
}


#advancedSearchForm input{
    line-height: 1.5em;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
}
.nytimes_listbar{
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
}

#accountMain{
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:15px;
    width: 77%;
}

#myAccount{
margin:0px;
width:100%
}
#accountSummary{
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    width: 20%;
    float:left;
    margin-left: 18px;
    margin-bottom: 15px;
   margin-top: 15px;
    border-color: #ccc;
}

.checkoutsLine .authBreak{
    margin-bottom: 15px;
}

#preferencesTab, #checkoutsTab, #holdsTab, #finesTab{
  padding-top: 0px;
}
#accountTabs .ui-tabs-nav {
    padding-left:20px;
    
}
#accountTabs .ui-tabs-nav li{
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #f0f0f0;
}
#accountTabs .ui-tabs-nav .ui-state-active{
  background-color: #fff;
}


.nextArrow:nth-child(odd){
  left: -55px !important;
}

.nextArrow:nth-last-child(1){
  left: 825px !important;
}

.nextArrow:nth-child(even){
  left: 825px !important;
}

.resultsToolbar_paginationNumbers{
  padding-left: 5px;
  padding-right: 5px;
}


.postRegistration{
  margin-top: 15px;
  margin-bottom:15px;
}

/* Begin SirsiDynix Xref styling */
#xref-link {
    overflow: hidden;
	background-color: #eee;
	margin-left: 10px;
	margin-bottom: 6px;
	margin-top: 21px;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px
}

#xref-link-text {
    float: left;
	margin-right: 20px;
	font-weight: 700;
	font-size: 14px;
}

.XREF_PERSONAL,.XREF_CORPORATE,.XREF_MEETING,.XREF_UNIFORM,.XREF_TOPICAL,.XREF_GEOGRAPHIC,.XREF_GENRE {
    font-weight: 700;
}

.xref-icon {
    color: #063b63;
}

.xref-icon-detail {
  margin-left:30px
}

.xref-usage > .fa-check {
    color: green;
}

.xref-usage > .fa-minus-circle {
    color: red;
}

form[id*='XREF'] > .facetTitleRow{
	height: auto;
}

.fa-9x {
font-size: 9em;
}

.xref-button {
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	margin-left: 3px;
	text-align: center;
	font-size: 13px;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	border-radius: 5px;
	padding: 5px 15px;
	border: none;
	background-color: #efefef;
	font-weight: 700;
	line-height: 25px;
}

a:hover.xref-button {
	background-color: #bcbcbc;
}

/* End SirsiDynix Xref styling */
/* Begin SirsiDynix My Account Barcode styling */
#barcodeTab { padding-top:0px; }
#barcodeIcon { height:20px; }
#myBarcode, .myBarcode { height:auto; }
#qrcode { display:none; }

/* End SirsiDynix My Account Barcode styling */

/*SirsiDynix custom by Rebecca Chile*/

/* Hide Taxonomy */
.columns_container #taxonomyContainer { 
display: none !important; 
} 

.secondary_header_menu_container {
  display:none;
}
/* Align content */

.logo_container img{
  margin-top:-15px ;
}
.quicksearchWrapper {
   display: none;
}

#content {
  display: inline-block;
  display: block\9;
  top: 50px;
  position: relative;
}
/*Custom menu things*/

.custmenu-wrapper {
    height: 36px;
    width: 1000px;
    background: transparent;
     margin: ;
     margin-left:0px
      margin-right:0px;
}

.menubar,
.menubar a,
.menubar li,
.menubar ul {
  border: none;
  margin: 0;
  padding: 0;
}
.menubar a {
  text-decoration: none;
}
.menubar li {
  list-style: none;
}
.menubar {
  cursor: default;
  display: inline-block;
  position: relative;
  z-index: 500;
  margin-left:125px;
margin-top:60px;
min-width:1000px;

}

/* menu list */
.menubar  li {
  float: left;
}

/* menu links */
.menubar  li  a {
   color: #404040;
  display: block;
  font-weight: 500;
  line-height: 34px;
  padding: 0 1.25em;
  position: relative;
  /*text-shadow: 0 0 1px rgba(0, 0, 0, 0.35);*/
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 510;
min-width:5em;
font-size:15px;

}

.menubar  li a:focus,
.menubar  li:hover > a {
  background: transparent;
color:#00aeef;
font-size:15px;

}
.menubar li:first-child > a {
  border-left: none;
/*  border-radius: 3px 0 0 3px; */
}

/* menu dropdown */
.main-menu {
  background: #f2f2f2;
  border-top: 2px solid #00aeef;
  opacity: 0;
  position: absolute;
  -webkit-transition: all .3s ease .15s;
  transition: all .3s ease .15s;
  visibility: hidden;
  width: 500px;
  margin-left: -10px;
padding-bottom:40px;
}
li:hover .main-menu {
  opacity: 1;
  overflow: visible;
  visibility: visible;
}
/* menu2 dropdown */
.main-menu2 {
  background: #f2f2f2;
  border-top: 2px solid #00aeef;
  opacity: 0;
  position: absolute;
  -webkit-transition: all .3s ease .15s;
  transition: all .3s ease .15s;
  visibility: hidden;
  width: 300px;
  margin-left: -10px;
padding-bottom:40px;
}
li:hover .main-menu2 {
  opacity: 1;
  overflow: visible;
  visibility: visible;
}
/* menu content */
.menubar-column {
  float: left;
  padding: 1%;
  width: 44%;
  overflow: hidden;
 margin-left:20px;
margin-top:-15px;
}
.menubar-column li a {
  color: black;
  display: block;
  font-weight: 200;
  line-height: 1.6;

}
.menubar-column a:hover {
  color: #00aeef;
}
.menubar-column li {
    padding: 3px 0px 3px 5px;
}
.menubar-column ul {
    padding: 5px 0px 5px 0px;
}

.menubar-column h3 {
  font-size: 14px;
  /*background-color: #f4f4f4;
  border: 2px solid #404040;
  border-radius: 10px 10px 10px 10px;*/
  text-align: left;
  padding: 20px 0px 3px 0px;
color:#404040;
margin-left:20px;
}
/* menu2 content */
.menubar-column2 {
  float: left;
  padding: 1%;
  width: 90%;
  overflow: hidden;
 margin-left:20px;
margin-top:-15px;
}
.menubar-column2 li a {
  color: black;
  display: block;
  font-weight: 200;
  line-height: 1.6;


}
.menubar-column2 a:hover {
  color: #00aeef;
}
.menubar-column2 li {
    padding: 3px 0px 3px 5px;
}
.menubar-column2 ul {
    padding: 5px 0px 5px 0px;
}
.menubar-column h2 {
  font-size: 14px;
  text-align: center;
  padding: 3px 0px 3px 0px;
}

#footer {
	text-align: center;
	height: auto;
	position: relative;
margin-top:28px;

}

.custfooter {
	padding: 0px 10px 10px 10px;
}

.custfootertext {
	font-size: 14px;
}

.custfootericon {
	font-size: 3em;
}

.custfooter ul {
	display: inline;
	font-size: 14px;
}

.custfooter li {
	display: inline;
}

.topmenu ul {

 
}
.topmenu {
  margin-top: -140px;
  margin-left: 943px;
  /*background: black;*/
display:none;
}
.topmenu li {
display:inline;
font-size:13px;
margin-left:5px;
}
.topline a {
font-size:13px;
color:#404040;
}
.topline :hover {
font-size:13px;
color:#336699;
}

#mainMenuContainer {
  margin-right: 5px;
  padding: 8px 10px;
  border-radius: 30px;
  border-color: white;
  clear: both;
 background: #a1cd4b;
}
.ftitem1 p {
  text-align: left;
  line-height: 1.5;
}
.ftitem2 p {
  text-align: left;
  line-height: 1.5;
}
.ftitem3 p {
  text-align: left;
  line-height: 1.5;
}
.ftitem4 p {
  text-align: left;
  line-height: 1.5;
}
.ftitem p {
  text-align: left;
  line-height: 1.5;
}
.ftest p {
  text-align: left;
  line-height: 1.5;
}
.ftest-h p {
  text-align: left;
  line-height: 1.5;
}

.ftitem {
  vertical-align: middle;
color:#ffffff;
}
.ftitem1 {
  vertical-align: middle;
}
.ftitem2 {
  vertical-align: middle;
}
.ftitem3 {
  vertical-align: middle;
}

.ftest {
  text-align: left;
}

.fttable {
    margin-left: 80px;
}
.social {
  margin-left: 850px;
  margin-top: 0px;
}
#gvplLink {
  color: #015697;
  font-size: 13px;
  text-decoration: none;
}
  .cust-branch ul {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
  background:#fafafa;
  }
#custli {
 padding-left:2px;
  line-height: 2em !important;
border: none;
 padding: 2px;
 line-height:2em;
}
.cust-branch li {
  background:#fafafa;
  padding-left:2px;
  line-height: 2em;
  
}
.cust-branch li a {
    line-height: 2em;
  color: #14c0f2;
}
.cust-branch {
  width: auto;
  margin-left: 51px;
 background: :#fafafa;
padding:10px;
}

.cust-table, tr {
  border-top: 1px solid #ddd;
  border-collapse: collapse;
  width: 330px;
}
.read-room li {
  display: inline-block;
  margin-left: 5px;
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 5px;
}
.read-room {
  list-style: none;
  display: inline-block;
  margin-left: 400px;
}
.read-room li a{
    color:#404040;
}
.read-table1 {
  margin-left: 100px;
}
.read-table2 {
  margin-left: 100px;
}