.internalScript{
   display: none;
}
.show-grid {
  margin-top: 10px;
  margin-bottom: 20px;
}
.show-grid [class*="span"] {
  background-color: #eee;
  text-align: center;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  min-height: 30px;
  line-height: 30px;
}
.show-grid:hover [class*="span"] {
  background: #ddd;
}
.show-grid .show-grid {
  margin-top: 0;
  margin-bottom: 0;
}
.show-grid .show-grid [class*="span"] {
  background-color: #ccc;
}

.navbar .brand.brand-name, .expo-brand-name {
	color: red;
	float: right;
}
.expo-name{
	font-weight: bold;
	color:white;
}

.btn-bottom{
	margin-bottom: 5px;
	margin-left: 5px;
}

.display-block{
	display: block;
}

.display-none{
    display: none;
}

.waiting-image-small{
	width: 32px;
	height: 32px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-image: url('ajax-loader.gif');
	display: inline-block;
}

.expo-subheader{
    border-bottom:1px solid rgb(227, 227, 227);
}
.expo-subheader-row{
    margin-top: 15px;
    margin-bottom: 10px;
    
}

.expo-row:hover{
    background-color: #fEfEfE;
}