.btn {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.btn-default {
color: #191b1d;
background: #c6bea5;
border-color: #c6bea5 !important;
}
.btn-default:hover {
background: #bfb699;
color: #191b1d;
}
.table>thead>tr>th, .table>thead>tr>th,
.table>tbody>tr>th, .table>tbody>tr>th {
border-bottom: 2px solid #DBD2B8;
}

.table>thead>tr>td, .table>thead>tr>td,
.table>tbody>tr>td, .table>tbody>tr>td {
border-top: 1px solid #DBD2B8;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
background-color: #F4F1E8;
}
.table-bordered {
border: 1px solid #DBD2B8;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #DBD2B8 !important;
}
#left .img-responsive {
border:1px solid #CEC9B7;
}
.carousel-control.right,
.carousel-control.left {
background-image: none;
}
.carousel-control {
width:7%;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
right: 37%;
}
.item-page form {
margin-top: 2em;
}
.item-page form fieldset {
margin-bottom: 2em;
}
.form-group {
margin-bottom: 20px;
}
.help-block {
font-size: 0.9em;
color: #999;
}
.control-label + .help-block {
margin-top:0;
}
