.block-country-select{
  margin-top: 5px;
}

.block-country-select p{
  color:white;
  font-size: 11px;
}

.block-country-select a{
  text-decoration: underline !important;
}

select.country-select{
  margin-bottom:0;
}

#module-rwchangecountry-switch #center_column h1, #module-rwchangecountry-switch h1{
  font-size: 40px;
  font-family: Arial;
  text-transform: uppercase;
}

#module-rwchangecountry-switch #center_column h2, #module-rwchangecountry-switch h2{
  font-size: 12px;
  font-family: Arial;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1;
  margin-top: 30px;
}

#module-rwchangecountry-switch #center_column p, #module-rwchangecountry-switch p{
  font-size: 10px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1;
  font-family: Arial;
  margin-top: 50px;
}

#module-rwchangecountry-switch form label a { 
  text-decoration: underline!important;
  vertical-align: bottom;
}

#module-rwchangecountry-switch .modal-container {
  padding: 10px 30px;
}

/* Tablet */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {

  .block-country-select p { color: #fff; }
  .block-country-select a { color: #fff!important; }

}