.fixedbar{background: #FFF;bottom: 0px;color: #000;font-family: Arial, Helvetica, sans-serif; left: 0;padding: 0px 0;position: fixed; font-size: 16px;width: 100%;z-index: 9998; float: left;vertical-align: middle; margin: 0px 0 0;opacity: 0.9;font-weight: bold;}
.floatingbox { text-align: center; width: auto;margin: 0 auto;}
#tips {width: auto;font-size: 18px;line-height: 100%;max-width: 960px;
margin: auto; margin-top:4px; padding: 0px !important;}
#tips li{list-style:none; padding:12px 0; margin:0 6px 0 0 !important; }
#tips li a{color:#000; text-decoration:none;} 
#tips li a:hover{color:#000 !important; text-decoration:none;}

.flex-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }

.flex-item {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	padding: 0 10px;
    }