
a.home {
    background:none;
    border:none;
    box-shadow:none;
    color:#444;
    text-shadow:1px 1px 1px #CCC;
    text-align: center;
    margin: 0.2em;
}


.thumb {    
    width:  15em;
    text-align: center;
    vertical-align: top;
    margin: 0.2em;
    padding: 0.2em;
    
}


.thumbnail {
    height: 22em;
    text-decoration: none;
    text-align: center;
    vertical-align: top;
    float: none;
     margin-left: auto;
     margin-right: auto;
     margin-bottom: 0;
     background-color: white;
     padding: 1em;
     
     border-color: #99A;
     border-width: 0.1em;
     
    -webkit-box-shadow: #BBB 0em 0em 0.1em;
    box-shadow: #BBB 0em 0em 0.1em;
     
}

h3, div.footer { 
      color:#444;
      text-shadow:1px 1px 1px #CCC;
      text-align: center;
      margin: 0.2em;
     }


.thumbnail:hover {
    
    text-decoration: none;
    color: blue;
    background-color: #F4F4FF;
    cursor: move;
    border-color: red;
}

.indexed:hover{ cursor:pointer;}

.panel-body {    
 background-color: #F8F8FB;
 text-align: center;
}


.panel-heading {    
 background-color: red;
 text-align: center;
}


.row{
 
 background-color: #F8F8FB;
 text-align: center; 
 border: 1px;
 border-color: red;
 
}
/*
.comments {
    position: fixed;
    top : 2%;
    left : 2%;
    background-color: lightgoldenrodyellow; 
    color: darkslategrey;
    border : 1px;
    padding: 1em;
}
*/

.head { 
    height: 3em;
    text-align: left;
}
.body { 
height: 13em;
}
.body11 { 
height: 11em;
}

.foot { 
height: 3em;
text-align: left;
-webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
 /*   .rotate(180deg); */

}

.black { color:black; }
.red { color:red; }
.gray { color:#444444; }
.author { color:#555556; font-style: italic; }

.inner{
    display: table;
    margin: 0 auto;
    text-align: center;
}


.amazon {
    width : 10em;
    text-decoration: none;
    text-align: center;
    vertical-align: top;
    float: none;
     margin-left: auto;
     margin-right: auto;
     margin-bottom: 0;
     background-color: white;
     padding: 1em;
     
     border-color: #99A;
     border-width: 0.1em;
     
    -webkit-box-shadow: #BBB 0em 0em 0.1em;
    box-shadow: #BBB 0em 0em 0.1em;
     
}
