﻿.dummy {
  color: #000; }

.alert {
  margin-bottom: 6px;
  padding: 4px; }

.alert-dismissible {
  padding-right: 35px !important; }

.alert-prompt {
  background-color: #f2f2f2 !important;
  border-color: #bfbfbf !important;
  color: #5d5d5d !important; }

.alert-prompt > h1, .alert-prompt > h2, .alert-prompt > h3, .alert-prompt > h4, .alert-prompt > h5 {
  color: #5d5d5d !important; }

.alert-prompt hr, .alert-info hr {
  border-top-color: #a6a6a6; }

.alert-prompt .alert-link, .alert-info .alert-link {
  color: #5d5d5d !important; }

.alert-warning hr {
  border-top-color: #c99e2c; }

.alert h1, .alert h2, .alert h3, .alert h4, .alert h5 {
  color: inherit;
  font-size: 18px;
  margin-bottom: 6px;
  margin-top: 0; }

.alert-message-container {
  display: table;
  width: 100%; }

.alert-message-container .alert {
  display: table-row; }

.alert .alert-icon {
  display: table-cell; }

.alert .alert-message {
  padding-left: 5px;
  padding-top: 5px;
  display: table-cell;
  vertical-align: top; }

.text-danger {
  color: #a94442;
  font-weight: bold; }

