.lt { text-align:left; }
.rt { text-align:right; }

.fill {
  height: 100% !important;
}
#usrs {
//  padding:0 !important;
//  display: inline;
}

#admin {
  height: 136px;
  width: inherit;
  left: 12.5%;
  padding: 0 1.5em;
  margin: 2px 0;
  position: absolute;
}

.log-out {
  height:140px;
  width: 26.5% !important;
  top:0;
  right:-15px;
  position: absolute;
  overflow: hidden;
}
.log-in {
  margin: 2px 0;
  padding-right: 2em;
  height:136px;
  width:100%;
  position: absolute;
  left: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.log-in::-webkit-scrollbar { display: none; }

.log-in p {
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 12px;
  line-height: 1.2em;
  padding-left: 30px;
  text-indent: -30px;
}
.indx {
  color: black;
  font-size: 95%;
  float: right;
  margin: -23px 28px 0 0;
  padding-top: 1px;
}
.indx a { font-weight:normal; }

#workspace {
  height: calc(100% - 225px);
  left: 12.5%;
  margin-top: -45px;
  padding: 0 1.5em;
  position: absolute;
  overflow: auto;
}

.ctrl {
  position: absolute;
  float: left;
  left: 10%;
  top: -45px;
}

.grp {
  border-color: #c66;
  border-style: solid;
  border-width: 20px 45px;
  border-right: none;
//  border-radius: 45px;
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
  margin-right: 1em;
  margin-bottom: 1.5em;
  position: relative;
  padding: 1.5em;
}
.grp:after {
  border-radius: 10px;
  height: 10px;
}
.grp p {
  display: inline;
  background-color: #000;
  font-size: 120%;
  padding: 5px;
  position: absolute;
  top: -25px;
  left: 60px;
}
