/*
Theme Name: Bam Child
Template: bam
*/

.table-container {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

caption {		/*заголовок таблиц*/
  text-align: center !important;
  caption-side: top !important;
  font-weight: bold !important;
}

.entry-content { text-align: justify !important; }

.entry-content a,
.entry-summary a { color: #DD5533 !important; }

.entry-content a:visited,
.entry-summary a:visited { color: #DD5533 !important; }

.entry-content a:hover,
.entry-content a:focus,
.entry-content a:active,
.entry-summary a:hover,
.entry-summary a:focus,
.entry-summary a:active { color: #000000 !important; }

.enhanced-text-widget a { text-decoration: underline !important; }

.entry-content tr td, .entry-content tr th {
	vertical-align: middle !important; /*выравнивание в таблицах*/
}

h2.entry-title { font-size: 20px !important; } /*заголовок записи в архиве*/
.entry-content h3 { font-size: 21px !important; }

.entry-content h2, .entry-content h3 { text-align: center !important; }