/*
#chamo-spinner{
    
}
div.chamo-node{
	clear:both;
}
div.chamo-node-body{
	clear:both;
}
div.chamo-node-cart {
  float:left;
  padding:0.5em;
  margin:0.5em;
  width:25%;
  //border: 1px solid black;
}
div.chamo-node-search {
  float:left;
  width:40%;
  padding:0.5em;
  margin:0.5em;
  //border: 1px solid yellow;
}
div.chamo-node-search-content {
  margin:auto;
  width:70%;
  text-align:center;
  //border: 1px solid black;
}
div.chamo-node-addThis {
  float:right;
  padding:0.5em;
  margin:0.5em;
  width:24.8%;
  //border: 1px solid brown;
}

div.chamo-node-cover {
  clear:both;
  float:left;
  width: 12%;

  //border: 1px solid red;
}
div.chamo-node-snippet {
  float:left;
  width: 66%;
  //border: 1px solid green;
}

div.chamo-node-data{
  padding:0.5em;
  margin: 0.5em;
  //border: 1px solid pink;
}
div.chamo-node-copies{
  clear:both;
  padding:0.5em;
  margin: 0.5em;
  //border: 1px solid pink;
}

div.chamo-node-details {
  clear:both;

  //border: 1px solid grey;
}
div.chamo-node-citation {

  //border: 1px solid blue;
}

div.chamo-node-xsl {

  //border: 1px solid pink;
}


div.chamo-page-title {
  font-size:2.5em;
  font-weight: bold;
}
div#chamo-book-cover {
  float : right;
  border : solid 1px grey;
  margin-bottom : 20px;
}


div#chamo-addThis {
}

div.chamo-field {
  margin-left:10px;
  margin-top:5px;
}

.chamo-label {
  width:140px;
  font-weight: bold;
  float : left;
}

.chamo-separator {
  width:10px;
  font-weight: bold;
  float : left;
}
*/
div.chamo-node-snippet {
    float:left;
    width: 66%;
    margin-bottom: 25px;
    margin-right: 10px;
}

div.chamo-node-data{
  padding:0.5em;
  margin: 0.5em;
}
/* START MARC DISPLAY*/
table.marc-view{
    width: 90%;
    border: 1px solid #dddddd;
    font-size:0.8em;
}
.marc-view tr{
    box-sizing: border-box;
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.marc-view td{
    border: 1px solid #dddddd;
    padding : 2px;
}
/* END MARC DISPLAY */
div#tabs {
    clear: both;
    border : none !important;
}
.marc-subfield{
	    word-break: break-all;
}