#sh_overlay {
  font-family: "Montserrat";
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
#sh_overlay * {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.sh_clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.sh_rel {
  position: relative;
}
#sh_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 1000;
  display: none;
  color: #000;
}
#sh_content {
  position: absolute;
  top: 40px;
  left: 40px;
  width: auto;
  height: auto;
  margin: 0 auto;
  background-color: #fff;
  border: 5px solid #ddd;
  /*
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  */
}
#sh_mmain {
  position: relative;
  width: 100%;
  height: 100%;
}
#sh_main {
  display: none;
}
#sh_score {
  float: left;
  width: 200px;
  position: relative;
}
#sh_table {
  position: relative;
  float: left;
}
#sh_start {
  position: relative;
  top: 0;
  left: 0;
  width: 778px;
  height: 770px;
  background-color: #ddd;
}
.sh_block {
  cursor: pointer;
}
.butt_start_box {
  padding-top: 20px;
  position: relative;
  text-align: center;
}
a.butt_start {
  padding: 10px 40px;
  background-color: #E1001A;
  color: #fff;
  margin: 0 auto;
  font-family: "Montserrat";
  font-size: 18px;
  text-decoration: none;
  /*
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  */
}
a.butt_start:hover {
  color: #fff;
}
.butt {
  display: block;
  position: relative;
  padding: 10px 0px;
  background-color: #E1001A;
  color: #fff;
  margin: 0 auto;
  font-family: "Montserrat";
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  /*
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  */
}
.butt:hover {
  color: #fff;
  text-decoration: none;
}
#butt_pausa {
  background-color: #009900;
}
#butt_riprendi_t {
  display: none;
}
#butt_riprendi {
  background-color: #009900;
}
#sh_timer {
  text-align: center;
  font-size: 22px;
  line-height: 1.1em;
  padding-bottom: 20px;
  font-family: "Lucida Console", Monaco, monospace;
}
#sh_cerca {
  text-align: center;
  font-size: 24px;
  line-height: 1.1em;
}
#sh_score_curr {
  text-align: center;
  font-size: 72px;
  font-weight: bold;
  color: #000;
  line-height: 1em;
}
#sh_finish {
  padding-top: 40px;
  display: none;
}
.green {
  color: #009900;
  text-align: center;
}
.green.pt {
  padding-top: 20px;
}
.pt10 {
  padding-top: 10px;
}
a.butt_close {
  display: block;
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  z-index: 5000;
  background: transparent url('../img/game/butt_close.png') 0 0 no-repeat;
}
.sh_start_text {
  padding: 300px 20px 20px 20px;
  text-align: center;
}
.sh_title {
  font-size: 26px;
}
.sh_share {
  padding-top: 20px;
  color: #009900;
}
.sh_share_title {
  text-align: center;
}
.sh_share_icons {
  text-align: center;
  padding-top: 15px;
}
.sh_share a {
  color: #009900;
}
.sh_share i {
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}
#sh_credits {
  display: block;
  width: 120px;
  position: absolute;
  bottom: 20px;
  right: 40px;
}
/*# sourceMappingURL=shiroi.css.map */
