            #feedback { 
				height: 0px; 
				width: 65px; 
				position: fixed; 
				right: 0;
				top: 70%; 
				z-index: 1000;
				transform: rotate(-90deg);
				-webkit-transform: rotate(-90deg); 
				-moz-transform: rotate(-90deg); 
				-o-transform: rotate(-90deg); 
                filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
			}

			#feedback a { 
				display: block; 
                background: #f36633;
                height: 34px;
				width: 190px; 
				padding: 8px 16px;
				color: #fff; 
				font-size: 12px; 
				font-weight: bold; 
				text-decoration: none; 
                border-radius:5px;
			}

			
            .sidemenu{
                margin-right:20px;
            }
            #feedback a:hover { 
                background: #f36633b0;
				color: #fff !important; 
				
            }
            @-ms-viewport {
                width: auto !important ;
             
              }


