.header-main, .footer, .top-infos {
    display: none;
}

.table-striped {
    width:99%; 
    margin-left: 1px;
}

.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
    background-color: #FFF;
}

td {
    vertical-align: top;
    padding:2px;
    font-size: 10px;
    border: 1px solid #000;
}

thead td {
    font-weight: bold;
    color: #000;
    font-size: 10px;
    border: none;
}

h3 {
    margin:40px 0px 10px 0px;
}

.media-header {
    height: 300px;
}
