.content-right ul {
    list-style: none
}

.content-right ul li {
    margin-bottom: 5px
}

.content-right ul li:before {
    content: "\f111";
    font-family: 'FontAwesome';
    font-size: 10px;
    color: #f7b119;
    margin-right: 5px;
    display: inline-table
}

.content-right p a,
.content-right li a {
    color: #006699;
    text-decoration: underline
}

.content-right p a:hover,
.content-right li a:hover {
    text-decoration: none
}

.text-warning {
    font-weight: bold
}

.mod-voiture {
    margin-bottom: 20px
}

.mod-voiture table {
    color: #000
}

.mod-voiture table thead {
    background: #3a3a3a;
    color: #FFF
}

.mod-voiture table thead th {
    border: 1px solid #6f6f6f;
    padding: 0 25px;
    vertical-align: middle;
    font-weight: 400
}

.mod-voiture table td {
    vertical-align: middle !important;
    border: 1px solid #c6c6c6;
    text-align: center
}

.mod-voiture table .marque {
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    width: 45%;
    position: relative;
    display: inline-table;
    text-align: left
}

.mod-voiture table .new-price {
    font-size: 24px
}

.mod-voiture table .old-price {
    text-decoration: line-through;
    font-size: 18px;
    margin-right: 10px
}

.mod-voiture table img {}

.btn-prf {
    background: #ff5901;
    border: 1px solid #ff5901;
    border-radius: 0;
    color: #FFF;
    font-weight: 600;
    font-size: 14px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
    font-family: 'Signika Negative', sans-serif;
}

.btn-prf:hover {
    background: #000000;
    border: 1px solid #000000
}

.z-cities h2 {
    font-weight: bold
}

.page-content .z-cities .nav-pills>li>a {
    padding: 8px 15px
}

.popover {
    font-size: 12px;
}

@media (min-width: 767px) {
    .popover {
        width: 250px;
    }
}

.popover-title {
    background-color: #ff6600;
    color: #ffffff;
    font-size: 16px;
}

.popover-title i {
    cursor: pointer
}

.popover-content .btn#btn_submit {
    background-color: #f6a800;
    border-radius: 0;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.popover-content .btn#btn_submit:hover {
    background: #000
}

.pr-1 {
    padding-right: 5px;
}

.pl-1 {
    padding-left: 5px;
}

.pt-1 {
    padding-top: 5px;
}

.pb-1 {
    padding-bottom: 5px;
}

.p-1 {
    padding: 5px;
}

.px-1 {
    padding-left: 5px;
    padding-right: 5px;
}

.py-1 {
    padding-top: 5px;
    padding-bottom: 5px;
}