

nav.sth-menu {
  left: -200px;
  overflow: hidden;
  padding: 60px 0 0 0;
  position: fixed;
  width: 200px;
  z-index: 2001;
  -webkit-transition: all .4s;
  transition: all .4s
}

nav.sth-menu.open { left: 0 }

nav.sth-menu .picture {
  margin-bottom: 10px;
  text-align: center
}

nav.sth-menu .picture img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  display: inline-block;
  width: 85px
}

nav.sth-menu ul {
  text-align: center;
  width: 100%
}

nav.sth-menu ul li {
  display: block;
  line-height: 44px
}

nav.sth-menu ul a {
  color: #fff;
  text-decoration: none
}

main.sth-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-transition: all .4s;
  transition: all .4s
}

section.sth-appbar {
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.4);
  box-shadow: 0 2px 5px rgba(0,0,0,0.4);
  background-color: #4e342e;
  color: #fff;
  height: 60px;
  line-height: 60px;
  padding: 20px 25px 0 25px;
  position: relative;
  z-index: 2
}

section.sth-appbar .menu {
  display: inline-block;
  height: 44px;
  width: 44px
}

section.sth-appbar .menu .bar {
  background-color: #fff;
  display: block;
  height: 3px;
  margin-bottom: 6px;
  width: 27px
}

section.sth-appbar .menu .bar:last-child { margin-bottom: 0 }

section.sth-content {
  background-color: #f3f3f4;
  padding: 25px;
  position: absolute;
  bottom: 0;
  top: 60px;
  left: 0;
  overflow-y: auto;
  right: 0;
  z-index: 1
}

div.sth-box {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #d6d9da
}

div.sth-box .title {
  border-bottom: 1px solid #d6d9da;
  line-height: 44px;
  padding: 0 10px
}

table.sth-table { width: 100% }

table.sth-table th {
  font-weight: bold;
  text-align: left
}

table.sth-table th, table.sth-table td { padding: 0 10px }

table.sth-table th, table.sth-table tr { line-height: 44px }

table.sth-table tr:nth-child(even), table.sth-table th { background-color: rgba(0,0,0,0.05) }
