
.bg-dark {
    /* background-color: #343a40!important;  */
}

/* Make menu top chars brighter transparant 0.5 to 0.8 */
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .8);
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px; /* Margin bottom by footer height */
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}

.plan_box {
    text-align: center;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.plan_name {
    background-color: #378F18;
    font-size: 2rem;
    color: #fff;
    padding: 25px 25px 25px 25px;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

div.messages{
	background-color: #ff6b6b;
	color: #f7fff7;
}
ul.messages{
	list-style-type: none;
}
