/* your styles go here */
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1160px !important;
    }
}

.btn-info {
    color: white !important;
    background-color: #5bc0de !important;
    border-color: #46b8da !important;
}
.text-info {
    color: #31708f !important;
}
.close {
    border: none !important;
    background: none !important;
    color: #8080808c !important;
    font-weight: bold !important;
}
.rightPadding {
    padding-right: 10px !important;
}