@import "https://fonts.googleapis.com/css?family=Montserrat:300,400,700";

.rwd-table {
  margin: 0.5em 0;
  min-width: 120px;
  border-bottom: 5px brown;
}
.rwd-table tr {
  border-top: 1px #ccc!important;
  border-bottom: 1px #ccc;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6em;
  display: inline-block;
}

@media (min-width: 320px) {
  .rwd-table td:before {
    display: none;
  }  
}
.rwd-table th, .rwd-table td {
  text-align: left;
}
@media (min-width: 320px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .20em .5em;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}


.rwd-table {
  color: #fff;
  overflow: hidden;
}

.rwd-table th, .rwd-table td {
  color: #000000;
  margin: .2em .4em;
}  
@media (min-width: 450px) {
  .rwd-table th, .rwd-table td {
    padding: 0.5em !important;
  }
  
}



/*button*/
/*
.rwd-table tr td input{
  padding: 5px 2px!important;
  min-width: 200px!important;
  font-size: 12px;
  color: #000000;
}*/
.wpr_remove{
  cursor: pointer;
}
.wpr_f_remove{
  color: #FC3A53;
  cursor: pointer;
}
.wpr_f_add_field {
  color: green;
  cursor: pointer;
}
.frwd-table tr td input{
  /*width: 30%!important;
  height: 20px!important;
  padding: 2px!important;
  font-size: 11px!important;*/
}
.wpr_error{
  background: none repeat scroll 0 0 #fff;
  border-left: 4px solid #dd3d36;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 5px 5px;
  height: 25px; 
}
.wpr_error p{
	padding:0px!important;
	margin:0px!important;
}

.wpr_front_add_field{
  width:100%;
  text-align: left;
}

.wpr_add_field_view {
  color: green;
  cursor: pointer;
  position: relative;
  top: -5px;
  font-size: 10px;
  height: 25px;
  text-align: center;
  padding: 0px 8px;
}
.wpr_mf_ddl{
  font-size: 10px;
}

/*-----------Front Table ----------------*/
.wcf_add_cost{
  margin-bottom: 10px;
  margin-top: -10px;
}

.wrs_cf_table tr td{
    padding: 0px 0px 2px 0px!important;
    border: none!important;
}
.wrs_cf_table th td{
    padding: 0px 0px 2px 0px!important;
    border: none!important;
}
.wrs_cf_table{
    margin-top: 3px!important;
    margin-bottom: 0px!important;
    border: none!important;
    font-size: 11px;
}
.wfm_table form{
    margin-top: 0px!important;
}
.wrs_cf_lbl{
    font-size: 11px;
    font-weight: bold;
}
.wcf_ddl{
    font-size: 11px;
}

.wcf_add_cost{
    font-size: 11px;
    margin-top: 2px;
}

.wcf_item{
  width: 50%;
}

#wcf_options table tr td{
  padding-top: 5px!important;
  padding-bottom: 5px!important;
}