@import url("common.css");
for-owner { }
.for-guest {display:none;}

body{
background-color:#000;
}

a{
text-decoration:none;
color:#6f6;
font: normal 1.2em/1.4 sans-serif;
}


.menubtn {
  padding:15px 10px;
  margin-bottom:15px;
  text-decoration: none;
  font-size:24px;
  color: #cfc;
  border:double 5px #6f6;
  background: #004;
  border-radius: 3px;
  transition: .4s;
  width:130px;
  height:1.8em;
  font-weight;bold;
 border-left: solid 15px #6f6;
background:repeating-linear-gradient(
45deg,
#222,
#222 15px,
#000 0,
#000 30px
);
border-radius:50%;
}

.menubtn2 {
  
  margin-bottom:10px;
  text-decoration: none;
  font-size:15px;
  color: #9f9;
  border:dashed 0px #fff;
  background: #000;
  border-radius: 3px;
  transition: .4s;
  width:100%;
  height:1em;
  font-weight;bold;
}

.menubtn3 {
  padding:15px 10px;
  margin-bottom:10px;
  text-decoration: none;
  font-size:24px;
  color: #000;
  border:dashed 1px #000;
  background: #999;
  border-radius: 3px;
  transition: .4s;
  width:100%;
  height:1.8em;
  font-weight;bold;
}

a[href*="menu"]{display:none;}