.wrapper{
	    max-width: 1210px;
    	margin: 0 auto;
}
.wrapper-table-pay{
	    max-width: 1100px;
    	margin: 0 auto;
}
.wrapper:before, .wrapper-table-pay:before{
    display: table;
    content: " ";
}
.wrapper-table-pay .info-box{
	border: 2px solid grey;
    padding: 10px;
    margin-bottom: 12px;
}
.text-center{
	text-align: center;
}
.back-link-btn{
	    padding: 7px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.back-link-btn:hover{
	cursor: pointer;
}
img {
    vertical-align: middle;
    border: 0;
}

.vbg-header {
    background: #ffffff;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}


.visitbg_logo{
	display: inline-block;
}
.sunnyTours_logo{
	display: inline-block;
}

.header_title{
	display: inline-block;
	font-weight:bold;
	color:#cccccc;
	font-style:italic;
	font-size:42px;
	vertical-align: middle;
	padding-left: 22px;
/*	height:99px;*/
/*	line-height:320%;*/
/*	text-align:left;*/
/*	width:600px;*/

}



body {
/*margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
overflow:auto;*/
    margin: 0;
background-color: #FFFFFF;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 12px;
/*line-height:160%;*/
color:#000000;
}

#head{
width:1000px;
height:100px;
margin-right:auto;
margin-left:auto;
}

#logo{
height:100px;
width:170px;
background:#FFFFFF;
float:left;
}
#banner{
height:100px;
width:830px;
background:#FFFFFF;
float:left;
}
#footer{
/*height:20px;*/
border-top:2px solid #e7e7e7;
/*border-bottom:2px solid #e7e7e7;*/
background:#2eb066;
color:#FFFFFF;
text-align:center;
padding-top: 10px;
padding-bottom: 10px;
}

#footer a{
color:#FFFFFF;
font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
font-weight:bold;
}

#footer a:hover{
color:navy;
font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:underline;
}

#subhead{
    height: 20px;
    background: #2eb066;
    border-bottom: 2px solid #e7e7e7;
}

#content{
/*width:1000px;
height:100%;
margin-right:auto;
margin-left:auto;*/
margin-top:10px;
margin-bottom:10px;
}

.prinfo, .prinfo2{
color:#000000;
font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
font-weight:bold;
cursor:default;
}

a:hover.prinfo, a:hover.prinfo2{
color:#888888;
text-decoration:none;
font-weight:bold;
cursor:default;
}

.over{
background:#e7e7e7;
}

#warning_mess{
color:red;
font-size:12px;
font-weight:bold;
}

.za_latin{
padding:5px;
text-align:center;
font-size:14px;
font-weight:bold;
color:red;
}





  .table-important {
    display: table;
    text-align: center;
    width: 100%;
    border-collapse: separate;
  }
  
  .table_row {
    display: table-row;
  }
  
  .theader {
    display: table-row;
  }
  
  .table_header {
    display: table-cell;
    border-bottom: grey 2px solid;
    border-top: grey 2px solid;
    background: #ffffff;
    color: #333;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
  }
  
  .table_header:first-child {
    border-left: grey 2px solid;
  }
  
  .table_header:last-child {
    border-right: grey 2px solid;
  }
  
  .table_small {
    display: table-cell;
  }
  
  .table_row > .table_small > .table_cell:nth-child(odd) {
    display: none;
    background: #ffffff;
    color: black;
    border-right: 2px solid grey;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .table_row > .table_small > .table_cell {
        padding-top: 6px;
    padding-bottom: 6px;
    color: #5b5b5b;
    border-bottom: grey 2px solid;
    font-weight: 700;
  }
  
  .table_row > .table_small:first-child > .table_cell {
    border-left: grey 2px solid;
  }
  
  .table_row > .table_small:last-child > .table_cell {
    border-right: grey 2px solid;
  }
  

  .table_row:nth-child(2n+3) {
    background: #e9e9e9;
  }
  
  @media screen and (max-width: 900px) {
    .table-important {
      width: 100%
    }
  }
  
  @media screen and (max-width: 650px) {
    .table-important {
      display: block;
    }
    .table_row:nth-child(2n+3) {
      background: none;
    }
    .theader {
      display: none;
    }
    .table_row > .table_small > .table_cell:nth-child(odd) {
      display: table-cell;
      width: 50%;
    }
    .table_cell {
      display: table-cell;
      width: 50%;
    }
    .table_row {
      display: table;
      width: 100%;
      border-collapse: separate;
      padding-bottom: 20px;
      margin: 5% auto 0;
      text-align: center;
    }
    .table_small {
      display: table-row;
    }
    .table_row > .table_small:first-child > .table_cell:last-child {
      border-left: none;
    }
    .table_row > .table_small > .table_cell:first-child {
      border-left: grey 2px solid;
          background: #eaeaea;
    font-weight: 1000;
    }
    .table_row > .table_small:first-child > .table_cell:first-child {
      border-top: grey 2px solid;
    }
    .table_row > .table_small:first-child > .table_cell:last-child {
      border-top: grey 2px solid;
    }
   /* .table_row > .table_small:last-child > .table_cell:first-child {
      border-right: none;
    }*/
    .table_row > .table_small > .table_cell:last-child {
      border-right: grey 2px solid;
      font-weight: 700;
    }

  }







@media screen and (max-width: 768px){
	.header_title{
		font-size: 23px;
	}
}

@media only screen and (max-width: 1023px){
.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
}
.table-pay {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}


}