.left{
  float:left;
  width:200px;
}

.right{
  float:right;
  width:400px;
}

.left, .right{
  margin-top: 7px;
}
.fbjk-form .fieldrow{
  width:600px;
}
#fbjk-settings .fieldrow{
  width:400px;
}
#fbjk-settings .right{
  width:300px;
}
#fbjk-settings .left{
  width:100px;
}

.fbjk-form input, .fbjk-form select{
  width:100%;
}

.fbjk-hint{
  color:gray;
  font-size: smaller;
}

select#field_weekday, select#field_weekdayattr{
  width: 49%;
} 

.left.subfield{
  margin-left: 50px;
  width: 150px;
}
.right.subfield{
  margin-left: 50px;
  width: 350px;
}

.fbjk-hidden{
  display:none;
}

.fbjk-errors{
  color:red;
}

.fbjk-success{
  color:green;
  font-weight: bolder;
}

.fbjk-nocodes{
  padding: 20px;
  text-align: center;
}
.fbjk-createnewtd{
  padding: 5px;
  text-align: center;
}
.fbjk-embedcode{
  cursor: text;
}
.fbjk-table,.fbjk-table tr, .fbjk-table th, .fbjk-table td{
  border:2px solid gray;
  text-align: center;
}

.fbjk-table tr:hover{
  background-color: lightgray;
}

.fbjk-table tr.last:hover{
  background-color: inherit;
}

.forlive, .forrecorded{
  /*display: none;*/
}

.fbjkreq{
  color: red;
  font-weight: bolder;
}

.fbjkrefresh{
  text-align:center;
}
.fbjkrefresh a, .fbjkcreatenew{
  border: 1px solid gray;
  padding: 10px;
  display: inline-block;
  text-decoration: none;
}
.fbjkrefresh a:hover, .fbjkcreatenew:hover{
  background-color: lightgray;
}

.fb-video{
  background-image: url("loading.gif");
  background-position: center;
  background-repeat: no-repeat;
}