/* THIS STYLESHEET IS FOR DEVELOPERS TO MAKE CHANGES TO THE CSS */

#_ba__button {
    
    display:none !important;
}


.question-text{
	font-weight: bold;
	font-size: large;
}

.point-tip{
	font-weight: lighter;
	font-style: italic;
	color: gray;
	border: none;
}

.example-list{
	display:inline;
	size: 90%;
}


/* Ex Box - Added by BFG during COVID-19 emergency efforts */ 


.exBoxCollection {
  display: flex; 
  clear:both;
}

@media only screen and (max-width: 600px) {
  .exBoxCollection {
  display: block; 
  clear:both;
 }
}


.exBox {
  width:100%;
  height:auto;
  transition: box-shadow .3s;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  background: #fff;
  float:left;
  margin:5px;
}

.exBox:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.7); 
}

.exBox a {
  text-decoration:none;
  margin:0;
  padding:0;
}

.exBox a img {
  width:100%;
  height:auto;
  padding:0px;
  margin:0px 0px 10px 0px;
  float:left;
}

.exBox p:first-child {
  padding:0px !important;
  margin:0px !important;
}

.exBox p:last-child {
  
  padding:10px !important;
  background-color:#008265 !important;
  text-align:center !important;
  color:white !important;
  text-decoration:none !important;
  margin:0px !important;
  border-bottom-left-radius:5px !important;
  border-bottom-right-radius:5px !important;
}