.titlesContainer.well, .breadcrumb {
    display: none;
}
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}
.descriere {
    font-size: 1.521rem;
}
.cartu-section-title {
    font-size: 3.6rem;
}
.img_responsive {
    text-align: center;
}
.img_responsive img {
    margin:0 auto;
    max-width: 100%;
    height: auto;
}
.table-job td,.table-job th {
    text-align: left;
    padding: 8px;
}

.table-job tr:nth-child(even) {
    background-color: #799900;
    color: #fff;
}
.job-button {
    background-color: #ff6e40;
    border: none;
    margin-top: 10px;
    display: block;
    color: #fff;
    padding: 12px 15px 12px;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    border-radius: 5px;
}
.job-button:hover {
    background-color: #799900;
}
.job-button-back {
    background-color: #f1f1f1;
    border: none;
    margin-top: 10px;
    display: block;
    color: #333;
    padding: 12px 15px 12px;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    border-radius: 5px;
}
.job-button-back:hover {
    background-color: #799900;
    color: #fff;
}
@media (min-width: 992px) {
    .col-md-9 {
        width: 100%;
    }
    .col-md-3 {
        display: none;
    }
}
