

.container 
{
    /*height: 100%;
    width:100%;
    background-image: url("images/dinner-table-444434_1920.jpg");*/
	background-size: cover;
	background-repeat:no-repeat;    
}
.container-box
{
	display:inline-block; 
	padding:10px; 
	background: rgba(255, 255, 255, .8);
	border: 1px solid #fff;	
	position: fixed;
	top: 30%;
	z-index: 1000;
	/*left: 0;*/
	right: 0px;

}

.container .container-box button{
	color:rgb(255, 255, 255) !important;
}


.rotated
{
	/*-moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);*/
    transform-origin: top left;  
}


#btn-data{
	padding: 4px 9px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
	background-color: #FE610C;
	margin-bottom:0;
}