.panel-wrapper * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index:1000000;
}
.panel-wrapper {
position: fixed;
left: 0;
bottom: 0;
overflow: hidden;
width: 100%;
font-family: sans-serif;
z-index:1000000;
}
.panel-controller {
position: relative;
overflow: hidden;
width: 100%;

}
.tab-controller {
float: right;
margin-right: 0px;
padding: 10px 10px 5px;
background-color: #0099FF;
-webkit-border-radius: 15px 15px 0 0;
-moz-border-radius: 15px 15px 0 0;
border-radius: 15px 15px 0 0;
}
.tab-controller * {
display: block;
font-family: sans-serif;
font-size: 16px;
font-weight: bold;
color: white;
cursor: pointer;
z-index:1000000;
}
.tab-controller .show {
display: none;
}
.panel-content {
overflow: hidden;
width: 20%;
background-color: #BDD1EC;
float: right;
border-radius:20px 0 0 0;
}
.panel-content h4{
color:#000 !important;
}
.panel-content .content {
overflow: hidden;
margin: 0 auto;
max-width: 400px;
width: 98%;
}
.panel-content .content .features {
overflow: hidden;
float: right;
border: 2px solid #cb3f59;
margin: 5px auto;
padding: 5px;
width: 40%; /* 360 / 900 */
background-color: #de929f;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
z-index:1000000;
}

.btnsend
{
	color:#fff !important;
	background:#002e5b !important;
}
.btnsend:hover
{
	color:#002e5b !important;
	background:#FDE52C !important;
}