#copiado {
  color: #494949;
  display: none;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  font-family: 'Special Elite';
}

#show_ip {
  background-color: #b40000;
  color: #ffffff;
  width: 100%;
  font-size: 38px;
  font-weight: bolder;
  line-height: normal;
  border-radius: 7px;
}

#show_ip_div {
  text-align: center;
}


/* text */
.menu_columna {
  min-width: 250px;
  float: left;
  margin-right: 2%;
  position: relative;
}
.stats_columna {
  border-radius: 7px;
  border: 2px dotted #999999;
  padding:3px;
  width: auto;
  margin-left: 265px;
  position: relative;

}
.clear {
  clear: both;
}
.texto_menu {
  width: 250px;
  margin: 0 auto !important;
}

.texto_menu a {
  margin: 10px;
}

.texto_menu li {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #888;
  text-shadow: 0 1px 0 rgba(255,255,255, 0.8);
  text-decoration: none;
  text-align: center;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  font-family: helvetica, arial, sans-serif;
  border-radius: 4px;
  border: 1px solid #bcbcbc;
  width: 100%;
  margin-bottom: 7px;

  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12);

  background-image: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
  background-image: -moz-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
  background-image: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
  background-image: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
  background-image: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
}

.texto_menu li:hover {
  color: #555;
}

.texto_menu li:active,.texto_menu li:active:after,.texto_menu li:active:before {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Back Button */
.texto_menu li.back {
  border-left: none;
}

.texto_menu li.back:after {
  content: '';
  position: absolute;
  height: 50%;
  width: 15px;
  border-left: 1px solid #bcbcbc;

  background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
  background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
  background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
  background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
  background-image: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
  left: -5px;
  top: 1px;

  -webkit-transform: skew(-35deg, 0);
  -moz-transform: skew(-35deg, 0);
  -o-transform: skew(-35deg, 0);
  -ms-transform: skew(-35deg, 0);
  transform: skew(-35deg, 0);
}

.texto_menu li.back:before {
  content: '';
  position: absolute;
  height: 48%;
  width: 15px;
  border-left: 1px solid #bcbcbc;
  bottom: 1px;
  left: -5px;

  -webkit-transform: skew(35deg, 0);
  -moz-transform: skew(35deg, 0);
  -o-transform: skew(35deg, 0);
  -ms-transform: skew(35deg, 0);
  transform: skew(35deg, 0);

  background-image: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
  background-image: -moz-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
  background-image: -o-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
  background-image: -ms-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
  background-image: linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);

  -webkit-box-shadow: -2px 1px 2px rgba(100,100,100,0.1);
  box-shadow: -2px 1px 2px rgba(100,100,100,0.1);
}

/* Next Button */
.texto_menu li.next {
  border-right: none;
}

.texto_menu li.next:after {
  content: '';
  position: absolute;
  height: 48%;
  width: 15px;
  border-right: 1px solid #bcbcbc;

  background-image: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
  background-image: -moz-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
  background-image: -o-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
  background-image: -ms-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
  background-image: linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
  right: -5px;
  bottom: 1px;

  -webkit-transform: skew(-35deg, 0);
  -moz-transform: skew(-35deg, 0);
  -o-transform: skew(-35deg, 0);
  -ms-transform: skew(-35deg, 0);
  transform: skew(-35deg, 0);

  -webkit-box-shadow: 2px 1px 2px rgba(100,100,100,0.1);
  box-shadow: 2px 1px 2px rgba(100,100,100,0.1);
}

.texto_menu li.next:before {
  content: '';
  position: absolute;

  background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
  background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
  background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
  background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
  background-image: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
  height: 50%;
  width: 15px;
  border-right: 1px solid #bcbcbc;
  top: 1px;
  right: -5px;

  -webkit-transform: skew(35deg, 0);
  -moz-transform: skew(35deg, 0);
  -o-transform: skew(35deg, 0);
  -ms-transform: skew(35deg, 0);
  transform: skew(35deg, 0);
}
#customers {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0;
}

#customers td, #customers th {
  border: 1px solid #FFFFFF;
  text-align: left;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #b40000;
  color: white;
}

#text2stat {
  background: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #ccc), color-stop(100%, #fff));
  background: -moz-linear-gradient(top, #ccc, #fff);
  border-radius: 7px;
}
.button.danger {
  background: #494949 none repeat scroll 0 0;
  border-color: #999999;
  color: #ffffff;
  cursor: pointer;
  margin: 0.15625rem 0;
  text-align: center;
  font-size: 14px;
}
.block-shadow-danger {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.7);
}
#zrz_short_by {

  font-family: 'Special Elite';
  line-height: 5em;
  text-align: center;

}
.hrtitle {
  background-color: transparent;
  border-color: #999999;
  border-radius: 20px;
  border-style: solid;
  border-width: 1px 0 0;
  height: 30px;
  margin: 0 !important;
}
.hrtitle:before {
  display: block;
  content: "";
  height: 30px;
  margin: -31px 0 0 0 !important;
  border-style: solid;
  border-color: #8c8b8b;
  border-width: 0 0 1px 0;
  border-radius: 20px;
}

@media only screen and (max-width: 480px) {
  .button.danger {
    width: 100%;
  }
  .menu_columna {

    width: 100%;
  }
  .stats_columna {
    margin-left: 0;
    width: 100%;
  }
}
