/* Tables bbCode Extension  */

/* Table background color (optional) */
.tables1 {  }
.tables1 img { vertical-align: middle; }
.tables1 i.fa-fw { cursor: pointer; }

/* Hiden selections block */
#tables-button-selections { width: 98%;display: none; }
#tables-button-guidelines a, #tables-guidelines-show a { cursor: pointer; }
.upper_group, .lower_group { width: 65px;display: inline-block;wrap: wrap; }

/* Tables custom classes - Add all classes for every cell needed */
.null { }
.tleft { float: left;margin-right: 6px; }
.tright { float: right;margin-left: 6px; }
.tcenter { margin: 0 auto; }
.textleft { text-align: left; }
.textcenter { text-align: center; }
.textright { text-align: right; }

/* Classes for cell borders */
.btrbl { border-top: 1px solid #999;border-right: 1px solid #999;border-bottom: 1px solid #999;border-left: 1px solid #999; }
.btrb { border-top: 1px solid #999;border-right: 1px solid #999;border-bottom: 1px solid #999; }
.brbl { border-right: 1px solid #999;border-bottom: 1px solid #999;border-left: 1px solid #999; }
.brb { border-right: 1px solid #999;border-bottom: 1px solid #999; }

@media (max-width: 950px) {
	#tables-button-selections { width: 100%;display: none; }
}
