
@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Arapey);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-padding-top: 4.5rem;
  overflow-y: scroll;
}

body {
  font-family: tahoma;
  /*font-family: "Open Sans", sans-serif;*/
  color: black;
  background-color: #ffffff;
  overflow-x: hidden;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Playfair Display", serif;
}
body a {
  text-decoration: none;
}

body p {
  margin: 0px;
  padding: 0px;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
  display: block;
  zoom: 1;
}

#clock-header {
  border-bottom: 1px solid black;
}

#btn-oggi {
  font-size: 20px;
  margin-left: 20px;
}

#oggi {
  text-align: left;
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
  margin-left: 60px;
}

.title {
  text-align: center;
  font-size: 35px;
  font-style: italic;
  font-weight: bold;
}

#clock {
  text-align: right;
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
  margin-right: 60px;
}

.msg {
  margin-top: 100px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  border: 1px solid black;
}

@media only screen and (max-width: 575.98px) {
  #oggi {
    font-size: 25px;
    margin-left: 10px;
  }

  #clock {
    text-align: right;
    font-size: 25px;
    margin-right: 20px;
  }

  #title {
  font-size: 30px; 
  }

  #tipo-ordine {
    font-size: 25px;
    margin: 0px;
  }

  #delete-all-clienti{
    width: 100%;
    margin-top: 4px;
  }

}

@media only screen and (min-width: 576px) {
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 767.98px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}
