#galleria {
    height: 250px;
    width: 100%;
}

.galleria-fullscreen {
    background: rgba(0, 0, 0, 0) url("../galleria/arrow_out.png") repeat scroll 0 0;
    cursor: pointer;
    height: 16px;
    opacity: 0.5;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 16px;
    z-index: 4;
}

.container {
    background-image: url("../images/background.jpg");
    background-repeat: no-repeat;
}

.thumb {
    padding: 0 10px 0 0;
    float: left;
    border: 5px;
}

table, table td, table th {
    border: 1px solid #e6e6e6;
    padding: 5px;
}

th {
    background-color: #e6e6e6;
    color: black;
    width: 20%;
}

th {
    border-bottom: medium none;
    padding: 0;
    text-align: left;
}

th {
    border-bottom: 3px solid #ccc;
    padding-right: 1em;
    text-align: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

@media only screen and (max-width: 400px) {
    table {
        display:none;
    }
}

#contentinfo {
    width: 100%;
    text-align: center;
}

.post-info {
    display: none;
}

.col-md-4 {
}
