/* 
    Document   : boletim-revista-list
    Created on : 04/06/2014, 10:32:39
    Author     : ERIK
    Description:
        CSS para posicionar de maneira correta os títulos e capas das revistas e boletims em suas respectivas páginas.
*/

#boletim-index-title {
    margin-left: 42%;
}

#revista-index-title {
    margin-left: 41%;
}

article .cover-index ul .single-item li{
    background: none !important;
}

.cover-article {
    width: 100%;
    padding: 0px !important;
}

.cover-index {
   width: 100%;
   text-align: center;
}

.three-items {
   float: none;
   display: inline-block;
   text-align: center;
}

.three-items .single-item {    
    display: inline-block;
    float: left;
    margin: 25px 25px 25px 25px;
}

.three-items .single-item .cover{
    height: 127px;
    width: 90px;
}


