/*@import url('https://fonts.googleapis.com/css?family=Lato:300,400,600,700');*/ * { font-family: Arial; } body { height: 100vh; } select.flat-select { -moz-appearance: none; -webkit-appearance: none; appearance: none; background: #008FFB url("data:image/svg+xml;utf8,") no-repeat scroll right 2px top 9px / 16px 16px; border: 0 none; border-radius: 3px; color: #fff; font-family: arial,tahoma; font-size: 16px; font-weight: bold; outline: 0 none; height: 33px; padding: 5px 20px 5px 10px; text-align: center; text-indent: 0.01px; text-overflow: ""; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); transition: all 0.3s ease 0s; width: auto; -webkit-transition: 0.3s ease all; -moz-transition: 0.3s ease all; -ms-transition: 0.3s ease all; -o-transition: 0.3s ease all; transition: 0.3s ease all; } select.flat-select:focus, select.flat-select:hover { border: 0; outline: 0; } .apexcharts-canvas { margin: 0 auto; } #html { display: none; }