﻿body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #6f6e6e;
  background-color: #f9f7ef;
}

container
{
    background: #fed158;
    font-weight: normal;
    font-family: Sans-Serif;
	font-size: 28px;
    color: #7f848c;
    width: 100%;
    display: block;
    text-align:center;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0%;
    padding-left: 0px;
    padding-right: 0px;
    border-style: groove;
    border-width: 0px;
    border-spacing: 0;
    border-collapse: collapse;
    border: 0;
    border-radius: 0.9rem; 
}

.table
{
    background:#fb3636;
    height: 150px;
    max-height: 150px;
    width: 100%;
    background-size: 100% 100%;
    color: yellow;
}


.navbar {
    margin-bottom: .5rem !important;
}

.navbar-default{
  text-align: center;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}


.fa_custom 
{  
    color: #0099CC;
} 


.list-group-item-heading {
  color: White;
  background-color: #3F729B;
  font-weight: bold;
  font-size: 20px;
}

.list-group-item-info {
  font-size: 18px;
}

.list-group-item-white {
    font-weight: normal;
    font-family: Verdana;
    font-size: 18px;  
}

.list-group-item.active {
    z-index: 2;
    color: white;
    background-color: #59b7db;
    border-color: #000000;
    border: 0;
    font-weight: bold;
    font-family: Verdana;
    font-size: 18px;  
} 

.footer {
    z-index: 2;
    color: silver;
    background-color: #222;
    border-color: #080808;
    font-weight: normal;  
}