html, body {
    font-family: 'Nova Square', cursive;
    padding:0;
    margin:0;
    background:url(../images/bg-wood.jpg) repeat;    
}
a ,
a:link,
a:active,
a:visited {
    color:inherit;
    text-decoration: none;
}
#menuBar {
    display: block;
    border-top:3px groove #FFFFFF;
    margin-top:5px;
    padding-top:5px;
    width:100%;
}
#mainArea {
   min-height:1000px;
   position:relative;
   height:100%;
   padding-bottom:120px;   /* Height of the footer */
}
#header {
   position: relative;
   display:block;
   height:85px;
   background:url(../images/bg-wood2.jpg) repeat;
   border-bottom:3px groove #552;
}
#headerMobile {
   position: relative;
   height:28px;
   border-bottom:2px groove #FFF;
   text-align: center;
   font-size: 14pt;
   width:100%;
   color:#000;      
   display:none;
   font-weight: bold;
}
#headerMobileText {
    position: relative;
    display: inline-block;
    width:180px;
    height: 28px;
    line-height: 28px;
    background: url(../images/monile-icon.png) left center no-repeat;
}
#wall {
    position:fixed;
    width:1020px;
    bottom:0;
    top:0;
    left:50%;
    margin-left:-510px;
}
#loginMainError {
    position: absolute;
    bottom:75px;
    height:45px;
    width:calc(100% - 75px);
    background-position-y: 2px;
}
#body {
   position: relative;
   display: block;
   width:calc(100% - 20px);
   max-width:1000px;
   margin:0 auto 0 auto;
   height:100%;
   padding:10px 10px 0 10px;
}
.btnGen {
    background:url(../images/btn-base.png) repeat;    
    border:5px groove #DAA;
    border-radius: 30px!important; 
    text-align: center;
    line-height: 40px;
    font-family: monospace;
    font-size: 20px;
    padding:0 5px 0 5px;
}
.btnPlay {    
    position:absolute;
    left:50%;
    margin-left:-44px;
    width:70px;  
    cursor:pointer;
    color:#300;
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:120px;   /* Height of the footer */
   background:#DDE;
   color:#FFF;
   border-top:3px groove #552;
   background:url(../images/bg-wood2.jpg) repeat;
}
.winBox {
    position: relative;
    display: block;
    margin:10px auto 0 auto;
    width:282px;
    height:282px;
}
.box  {
    position: relative;
    display: block;
    margin:10px auto 0 auto;
    width:282px;
    height:282px;
    border:6px #CAA outset;
    border-radius:5px;
    background:url(../images/bg-wood2.jpg) repeat;
}
.editBoxMsg {
    display: none;
    position: relative;
    margin-top:10px;
}
@keyframes moveBlock {
  0%   {margin-left:50px;}
}

.block {
    position:absolute;
    width:50px;
    height:50px;
    border-radius: 5px;
    margin:2px;
    border:2px outset #000;
    text-align: center;
    font-family: 'Orbitron', sans-serif;
    font-size:14pt;
    line-height: 50px;
    cursor:pointer;
}
.tblEdit {
    width:100%;
    padding:0;
    margin:0;
    border-collapse:collapse;
}
.tblEdit td {
    padding:0;
}
.tblEdit .lbl1 {
    margin:0 0 0 0 !important;
}
.tblEdit input {
    margin:5px 0 10px 5px!important;
}
.woodenBox {
    background:url(../images/bg-wood.jpg) repeat;    
    border:2px #CAA outset;
    color:#334;
    border-radius:5px;
}
.smokeScreen {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background-color:rgba(0,0,0,0.3);
    z-index:5000;
}
.popupBox {
    position:absolute;
    left:50%;
    margin-left:-180px;
    width:300px;
    height:440px;
    box-shadow:0 0 20px #999;
    padding:30px;
    top:10px;
    z-index: 1000;
}
#btnSave {
    margin:0!important;
    float:left;
}
.btnScore {
    position: relative;
    display: inline-block;
    width:80px;
    margin:0 auto 0 auto
}
#btnClose{
    margin:0!important;
    float:right;
}
#txbWinnerName {
    width:300px;
}
.inputBoxTitle{
    position: relative;
    display: block;
    text-align: center;
    padding-bottom:10px;
    border-bottom: 2px groove #CAA;
    text-align: center;
    margin:10px auto 10px auto;
    font-size:24pt;
    font-weight: bold;
    color:#300;
    text-shadow: 2px 2px 3px rgba(255,255,255,0.5);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}
.popupBox #infoArea table {
    font-size:16pt;
    border-collapse: collapse;
    min-width:200px;
}
.popupBox #infoArea table td {
    padding:10px;
}
.popupBox #infoArea {
    position: absolute;
    top:160px;
    bottom:100px;
    left:80px;

}
.popupBox .error {
    position: relative;
    display: block;
    color:#600;
    width:100%;
    margin-top:10px;
}
.popupBox .controlBar {
    border-top:2px groove #CAA;
    position: absolute;
    padding-top:15px;
    bottom:10px;
    left:0;
    right:0;
}
.lbl1 {
    position:relative;
    display:block;
    font-size:14pt;
    font-weight: bold;
    margin-bottom:5px;
    width:100%;
}
.input1 {
    position: relative;
    display: inline-block;
    padding:8px 16px 8px 16px;
    border-radius:20px;
    font-size:12pt;
    margin-bottom: 10px;
    width:calc(100% - 20px);
    background:rgba(240,240,240,0.7);
}
#infoBlock {
    position:relative;
    display:block;
    margin:0 auto 10px auto;
    text-align: center;
    width:300px;
    height:36px;
}
.infoBox {
    vertical-align: middle;
    line-height: 45px;
    vertical-align: bottom;
    font-size: 20px;
    font-family: monospace;
    width:90px;
    height: 45px;
}
.infoBoxValue {
    position: absolute;
    width:90px;
    line-height: 24px;
    bottom:6px;
    text-align: center;
}
#nowinMessage {
    font-size:14pt;
}
#movesBox {
    float:left;
    left:0;
}
#timerBox {
    float:right;
    right:0;
}
.blockTitle {
    position:absolute;
    width:90px;
    top:3px;
    font-size: 9pt;
    color:#300;
    font-weight: bold;
    text-align: center; 
    line-height:14px; 
}
#registerMainError {
    position:absolute;
    bottom:30px;
    right:0;
    left:0;
    height:40px;
    display:block;
    vertical-align: bottom;
    background: url(../images/warning2.png) left top 3px no-repeat;
}
#registerWinner {
    display: none;
}
#colorBlock {
    border:1px solid #CCC;
    text-align: center;
    padding:2px 0 2px 0;
    width:300px;
    border-radius:5px;
    background:url(../images/bg-wood.jpg) repeat;
    border:2px #CAA outset;
    margin-bottom:35px;
}
#colorBlockClose {
    position:absolute;
    bottom:-32px;
    width:40px;
    height:30px;
    border-radius:0 0 6px 6px;
    left:50%;
    border:2px #CAA outset;
    margin-left:-20px;
    background:url(../images/bg-wood.jpg) repeat center top;
    border-top:none;
    line-height: 30px;
    cursor: pointer;
}
#colorBlockClose:hover {
    color:#FFF;
}
.block:hover {
   opacity:0.9;
}
.block:active {
    border-style:groove;
    margin:2px;
}
#btnColor {
    padding:0;    
    vertical-align: top;
    background: url(../images/color.png) center center no-repeat;
    position:relative;
    display: inline-block;
    background-color: #FFF;
}
#btnLeaderboard {
    background: url(../images/btn-leaderboard.png) center center no-repeat;
}
.colorCell {
    position:relative;
    display:inline-block;
    width:30px;
    height:30px;
    line-height: 34px;
    text-align: center;
    cursor:pointer;
    border-radius:4px;
    border:2px #CAA outset;
}
#footerEmail {
    position: absolute;
    left:50%;
    width:400px;
    top:20px;
    margin-left:-200px;
    text-align: center;        
}
#footerEmail:hover {
    text-decoration: underline;
}
#copyright {
    position: absolute;
    left:50%;
    width:400px;
    bottom:20px;
    margin-left:-200px;
    text-align: center;    
}
.colorCell:hover {
    border:2px solid #999;
}
.colorCell-1 {
    border-color:#977;   
    color: #000;
    background:url(../images/bg-cell-1.png) no-repeat center center;
}
.colorCell-2 {
    border-color:#9A9A9A;   
    color: #000;
    background-image: radial-gradient(#E8E8E8 20%, #FFFFFF);
}
.colorCell-3 {
    border-color:#C4A5C4;   
    background-image: radial-gradient(#D4B5D4 20%, #FFEEFF);
    color: #000;     
}
.colorCell-4 {
    border-color:#A0C590;   
    background-image: radial-gradient(#C0E5C0 20%, #EEFFEE);
    color: #060;     
}
.colorCell-5 {
    border-color:#BB8800;  
    background-image: radial-gradient(#FFCC00 20%, #FFFFEE);
    color: #000;          
}
.colorCell-6 {
    border-color:#AA7777 ;  
    background-image: radial-gradient(#FFCCCC 20%, #FFFFEE);
    color: #500;               
}
.colorCell-7 {
    border-color:#AA7777 ;  
    background-image: radial-gradient(#DD9900 20%, #FFCC00);
    color: #300;               
}
.colorCell-8 {
    border-color:#AA7777 ;  
    background-color:#FFFFFF;
    color:#444;               
}
.colorCell-9 {
    border-color:#AA7777 ;  
    background-color:#FFFF00;
    color: #300;               
}
.colorCell-10 {
    border-color:#226622;  
    background-color:#99DD99;
    color: #FFF;               
}
.colorCell-11 {
    border-color:#7777AA ;  
    background-color:#FFAA44;
    color: #600;               
}
.colorCell-12 {     
    border-color:#A00000 ;  
    background-color:#99AAFF;
    color: #FFF;               
}
.colorCell-13 {
    border-color:#7777AA ;  
    background-color:#CCCCFF;
    color: #008;               
}
.colorCell-14 {
    border-color:#AA7777 ;  
    background-color:#000055;
    color: #FFF;               
}
.colorCellSample {
    margin:2px 0 2px 0;
    width:30px;
    height: 30px;
    font-size:14px;
    line-height: 30px;
}
.clear {
    position:relative;
    display: block;
    clear:both;
}
.icon {
    position: absolute;
    top:0;
    left:0;
    width:40px;
    height:40px;
    margin-left:-50px;
    border:2px solid #300;
    border-radius: 4px;
    background: url(../images/icon.png) no-repeat center center transparent;
}
.pageTitle {
    position: absolute;
    top:8px;
    left:50%;
    padding-top:2px;
    width:280px;
    margin-left:-150px;
    text-align: center;
    font-size:32pt;
    height:40px;
    color:#FFE;
    line-height: 40px;
    text-shadow: 2px 2px 3px rgba(50,0,0,1);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

.tblLeaderboard {
    width:100%;
}
.tblLeaderboard th {
    text-align: center;
    border-left:#FFF groove 2px; 
}
.tblLeaderboard td {
    text-align: center;
    border-left:#FFF groove 2px; 
}
.tblLeaderboard th:first-child,
.tblLeaderboard td:first-child {
    border-left:none;       
}

.tblLeaderboardMobile {
    display: none;
    width:100%!important;
    border-collapse: collapse;
}
.tblLeaderboardMobile td {
    text-align: center;
    border-left:#FFF groove 2px; 
    font-family:'arial narrow';
}
.tblLeaderboardMobile th:first-child,
.tblLeaderboardMobile td:first-child {
    border-left:none;       
}
.buttonCounter {
    background-color:#733;
    color:#FFF;
    border-radius:10px;
    height:16px;
    line-height: 16px;
    font-size:9px;
    text-align: center;
    position: absolute;
    top:-16px;
    right:-6px;
    padding:1px 5px 1px 5px;
    border:1px inset #FFF;
    min-width: 8px;
}
.mailItem {
    margin-bottom:10px!important;
    background: none!important;
    width:calc(100% - 40px)!important;
    background-color: rgba(250,250,250,0.4)!important;    
    padding: 5px 10px 5px 10px!important;
    border-width:3px!important;
}
.mailSubject {
    position:relative;
    display:block;
    margin-right:35px;
    font-weight: bold;
}
.mailBlockBottom {
    min-height:30px;
    padding-top:5px;
    position:relative;
    display:block;
    width:100%;
}
.mailBlockTop {
    min-height:34px;
    position:relative;
    display:block;
    border-bottom:1px dotted #669;
    width:100%;
}
.mailDate {
    position:relative;
    display:inline-block;
    float:right;
    cursor:pointer;
}
.btn4 {
    position:relative;
    display:inline-block;
    float:left;
    width:26px;
    height: 26px;
    border-radius:50%; 
    margin-right:5px;
    border:3px groove #DAA;
    cursor:pointer;
 }
.mailBtnDel {
    background: url(../images/btn4-del.png) no-repeat center center;    
}
.mailBtnDelConfirm {
    background: url(../images/btn4-ok.png) no-repeat center center;    
    display: none;
}
.mailBtnCancel {
    background: url(../images/btn4-undo.png) no-repeat center center;    
    display: none;
}
.mailBtnDel:hover {
    opacity:0.7;
}
.mailBtnDn {
    position: absolute;
    top:0;
    right:0;
    width:24px;
    height: 24px;
    border-radius:50%;
    border:3px groove #DAA;
    cursor:pointer;
    background: url(../images/btn4-dn.png) no-repeat center center;
}
.mailBtnDn:hover {
    opacity: 0.70;
}
.mailMessage {
    position:relative;
    display:none;
    border-bottom:1px dotted #669;
    padding:10px 0 10px 0;
    margin-bottom:5px;
}
.btnBlank {
    background: url(../images/blank.png) no-repeat center center transparent;
    width:55px;
    height: 55px;
    border:none;
    cursor:default;
}
.btnBlank:hover {
   opacity:1.0;
   cursor:default;
}
.btnSlider {
    background: url(../images/btn-slider.png) no-repeat center center;
}
.btnHome {
    background: url(../images/btn-home.png) no-repeat center center;
}
.btnMenu {
    background: url(../images/btn-menu.png) no-repeat center center;
}
.btnRating {
    background: url(../images/btn-rating.png) no-repeat center center;
}
.btnRefresh {
    background: url(../images/btn-refresh.png) no-repeat center center;
}
.btnEdit {
    background: url(../images/btn-edit.png) no-repeat center center;
}
.btnLogin {
    background: url(../images/btn-login.png) no-repeat center center;
}
.btnMail {
    background: url(../images/btn-mail.png) no-repeat center center;
}
.btnSubmit {
    background: url(../images/btn-ok.png) no-repeat center center;
}
.btnLogout {
    background: url(../images/btn-logout.png) no-repeat center center;
}
.btnRegister {
    background: url(../images/btn-register.png) no-repeat center center;
}
.btnLeaderboard {
    background: url(../images/btn-leaderboard.png) no-repeat center center;
}
.btnHelp {
    background: url(../images/btn-help.png) no-repeat center center;
}
.btnRateNo {
    font-weight: bold;
}
.btnRateNoON {
    color:#FFF!important;
    background:url(../images/bg-cell-2.png) no-repeat top center;
}
.btnL {
    background:url(../images/btn-l.png) center left no-repeat;    
}
.btnR {
    background:url(../images/btn-r.png) center left no-repeat;    
}
.btnToggleDate {
    background:url(../images/btn-date.png) center left no-repeat;    
}
.btnClose {
    background: url(../images/btn-close.png) no-repeat center center;
}
.btnReset {
    background: url(../images/btn-reset.png) no-repeat center center;
}
.btnGames {
    background: url(../images/btn-games.png) no-repeat center center;
}
.btnBlank:active {
    border-style:none;
    border:none;
    margin:1px;
}
.bar2 {
    position: relative;
    display: block;
    width:100%;
    margin-top:10px;
}
.btn2save {
    background: url(../images/btn2-save.png) no-repeat center center;    
}
.btn2edit {    
    background: url(../images/btn2-edit.png) no-repeat center center;    
}
.btn2close {
    background: url(../images/btn2-close.png) no-repeat center center;    
}
.btn2Gen {
    position:relative;
    display: inline-block;
    width:20px;
    height: 20px;
    margin:0 10px 0 0 ;
    cursor: pointer;  
    float:right;
}
.btn2Gen:hover {
    opacity: 0.5;
}
.controlBar  {
    position:relative;
    display: block;
    text-align: center;
    width:100%;  
    margin: 0 auto 10px auto;
}
.helpPage {
    line-height: 18px;
    font-size:11pt;
    font-weight:normal
}
.controlBar2  {
    position:relative;
    display: block;
    padding:5px 0 10px 0;
    margin-bottom:0px;
    text-align: center;
    width: 100%;
}
.controlBar3 {
    position:absolute;
    text-align: left;
    width: calc(100% - 10px);
    bottom:0;
    left:5px;
    color:#200;
    height:25px;
    line-height: 25px;
    border-top:1px solid #FFF;
}
.btn {     
    cursor: pointer;
    text-align: center;
    height:40px;
    margin-right:10px;
    border-radius:4px;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.btn1,
.btn1b {
    position:relative;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    text-align: center;
    color: #300;
    cursor:pointer;
    border:5px groove #DAA;
    background-position: center center;
}
.btn1 {
    border-radius: 50%;
    width: 40px;
}
.btn1b {
    border-radius: 40px;
    font-weight: bold;
    width: 100px;
}
.btn1:hover {
    opacity:0.7;
}
#progressBarMarker {
    position: absolute;
    left:0;
    height: 100%;    
    width:0px;
    background-color: #CCC;
    border-radius:6px;
    background: #300;
}
#progressBar {
    position: relative;
    display: block;
    width:300px;
    height:15px;
    border-radius:10px;
    border:2px inset #C88;
    margin:0 auto 0 auto;
    background:url(../images/bg-wood.jpg) repeat;
}
.error1 {
    position: relative;
    display: block;    
    margin-top:20px;
    color:#800;
    width:100%;   
    padding-left:25px;
    font-weight: bold!important;
    background: url(../images/warning2.png) left center no-repeat;
    display:none;
}
#loginMessage {
    position: relative;
    display: block;    
    margin-top:20px;
    width:100%;
    font-weight: bold!important;
    background: url(../images/info1.png) left center no-repeat;
}
.errorInput {
    position: relative;
    color:#800;
    margin-bottom: 20px;
    min-height: 20px;
    font-weight: bold;
    padding-left:25px;
    display: none;
    background: url(../images/warning2.png) left center no-repeat;
}
.sliderInfo {    
    color:#300;
    padding-left:0;
}
.sliderError {
    color:#A00;
    padding-left:30px;
    background: url(../images/warning1.png) left bottom no-repeat;
}
#sliderMainMessage {
    position: relative;
    display: block;
    margin:20px auto 0 auto;
    text-align: center;
    width:260px;
    height:20px;
}
.flR {
    float:right;
    margin-left: 5px;
}
.flL {
    margin-right: 5px;
    float:left;
}
#helpContent {
    text-align: left;
}
.woodenBoard {
    position:relative;
    display:block;
    border:6px #766 outset;
    margin:0 auto 0 auto;
    padding:0 20px 50px 20px;
    border-radius:10px;
    font-family: consolas;
    text-shadow: 2px 2px 3px rgba(255,255,255,0.5);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    background:url(../images/bg-wood.jpg) repeat;
}
#registerContent input {
    width: 100%;
}
.gapB10 {
    margin-bottom: 10px;
}
#editUser {
    height: 640px;
    width:360px;    
}
.borderB1 {
    border-bottom:2px groove #FFF;
    margin-bottom: 10px;
}
#resetPassword {    
    height: 400px;
}
#register {
    height: 600px;
}
#rpMessage {
    font-weight: bold;
}
#rpBox {
    height: 460px;
}
#ext_message {
    min-width:360px;
    max-width: 360px;
    width:100%;
    min-height: 360px;    
}
.msgCenter {
    position: relative;
    display: block;
    width:100%;
    font-weight: bold;
    font-size:18px;
    text-align: center;
    margin:10px 0 10px 0;
}
.msgTitle {
    width:100%;
    text-align: center;
    font-weight: bold;
    font-size:22px;
    margin:15px 0 15px 0;
}
.inputBox {    
    max-width: 360px;
    width:100%;
    min-height: 450px;
}
#leaderboard {
    max-width:700px;
    width:calc(100% - 20px);
}
#leaderboardContent {
    height: 360px;
    width:100%;    
}
.title {
    font-size:14pt;
    font-weight: bold;
}
#help {
    height:100%;
}
.heading1 {
    width:100% - 20px;
    margin-bottom:10px;
    line-height: 40px;
    color:#422;
    text-align: center;
    font-size:18pt;
    font-weight: bold;
}
#leaderboard > .heading1 {
    border-bottom:4px groove #DAA;
}
#leaderboard table {
    width:100%;    
    border-collapse: collapse;
}
#leaderboard td,
#leaderboard th {
    color:#000;
    font-size:11pt;    
    padding:5px;
    border-bottom:2px groove #FEE;;
}
#myName {
    position:relative;
    display: inline-block;        
    width:190px;
    margin:10px 0 10px 0;
    border:1px solid #DDD;
    padding:5px 5px 5px 5px;
    border-radius:4px;
    float:left;
}
.woodenBoard .controlBar {
    position: absolute;
    bottom:0px;
    height: 50px;
    padding:10px 0 0 0;
    width:calc(100% - 40px);
    border-top:4px groove #DAA;
} 
#leaderboard #leaderboardScore {
    position: absolute;
    left:50%;
    font-weight: bold;
    margin-left:-60px;
    width:120px;
    text-align: center;
    line-height: 50px;
    font-size:14pt;
} 
.quick-code {
    text-align: center;
    color:#FFF;
    font-size:20pt;
    background-color:#000;
    position:relative;
    display:block;
    width:200px;
    margin:0 auto 0 auto;
}
#success_email {
    position: relative;
    display: block;
    font-weight: bold;
    width:100%;
    text-align: center;
}
.divider3 {
    position: relative;
    display: block;
    font-size: 20pt;
    font-weight: bold;
    width:100%;
    text-align: center;
    color:#B77;
}
.tick1 {
    position: relative;
    display: block;
    text-align: center;
    background: url(../images/tick1.png) center center no-repeat;
    width:40px;
    height: 40px;
    margin:10px auto 10px auto;
}
.title3 {
    position: relative;
    display: block;
    font-size:18pt;
    margin:10px auto 10px auto;
    text-align: center!important;
    font-weight: bold;
}
.hidden {
    display:none;
}
.scoreTitle {
    width:100%;
    font-size:32px;
    text-align: center;
    margin-top:10px;
    border-bottom:2px groove #DAA;
}
.scoreTable {
    width:100%;
    position:relative;
    display:block;
    font-size:28px;
    margin:10px auto 0 auto;
}
.scoreTable td {
    padding:5px 10px 5px 0 ;
    
}
.scoreTable td b {
    font-weight: normal;
    color:#666;
}
.ratingBar {
    display: block;
    position: relative;
    text-align: center;
    width:100%;
}
.errorMsgERROR {
    width:100%;
    font-size:16pt;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom:5px;
    text-align: center;
}
#errorMsg {
    position:relative;
    color:#900;
    padding-top:20px;
}
/* @medias */
@media only screen and (max-width:1020px) {
    #wall {
        position:fixed;
        width:100%;        
        left:0;
        margin:0;
    }     
}
.show-mobile {
    display:none;
}

@media only screen and (max-width:800px) {
    .lbl1 {
        font-size:11pt;
    }
    .hide-mobile {
        display:none!important;
    }
    .show-mobile {
        display:block!important;
    }
    .woodenBoard {
        width:100%;
        padding:10px 10px 50px 10px;
        margin:10px auto 0 auto;
        background: none;
        border-width:2px;
    }
    .woodenBoard .controlBar {
        width:calc(100% - 20px);    
    } 
    .heading1, 
    .inputBoxTitle {
        font-size:14pt;
        margin-top:0;

    }
    .inputBox{
        max-width: 300px!important;
    }
    #headerMobile {        
        display: block;
    }
    #header {
        display: none;
    }
    .pageTitle {
        width:100%;
        margin-left:0;
        left:auto;
        text-align: center;
        font-size:24pt;
    }
    .icon {
        margin-left:10px;
    }
}
