﻿    .container-fluid {
	color: #ffffff;
	background-color: #000000;
    }
   
    .container {
	color: #ffffff;
	background-color: #000000;
    }
 
    .panel {
	color: #ffffff;
	background-color: #000000;
    }
   
    .panel-default{
	color: #ffffff;
	background-color: #000000;
}

   .panel-heading {
	color: #ffffff;
	background-color: #000000;
    }

   .panel-footer {
	color: #ffffff;
	background-color: #000000;
    }

   body {
	color: #ffffff;
	background-color: #000000;
    }

     
    /* Remove the navbar's default rounded borders and increase the bottom margin */ 
    .navbar {
      margin-bottom: 10px;
      border-radius: 0;
    }
    
    /* Remove the jumbotron's default bottom margin */ 
     .jumbotron {
      margin-bottom: 0;
    }
   
    /* Add a gray background color and some padding to the footer */
    footer {
	color: #ffffff;
 background-color: #000000;
      padding: 25px;
    }

