    /* GLOBAL STYLES
    -------------------------------------------------- */
    /* Padding below the footer and lighter body text */

    body {
      padding-bottom: 40px;
      color: #444;
    }



    /* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */

    /* Special class on .container surrounding .navbar, used for positioning it into place. */
    .navbar-wrapper {
      position: relative;
	z-index: 15;
  }
 


	.main-container {
	
	}
	
	.main-row {
		min-height:500px;
	}

   footer {
		margin-top:50px;
        background-color: #f5f5f5;
		padding:10px;
      }
	  
	  .alert-orange,
	.alert-orange h4 {
	  color: #B58D48;
	}
	
	.alert-grey {
	  color: #555;
	  background-color: #fbfbfb;
	  border-color: #ccc;
	}

	.alert-grey h4 {
	  color: #555;
	}

	.marketing {
  padding-left: 15px;
  padding-right: 15px;
}
/* Center align the text within the three columns below the carousel */
.marketing .col-md-4 {
  text-align: center;
  margin-bottom: 20px;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-md-4 p {
  margin-left: 10px;
  margin-right: 10px;
}

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


#show-if-mobile 
{ 
color:white;
display: none;
background-color:green;
margin-top:150px;
padding:10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
#loginmobile { display: none;}
	
    /* RESPONSIVE CSS
    -------------------------------------------------- */

@media (min-width: 768px) {

  /* Remove the edge padding needed for mobile */
  .marketing {
 padding-left: 0;
    padding-right: 0;
  }
  


  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }




  .featurette-heading {
    font-size: 50px;
  }
 
}

@media (min-width: 992px) {
 
   
}

.form-group
{
padding:5px
}

.table-striped tbody tr:nth-child(even) td {background: #F9F9F9}
	.table-striped tbody tr:nth-child(odd) td {background: #ffffff}
	
.table-striped tr:first-child th {background-color: #D9EDF7;}
	
	
	
.imagetext
{
max-width:400px;
margin-left:auto;
margin-right:auto;
font-size:85%;
margin-bottom:10px;
color:#777;
padding:5px;
background-color:#f8f8f8;
}

.question-score-table td
{
padding: 3px;
}

.boftable
{
margin-top:0px;
margin-bottom:16px;
}

.boftable:hover
{
cursor: pointer;
}

.tb{
 
 	background: #FFFFE0;
	border:	1px solid #999;
	border-collapse: collapse;

} 

.tb td{

	border: 1px solid #ddd;
	
	font-size: 12px;
	font-family:verdana;
	line-height: 140%;
	
	padding:7px;
}

.blue-panel
{
background-color:#D9EDF7;
}

.yellow-panel
{
background-color:#FCF8E3;
}

.sidebar-table td
{
padding:5px;
}


#flagbutton
{
color:#555;
}


.red-flag
{
color:red;
}

.titlebar
{
background-color:#f4f4f4;
border:1px solid #ddd;
border-bottom:1px solid #999;
padding-top:5px;
padding-bottom:5px;
margin-bottom:15px;
border-radius: 4px;
}
 .defaulttable{
	font-size:14px;
	line-height: 140%;
} 
.boftd 
{
	background: #fafafa;
	padding: 3px;
}



.reviewfacts
	{	
	width: 100%;
	}
	.reviewfacts td
	{
		padding: 5px;
	
	}
	.reviewfacts td:first-child
	{
		width:85%;
	}
	
	.btn-warning, .btn-danger{
	margin-left:10px;
	}

	
	.greenlink , .greenlink:visited, .greenlink:hover, .greenlink:active
	{color:green;}
	
	.orangelink , .orangelink:visited, .orangelink:hover, .orangelink:active
	{color:orange;}
	
	.redlink , .redlink:visited, .redlink:hover, .redlink:active
	{color:red;}