/* New Table style, bordered corner */
.bordered {
  border-collapse: collapse;
  /* IE7 and lower */
  border-spacing: 5;
  padding: 5px;
  min-width: 200px;
  margin-bottom: 15px;
  max-width: 100%;
  font-size: 14px;
  font-weight: 400;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 1px #ccc;
  -moz-box-shadow: 0 1px 1px #ccc;
  box-shadow: 0 1px 1px #ccc; }

.bordered caption {
  caption-side: top;
  text-align: center; }

.bordered tr:hover {
  background: #F5FCFF;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  font-size: 15px;
  font-weight: 500; }

.bordered td {
  border-top: 1px solid #ccc;
  padding: 6px;
  text-align: left; }

.bordered th {
  border-left: none;
  padding: 6px;
  text-align: left;
  font-size: 12px;
  font-weight: 600; }

.bordered th:first-child {
  -moz-border-radius: 6px 0 0 0;
  -webkit-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0; }

.bordered th:last-child {
  -moz-border-radius: 0 6px 0 0;
  -webkit-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0; }

.bordered thead {
  padding: 5px;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  color: #2023b4;
  background-color: #F5FCFF;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#CFD4ED), to(#F5FCFF));
  background-image: -webkit-linear-gradient(top, #CFD4ED, #F5FCFF);
  background-image: -moz-linear-gradient(top, #CFD4ED, #F5FCFF);
  background-image: -ms-linear-gradient(top, #CFD4ED, #F5FCFF);
  background-image: -o-linear-gradient(top, #CFD4ED, #F5FCFF);
  background-image: linear-gradient(top, #CFD4ED, #F5FCFF);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  border-top: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

.bordered td:first-child {
  border-left: none;
  font-size: 12px;
  font-weight: 600; }

.bordered thead:first-child {
  border-left: none;
  -moz-border-radius: 6px 0 0 0;
  -webkit-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0; }

.bordered thead:last-child {
  -moz-border-radius: 0 6px 0 0;
  -webkit-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0; }

.bordered thead:only-child {
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0; }

.bordered tr:last-child td:first-child {
  -moz-border-radius: 0 0 0 6px;
  -webkit-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px; }

.bordered tr:last-child td:last-child {
  -moz-border-radius: 0 0 6px 0;
  -webkit-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0; }

.bordered tfoot {
  color: red;
  border-bottom: none; }

/* New Table style, bordered corner */
/*--------End New round cornersTable design-----------*/
#SpecialText {
  padding: 5px;
  text-align: center;
  border: 1px dotted none;
  border-style: dotted solid dotted;
  border-radius: 600px;
  background-color: #DCF4FF;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  color: #2A5973;
  animation-name: SwitchSpecialTextFormat;
  animation-duration: 3s;
  animation-iteration-count: infinite; }

#SpecialTextHead {
  padding: 5px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  color: #12797d; }

#SpecialTextFooter {
  text-decoration: underline;
  padding: 5px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  font-style: bold;
  color: #12d37d; }

/*@keyframes SwitchSpecialTextFormat {
    from {font-size: 16px;color:blue;}
    to {font-size: 20px;color:red;}

}*/
