html {
    border: 0;
    margin:0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom:0;
    left: 0;
    right:0;
    z-index: 1;
    overflow:hidden;
  font-family: "Lucida Sans Unicode","Lucida Grande",verdana,arial,helvetica,sans-serif;
  line-height: 1.35em;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
  font-size: 16px;   
}

a {
  color:#000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}


.rleftright  {
    height: 36px;
    line-height: 36px;
    border: 1px solid #ccc;
    padding: 0;
    clear: both;
    display:flex;
    justify-content: space-between;
    margin-bottom:8px;
}

.rleftright label {
    width:120px;
    padding-left: 8px;;
}
.rleftright .jos-elem-leftright {
    width:auto;
}
.rleftright .jos-elem-leftright>* {
    height:36px !important;
    border:0;
    vertical-align: top;
}
.rleftright i {
    vertical-align: middle;
}
.rleftright span {
    display:inline-block;
    width:100px;
    text-align: center;
    background-color: #fff;
}
.rleftright button {
    width:36px;
    background-color: #ccc;    
}

