/* Same size for all buttons with class button--block */
.button--block {
    width: 100%;
}
/* Style for table with countries */
.table-etm {
    text-align: center;
    table-layout: fixed;
}
.tr-etm {
    text-align: center;
}
.td-etm figure {
    text-align: center;
}
.td-etm {
    width: 25%;
    white-space: wrap !important;
}
/* arrow in theright side for deropdown menu */
.dropdown-list__wrapper > .dropdown::after {
    right: 6px !important;
    height: 30px !important;
}
/* dropdown menu background */
.dropdown-list__wrapper > .dropdown .dropdown-menu {
    width: 250px !important;
}
.td-etm .dropdown input, button, select, textarea {
    font-size: 13px !important;
}
