.container {
    width: 554px;
    margin: auto;
    overflow: hidden;
}

.panel-default {
    width: auto;
    margin-bottom: 10px;
    border: 1px solid green;
}

.panel-heading {
    width: auto;
    padding: 8px;
    text-transform: uppercase;
    color: white !important;
    background-image: url(../img/bg5.jpg);
}

.panel-body-image {
    width: 180px;
    height: auto;
    padding-top: 10px;
    float: left;
    margin-right: 10px;
}

.image-panel-body {
    width: 180px;
}

.panel-body-content {
    text-indent: 1.5em;
    padding: 5px;
    width: auto;
    height: auto;
    overflow: hidden;
    text-align: justify;

}

.panel-content-button {
    background-color: rgba(197, 44, 47, 1);
    overflow: hidden;
    width: auto;
    text-align: right;
    float: left;
}

.button-body-content {
    display: block;
    width: 160px;
    color: white;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out;
}

a.button-body-content:link {
    color: white;
    text-decoration: none;
}

a.button-body-content:visited {
    color: white;
    text-decoration: none;
}

a.button-body-content:hover {
    color: white;
    text-decoration: none;
    background-color: rgba(231, 46, 50, 1);
}

a.button-body-content:active {
    color: white;
    text-decoration: none;
}

.button-panel-content {
    margin-right: 20px;
    padding: 5px;
}

.image-content-button {
    position: relative;
    left: -5px;
    top: 5px;
}


