#bomblawn{
	font-size: 0px;
	margin-left: auto;
	margin-right: auto;
   position: relative;
   margin-top: 1em;
   -webkit-user-select: none;
   -ms-user-select: none;
	user-select: none;
   -webkit-touch-callout: none;
   background-color: #404040;
}

.square{
   position: relative;
	display: inline-block;
	background-repeat: no-repeat;
   margin-top: -0.5px;
   transition: scale 0.2s;
}
.square:hover{
   scale: 1.1;
}
.square.flagtran{
   position: absolute;
   right: 0px;
   background-color: transparent;
}
.wrongflagtran:hover{
   background-image: none !important;
}

#bbdetails{
	width: 100%;
	background-color: #181818;
	color: #f4f4f0;
}
.bbdetailscolumn{
   display: inline-block;
   width: 33.3%;
   text-align: center;
   line-height: 1.2;
   position: relative;
   box-sizing: border-box;
}
.bbshockwave{
   position: absolute;
   border-radius: 999999px;
   transition: all 5s linear 0s;
   pointer-events: none;
}
#difficultySelect{
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    max-width: 100%;
    font-size: 50%;
    text-transform: capitalize;
}
.bbdetailscolumn.bbdetailscolumnpadright{
   text-align:right;
}
.img-bbhowto {
   height: 360px;
   width: 360px;
   background-size: 100%;
}
@media only screen and (max-width: 810px) {
   .img-bbhowto {
      height: 270px;
      width: 270px;
   }
}
@media only screen and (max-width: 560px) {
   .img-bbhowto {
      float: none;
      margin-left: auto;
      margin-right: auto;
   }
}
@media only screen and (max-width: 360px) {
   .img-bbhowto {
      height: 180px;
      width: 180px;
   }
}
.content-img-pair{
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}

.content-img-pair .img-bbhowto{
   float: none;
   display: inline-block;
   margin: 0px;
}

.square .square{
   margin: 0px; /* Make sure ticks don't add to height */
}
.square.floaty {
    top: -150%;
    margin: -5px;
    height: 100%;
    border-radius: 100%;
}
.floaty {
    position: absolute;
    border: 5px solid grey;
    z-index: 1;
    height: 50%;
    width: 50%;
}
.floaty-pointer{
    width: 0px;
    height: 0px;
    border-left-color: transparent;
    border-right-color: transparent;
    top: -100%;
    margin: -5px;
    border-bottom-width: 0px;
}

#bbshockwavecontainer{
   position: absolute;
   top: 0px;
   width: 100%;
   height: 100%;
   overflow: hidden;
   pointer-events: none;
}
.bbtableswrapper{
   text-align: center;
}
.bbtable {
    display: inline-table;
    width: 33%;
    margin-bottom: 0.5em;
    text-align: left;
    max-width:100%
}
.bbtable th{
   text-transform: capitalize;
}

.bbtable td:first-child{
   width: 1px;
}
.bbtable td:last-child{
   width: 1px;
}
.bbtable.bbtablelocal td:last-child{
   width: auto;
}
@media only screen and (max-width: 800px) {
   .bbtable {
       width: 50%;
   }
}
@media only screen and (max-width: 550px) {
   .bbtable {
       width: 300px
   }
}

.bbtd-name {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 1px;
    white-space: nowrap;
    line-height: 1em
}