.circle { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: lightgray; color: #333; border-radius: 50%; box-sizing: border-box; text-align: center; display: block; height: 100px; width: 100px; padding-top: 40px; padding-left: 0px; border-width: 1px; border-style: solid; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; -o-transition: all 1s ease-out; transition: all 1s ease-out; } .bordi{ color:black; border-color: lightgray; border-style: solid; border-width: 1px } .bordi_celle{ color:black; border-style: solid; border-width: 1px } .bordi_intestazione{ color:red; border-style: solid; border-width: 1px } .bordi_celle_intestazione{ border-color: red; color: black; border-style: solid; border-width: 1px } .intestazione{ border-color: blue; color: white; border-style: solid; border-width: 2px; text-align: center; font-size: 18pt; font-color: white; background-color: blue; } button{ background-color: white; border-width: 0px; outline:none!important; border: 0; } button:focus { border: none; outline: none!important; } p { padding-left: 20px; font-size: 16pt; } .slider.slider-horizontal{ width:80% !important; } .my_badge { width: 40px; }