
.wg-default, .wg-default .country-selector {
position: absolute!important;
bottom: auto!important;
right: 20px!important;
top: 30px!important;
left: auto!important;
}



/* Dashed border */
hr.dashed {
  border-top: 3px dashed #bbb;
}

/* Dotted border */
hr.dotted {
  border-top: 3px dotted #bbb;
}

/* Solid border */
hr.solid {
  border-top: 3px solid #bbb;
}

/* Rounded border */
hr.rounded {
  border-top: 8px solid #bbb;
  border-radius: 5px;
}