@charset "UTF-8";
/* CSS Document */

body {
    background-color: #dfe9ee;
    background-image: none;
}


.marginControl{
	margin-left: 0px;
	margin-right: 0px;
}

.grid_8 {
    margin-top: 0 !important;
}

#shareLibrary {
    position: relative;
    top: 20px;
    left: 10px;
    color: #ccc;
    }
    
 @media (max-width: 1100px) {
#shareLibrary {
	top: -2px!important;
	}
}

#shareLibrary a {
	color: #bbb;
	text-decoration: none;
}

#shareLibrary a:hover {
	color: #000;
	text-decoration: none;
}

::selection {
	background: #fff4b7; /* Safari */
	}
::-moz-selection {
	background: #fff4b7; /* Firefox */
}   

.tableTop{
	background-color:#000000; 
    color:#FFF;
    margin-bottom: 0px;
}
.tableLabelCell {
    color: #999;
    font-style: italic;
    padding: 15px ; 
    border-bottom: 1px solid #dfe9ee;
    vertical-align: top !important; 
	background:#FFFFFF;
}

.imageBookDetail{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}


.tableRegularCell {
	background-color:#FFF; 
    color:#000;  
    border-bottom: 1px solid #dfe9ee;
    vertical-align: middle !important;
    padding: 15px; 
    font-size: larger;
	width: 100%;
}
.tableRegularCell a:hover{
	background-color: #e8e1c4; 
	color:#ffffff; 
	}
	
.tableRegularCell a:visited{
	background-color: #e8e1c4; 
	color: black;
	
	}	
.tableRegularCell a:visited a:hover{
	background-color: #e8e1c4; 
	color:black;
	}	
.tableRegularCell .author{
	font-size: smaller;
    font-style: italic;
	
}

.tableRegularCell h1 {
    margin-top: 20px;
}

.tableRegularCell a:link {color: black;}

.tableRegularCell img { border: none !important; border-style: none; }

.labelCell{ 
    font-family:Arial, Helvetica, sans-serif; 
    font-weight:bold;
    line-height:200%; 
    padding-left:10px 	
}
.labelCellBook{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 200%;
	padding-left: 10px;
	background: #000000;
	color: #FFFFFF;
}
.labelCellBook a:link{
color:#FFFFFF;
text-decoration:none;
}

.labelCell a:link {color:#FFF; text-decoration:none}  /* unvisited link */
.labelCell a:visited {color:#FFF;}  /* visited link */
.labelCell a:hover {color:#CCC;}  /* mouse over link */
.labelCell a:active {color: #FFF;}

.stringSearch {
    border-style: none;
    border: 1px solid #ccc;
    height: 32px;
    width: 180px;
    font-size: 12px;
    display: inline;
    margin-right: 10px;
    padding-left: 10px;
}

.apply {
    width: 65px;
    height: 34px;
    padding: 5px;
    margin-top: 5px;
    background-color: black;
    color: white;
}
.apply:hover {
    cursor: pointer;
    opacity: .8;
}

#selectTitles {
    width: 273px !important;
}
@media (max-width: 768px) {
  .tableTop {
    margin-top:30px;
  }
  #share{
	  left:250px !important;
  }
}
