h1.h1fbjk{
  line-height: 1.1em;
}
.fbjk-left{
  float:left;
  width:200px;
  max-width: 100%;
}

.fbjk-right{
  float:right;
  width:400px;
  max-width: 100%;
}

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

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

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


.fbjk-left.subfield{
  padding-left: 50px;
  width: 150px;
  max-width: 100%;
}
.fbjk-right.subfield{
  padding-left: 50px;
  width: 350px;
  max-width: 100%;
}

.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-shortcode{
  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;
  background-color: #2c2c2a;
  z-index: 1;
}

#fbjk-fb-settings{
  padding: 5px 5px 25px 5px;
  border: 5px solid #3b5998;  
  background-color: rgba(59,89,152, .1);
  background-image: url("fbliveicon.png");
  background-repeat: no-repeat;
  background-position: bottom right;
}


.fbjk-page .update-nag{
  margin: 5px 15px 2px;
}

.fbjk-page .updated{
  padding: 11px 15px;
}
#fbjk-bar{
	position:absolute;
	width:100%;        
	z-index:99999;
	background:#000;
	text-align:right;
	color:#fff;
	height:auto;
	top:0px;
	left:0px;        
}

#fbjk-bar a.fbjk-fullwidth{
  display:block;
  text-align: center;
  margin: 5px 25px;
}
#fbjk-bar a.fbjk-close{  
  display:block;
  position:absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  z-index: 99999;
  font-weight: bolder;
}

#fbjk-bar a.fbjk-close:after{  
  content: "\00d7";
}

@media screen and (max-width: 620px){  
  .fbjk-left, .fbjk-right{
    float:none;
  }
}

.fbjk-section {
  background-color: #000;
}

.fbjk-outer {
  display: flex;
  flex-wrap: wrap;
}

.fbjk-item {
  position: relative;
  margin: 1em 0;
  background-color: #2c2c2a;
}

.fbjk-item-grid {
  width: calc(50% - 1em);
}

.fbjk-item-desc {
  padding: 12px 12px 40px 12px;
  font-family: AvenirLTStdMedium;
  font-size: 16px;
  color: #bbbbbb;
  line-height: 1.4;
  z-index: 1;
}

.fbjk-item-bar  {
  padding: 0px 1em 1em 1em;
  font-size: 10px;
  color: #666666;
  position: absolute;
  bottom: 0;
}

.fbjk-item-bar .count {
  padding-right: 2em;
  text-transform: uppercase;
  color: #888888;
}

