@media only screen and (min-width:768px) {
  #rw_pageid_groupLeaderEditSingle .rw_gp_editSingle_row {
    display: flex;
    align-items: center;
  }
  #rw_pageid_groupLeaderEditSingle .rw_gp_editSingle_label {
    margin: 3px 0px;
    min-width:180px;
  }
  #rw_pageid_groupLeaderEditSingle .rw_gp_editSingle_content {
    margin: 3px 0px;
  }
  #rw_pageid_groupLeaderEditSingle .rw_group_col_2{
    margin-left: 50px !important;
  }
  #rw_pageid_groupLeaderEditSingle input[name="country"] {
    margin-left: 0px;
  }
  #rw_pageid_groupLeaderEditSingle .labelReq label{
    font-weight: 600;
  }
  #rw_pageid_groupLeaderEditSingle .labelOpt label{
    font-weight: 400;
  }
  #rw_pageid_groupLeaderEditSingle .labelReq label:after, #rw_pageid_groupLeaderEditSingle .labelReq label:after {
    content: ' *';
    display: inline;
  }
  .rw_gp_responsive_table {
    display: table;
    text-align: center;
    width: 100%;
    font-weight: 400;
    border-collapse: separate;
    margin-bottom:50px;
  }
  .rw_gp_responsive_table .table_row {
    display: table-row;
  }
  .rw_gp_responsive_table .theader {
    display: table-row;
  }
  .rw_gp_responsive_table .table_header {
    display: table-cell;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    background: #e6e6e6;
    padding: 10px 0px;
    font-weight: 600;
    border-right: 1px solid #ccc;
  }
  .rw_gp_responsive_table .table_header:first-child {
    border-left: 1px solid #ccc;
  }
  .rw_gp_responsive_table .table_cell_container:first-child {
    border-left:1px solid #ccc;
  }
  .rw_gp_responsive_table .table_cell_container {
    display: table-cell;
    word-wrap: break-word;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
  }
  .rw_gp_responsive_table .table_row > .table_cell_container > .table_cell:nth-child(odd) {
    display: none;
  }
  .rw_gp_responsive_table .table_row > .table_cell_container > .table_cell {
    padding: 10px 5px;
  }
  .rw_gp_responsive_table .table_row:nth-child(2n+3) {
    background: #e9e9e9;
  }
}


@media only screen and (max-width:767px) {
  #rw_pageid_groupLeaderEditSingle select#arrivalMonth, #rw_pageid_groupLeaderEditSingle select#arrivalDay, #rw_pageid_groupLeaderEditSingle select#arrivalYear {
    display: inline-block;
  }
  #rw_pageid_groupLeaderEditSingle .labelReq label{
    font-weight: 600;
  }
  #rw_pageid_groupLeaderEditSingle .labelOpt label{
    font-weight: 400;
  }
  #rw_pageid_groupLeaderEditSingle .labelReq label:after, #rw_pageid_groupLeaderEditSingle .labelReq label:after {
    content: ' *';
    display: inline;
  }
  .rw_gp_responsive_table .theader {
    display: none;
  }
  .rw_gp_responsive_table .table_row > .table_cell_container > .table_cell:nth-child(odd) {
    display: table-cell;
    width: 50%;
    background: #e6e6e6;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
  }
  .rw_gp_responsive_table .table_cell {
    display: table-cell;
    width: 50%;
    border-bottom: 1px solid #ccc;
    padding: 5px;
  }
  .rw_gp_responsive_table .table_row {
    display: table;
    width: 100%;
    border-collapse: separate;
    padding-bottom: 20px;
    text-align: center;
  }
  .rw_gp_responsive_table .table_cell_container {
    display: table-row;
  }
  .rw_gp_responsive_table .table_row > .table_cell_container > .table_cell:first-child {
    border-left: 1px solid #ccc;
  }
  .rw_gp_responsive_table .table_row > .table_cell_container > .table_cell:last-child {
    border-right: 1px solid #ccc;
  }
  .rw_gp_responsive_table .table_row > .table_cell_container:first-child > .table_cell:first-child {
    border-top: 1px solid #ccc;
  }
  .rw_gp_responsive_table .table_row > .table_cell_container:last-child > .table_cell:first-child {
    border-bottom: 1px solid #ccc;
  }
  .rw_gp_responsive_table .table_row > .table_cell_container:first-child > .table_cell:last-child {
    border-top: 1px solid #ccc;
  }
  .rw_gp_responsive_table .table_row > .table_cell_container:last-child > .table_cell:last-child {
    border-bottom: 1px solid #ccc;
  }
  #rw_pageid_showUserAccount,#rw_pageid_groupLeaderShowList, #rw_pageid_groupLeaderEditDetail, #rw_pageid_groupLeaderEditSingle{
    padding:0px 0px;
  }
  #rw_pageid_groupLeaderEditSingle input[name="country"]{
    margin-left: 0px;
  }
}
