.countrySelected {
    background-color: #3d78d8;
    border: 1px solid #3d78d8;
    padding: 0px
}
.list li.countrySelected a{
    color: #ffffff;
}
.loader{width:100%;min-height:31px;background:url('../../images/ajax-loader.gif') center center no-repeat;}
.content{
    overflow: auto;
    position: relative;
    max-width: 100%;
    height: 250px;
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}