/* body { max-width: 550px; font-family: Arial; }*/ .pricelisttable { width: 480; /* align: center; */ } .pricelist { color: 196c3b; /* background-color: deb522; */ background-color: white; /* font-weight: bold; */ text-align: center; align: inline; } .fineprint{ color: 196c3b; text-align: center; font-size: 75%; } .buynowbutton { position: relative; } .paypalform { position: absolute; top: 50%; transform: translateY(-50%) } .agreement { border-style: solid; border-width: 5px; color: 196c3b; /* background-color: deb522; */ background-color: white; text-align: center; } #room{ height: 67%; font-size 10px; background-color: #990033; padding-bottom: 48px; padding-left: 0; } .row { height: 60px; } .frontrow{ height: 5px} .container-fluid{ padding: 0px} .reception{ margin-top: 0px; margin-bottom: 0px; margin: 0px; width: 100%; height: 100%; background-color:whitesmoke; } .blankrow{ margin-top: 0px; margin-bottom: 0px; margin-left: 0px; width: 100%; height: 45px; padding: 0; } .btn-primary{ font-family: monospace; } .btn-primary{ margin-top: 18px; /*margin-left: 15px;*/ border: 1px; background-color: lightBlue; width: 3.5px; height: 7.5px; padding: 0; border-radius: 0; float: left; color: blue; } .btn-primary:hover { background-color: blue; color: white; } .bfont { font-size:16px; } .mat{ margin-top: 18px; /*margin-left: 15px;*/ border: 1px; background-color: lightBlue; width: 3.5px; height: 7.5px; padding: 0; border-radius: 0; float: left; color: blue; } .dis { margin-top: 18px; /*margin-left: 15px;*/ border: 1px; background-color: gray; width: 20px; height: 50px; padding: 0; border-radius: 1; float: left; color: black; } div.vertical{ margin-left: -85px; position: absolute; width: 215px; transform: rotate(-90deg); -webkit-transform: rotate(-90deg); /* Safari/Chrome */ -moz-transform: rotate(-90deg); /* Firefox */ -o-transform: rotate(-90deg); /* Opera */ -ms-transform: rotate(-90deg); /* IE 9 */ } .bfont { font-size:10px; } .Disabled{ pointer-events: none; cursor: not-allowed; opacity: 0.65; border-color: #900; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; } /* Center the loader */ #loader { position: absolute; left: 50%; top: 50%; z-index: 1; width: 120px; height: 120px; margin: -76px 0 0 -76px; border: 16px solid #f3f3f3; border-radius: 50%; border-top: 16px solid #3498db; -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } /* Add animation to "page content" */ .animate-bottom { position: relative; -webkit-animation-name: animatebottom; -webkit-animation-duration: 1s; animation-name: animatebottom; animation-duration: 1s } @-webkit-keyframes animatebottom { from { bottom:-100px; opacity:0 } to { bottom:0px; opacity:1 } } @keyframes animatebottom { from{ bottom:-100px; opacity:0 } to{ bottom:0; opacity:1 } } #myDiv { display: none; text-align: center; }