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

/******************table*****************************/

table{
    width: 95%;
    border: solid 1px #CB3939;
    
}

table tr{
    margin: 3px;
    padding: 5px;
    border: solid 1px #CB3939;
    height: 25px;
    
}

table td{
    margin: 3px;
    padding: 5px;
    border: solid 1px #CB3939;
    
}
.italiano{
    background-color: #CB3939;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border-right: solid 1px #fff;
}

.linkIta{
    
}
.linkIta a{
    color: #CB3939;
}

.linkIta a:hover{
    color: #CB3939;
    text-decoration: underline;
}

.rosso{}
.rosso li{
    padding: 0.5em;
    background: #CB3939;
    background:rgba(203,57,57,0.60);
    line-height: 0.5;
    list-style: circle;
}

.rosso a{
    line-height: 0.2;
}

.piede{
    width:100%;
position: fixed;
bottom:0;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon-ok {
    background-color: transparent;
    border: solid 2px #CB3939;
    border-radius: 50%;
    color: #CB3939;
    float: left;
    font-size: 19px;
    height: 40px;
    margin: 0 10px 0 0;
    padding: 10px;
    width: 40px;
}

.imgBiblio{
    float: right;
    top: 0;
   }
   
   .imgBiblio img{
       border: solid 10px #fff;
   }
   