img.slide {

    width: 101%;
    height: 400px;
    margin-top: 22px;
}

@media screen and (max-width: 740px) and (min-width: 360px){
img.slide {

    width: 117%;
    height: 191px;
    margin-left: -22px;
}
}
.dropdown-item:focus, .dropdown-item:hover {

    color: #16181b;
    text-decoration: none;
    background-color: #3286d9!important;
}
}


footer {

    margin-top: 30px;
    background: #0a5899;
    color: #fff;
    padding: 20px 22px;
    text-align: left;
    font-size: 0.9em;
    position: absolute !important;
    width: 100% !important;
    left: 0;
    right: 0;

}
.panel-body{
    padding-left: 20px;
    width: 550px;
}

@media screen and (min-width: 360px){
	.panel-body{
    padding-left: 0px;
    width: 550px;
}
}
.table-bordered td, .table-bordered th {

    border: 1px solid #fff!important;

}
.btn-outline-success {

    color: #fcfdfc!important;
    border-color: #f1f7f2!important;
}  
@media screen and (min-width: 768){
.col-md-12 {


    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 63px!important;
}
}