﻿@charset "utf-8";
/*@table-bg-hover:                #f5f5f5;*/
/*@font-family-alternate: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;*/
@media screen, print {
  .validation-summary-errors {
    color: #eb1f1f;
    font-weight: bold;
  }
  .validation-summary-errors ul {
    list-style: none;
  }
  .validation-summary-errors ul li {
    text-align: center;
    /*text-transform: uppercase;*/
  }
  .validation-summary-errors ul li:before {
    font-family: FontAwesome;
    padding-right: 4px;
    content: "\f071";
  }
}