#country_list_div table tbody tr td{
    width: 35%;
}

#continent_name{
    padding-top : 15px;
    width:100%;
}

.flag_image{
    width:70px;
    height: 40px;
    cursor: pointer;
}

#language_list_div table tbody tr td{
    width: 35%;
}

#language_list_div table tbody tr td a{
    vertical-align: 20px;
    padding-left: 10px;
}

#country_name{
    padding-top : 15px;
    width:100%;
}

.isi_image{
    max-height: 100%;
    max-width: 100%;
}

.jvectormap-container{
    /*background-color: #E6E6E6 !important;*/
    background-color: #F2F3F5 !important;
}
   
.grey-header-text{
    color: #6D6E70 !important;
    text-transform: uppercase;
}

.blue-body-text, a{
    /*color: #135793 !important;*/
    color: black !important;
    text-transform: uppercase;
}

.btn {
    background-color : #0D3A5C !important;
}

 [type="checkbox"].filled-in:checked + label:after{
    background-color : #0D3A5C !important;
    border-color: #0D3A5C !important;
 }
 
 a.country-name, a.language-name {
    text-transform: none;
 }
 
 label.remember-selection{
    text-transform: uppercase;
 }
 
 #world_map_container{
    padding: 1em;
 }
 
 .jvectormap-tip {
    text-transform: uppercase;
    background: #333333 !important;
    font-family: 'PT Sans', sans-serif !important;
 }
 #tell-us .row .col.s4 {
    text-align: center;
 }
 
 .countries_td_div{
    display: table;
 }
 
 .countries_td_div_img{
    display: table-cell;
    vertical-align: top;
 }
 
 .countries_td_div_countryname{
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
 }
 
 .leftdiv {

    width: 200px;
    height: 500px;
    position:absolute;
    left:10px;
    margin-top: -500px;
    overflow: auto;
}

.rightdiv {

    width: 200px;
    height: 500px;
    position:absolute;
    right:10px;
    margin-top: -500px;
    overflow: auto;
}


.leftdiv .row div, .rightdiv .row div {
    margin-bottom: 10px;
    line-height: 17px;
}

.tdPlatform {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
  padding-bottom: 0px !important;
  }
  
.portlet-title {
    display: none !important;
    font-size: 1em;
    margin: 0;
}

.row .col.s2 {
  width: 16% !important;
  margin-left: auto;
  left: auto;
  right: auto;
  }
  
  
#tdPlatformslist {

	padding: 0;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;

}
/* 
#continent_country_container{
	max-width: 100%;
    background-color: #E6E6E6 !important;
    text-align: center;
} */

.black-text{
color: black !important;
}

.black-body-text{
    color: black !important;
    text-transform: uppercase;
}

.button-common-blue{
    border-color: #1c23ba;
    border-style: solid;
    padding: 7px 24px;
    border-radius: 50px;
    font-weight: 600;
    color: #1c23ba !important;
}

.margin-left-auto{
margin-left: auto !important;
}