/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: "NautilusPompilius";
  src: url('../fonts/NautilusPompilius.eot');
  src: local('NautilusPompilius'), url('../fonts/NautilusPompilius.woff') format('woff'), url('../fonts/NautilusPompilius.ttf') format('truetype'), url('../fonts/NautilusPompilius.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Calibri";
  src: url('../fonts/Calibri.eot');
  src: local('Calibri'), url('../fonts/Calibri.woff') format('woff'), url('../fonts/Calibri.ttf') format('truetype'), url('../fonts/Calibri.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Calibri";
  src: url('../fonts/Calibri-Bold.eot');
  src: local('Calibri-Bold'), url('../fonts/Calibri-Bold.woff') format('woff'), url('../fonts/Calibri-Bold.ttf') format('truetype'), url('../fonts/Calibri-Bold.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Calibri";
  src: url('../fonts/Calibri-Italic.eot');
  src: local('Calibri-Italic'), url('../fonts/Calibri-Italic.woff') format('woff'), url('../fonts/Calibri-Italic.ttf') format('truetype'), url('../fonts/Calibri-Italic.svg') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Calibri";
  src: url('../fonts/Calibri-BoldItalic.eot');
  src: local('Calibri-BoldItalic'), url('../fonts/Calibri-BoldItalic.woff') format('woff'), url('../fonts/Calibri-BoldItalic.ttf') format('truetype'), url('../fonts/Calibri-BoldItalic.svg') format('svg');
  font-weight: bold;
  font-style: italic;
}
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
body {
  font: normal 14px/1.2em "Calibri", Verdana, Tahoma, Arial;
  color: #3d3f40;
  background: #ffffff;
}
.container {
  width: 960px;
  margin: 0 auto;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
.justifyleft {
  text-align: left;
}
.justifyright {
  text-align: right;
}
.justifyfull {
  text-align: justify;
}
img.justifyleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
img.justifyright {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
}
#header {
  height: 113px;
  background: #3bac4e;
  background: -moz-linear-gradient(top, #81d483 0%, #3bac4e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #81d483), color-stop(100%, #3bac4e));
  background: -webkit-linear-gradient(top, #81d483 0%, #3bac4e 100%);
  background: -o-linear-gradient(top, #81d483 0%, #3bac4e 100%);
  background: -ms-linear-gradient(top, #81d483 0%, #3bac4e 100%);
  background: linear-gradient(to bottom, #81d483 0%, #3bac4e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#81d483', endColorstr='#3bac4e', GradientType=0);
}
#header .header-inner {
  position: relative;
}
#header .site-name {
  position: absolute;
  top: 68px;
  left: 54px;
}
#header .site-name a {
  text-decoration: none;
  font-family: "NautilusPompilius", Verdana, Tahoma, Arial;
  font-size: 42px;
  color: #ffffff;
}
#header .site-name a:hover {
  text-decoration: none;
}
#header .phones {
  position: absolute;
  top: 60px;
  right: 320px;
  width: 150px;
  overflow: hidden;
  color: #ffffff;
  font: italic 14px/1.2em "Calibri", Verdana, Tahoma, Arial;
}
#header .routine-work {
  font: italic 14px/1.2em "Calibri", Verdana, Tahoma, Arial;
  color: #ffffff;
  position: absolute;
  top: 50px;
  right: 0;
  width: 290px;
  overflow: hidden;
  background: url("../img/routine-work-time.png") 0 2px no-repeat;
}
#header .routine-work .text-1,
#header .routine-work .text-2 {
  float: right;
}
#header .routine-work .text-1 {
  width: 102px;
  text-align: right;
}
#header .routine-work .text-2 {
  width: 165px;
  text-align: left;
  margin-left: 5px;
}
#footer {
  margin-top: 40px;
  height: 149px;
  background: #46cc4b;
  background: -moz-linear-gradient(top, #68d762 0%, #46cc4b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #68d762), color-stop(100%, #46cc4b));
  background: -webkit-linear-gradient(top, #68d762 0%, #46cc4b 100%);
  background: -o-linear-gradient(top, #68d762 0%, #46cc4b 100%);
  background: -ms-linear-gradient(top, #68d762 0%, #46cc4b 100%);
  background: linear-gradient(to bottom, #68d762 0%, #46cc4b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#68d762', endColorstr='#46cc4b', GradientType=0);
}
#footer .footer-inner {
  position: relative;
  font-family: "Calibri", Verdana, Tahoma, Arial;
  color: #ffffff;
  font-style: italic;
  width: 900px;
}
#footer .line {
  position: absolute;
  top: 88px;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(201, 230, 111, 0.4);
}
#footer .copyright {
  position: absolute;
  top: 106px;
}
#footer .copyright a {
  text-decoration: none;
  color: #ffffff;
}
#footer .copyright a:hover {
  text-decoration: underline;
}
#footer .phones {
  position: absolute;
  top: 36px;
  right: 0;
}
#footer .address {
  position: absolute;
  top: 36px;
  left: 0;
}
#footer .address a {
  text-decoration: none;
  color: #ffffff;
}
#footer .address a:hover {
  text-decoration: underline;
}
.menu {
  position: absolute;
  top: 8px;
  right: 0;
}
.menu ul.level-1 > li {
  float: left;
  font-family: "Calibri", Verdana, Tahoma, Arial;
  position: relative;
}
.menu ul.level-1 > li.active > a,
.menu ul.level-1 > li > a:hover {
  background: #aaeaab;
  background: -moz-linear-gradient(top, #aaeaab 0%, #3bbe48 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3bbe48), color-stop(100%, #3bbe48));
  background: -webkit-linear-gradient(top, #aaeaab 0%, #3bbe48 100%);
  background: -o-linear-gradient(top, #aaeaab 0%, #3bbe48 100%);
  background: -ms-linear-gradient(top, #aaeaab 0%, #3bbe48 100%);
  background: linear-gradient(to bottom, #aaeaab 0%, #3bbe48 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaeaab', endColorstr='#3bbe48', GradientType=0);
  border-radius: 4px;
}
.menu ul.level-1 > li.last a:after {
  background: transparent;
}
.menu ul.level-1 > li > a {
  font: italic 16px/1em "Calibri", Verdana, Tahoma, Arial;
  text-decoration: none;
  color: #ffffff;
  display: block;
  padding: 6px 8px;
  position: relative;
}
.menu ul.level-1 > li > a:after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 1px;
  height: 9px;
  margin-top: -4px;
  background: rgba(92, 163, 46, 0.4);
}
.menu ul.level-1 > li:hover.level-2 > ul {
  display: block;
}
.menu ul.level-1 > li.level-2 > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  z-index: 99;
}
.menu ul.level-1 > li.level-2 > ul > li {
  background: #53c456;
  border-bottom: 1px solid #6ece70;
}
.menu ul.level-1 > li.level-2 > ul > li.last {
  border-bottom: none;
}
.menu ul.level-1 > li.level-2 > ul > li a {
  font: italic 14px/1em "Calibri", Verdana, Tahoma, Arial;
  text-decoration: none;
  color: #ffffff;
  display: block;
  padding: 6px 8px;
}
.menu ul.level-1 > li.level-2 > ul > li.active,
.menu ul.level-1 > li.level-2 > ul > li:hover {
  background: #44bf47;
}
.footer-menu {
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  text-align: center;
  background: #5fc66d;
  background: -moz-linear-gradient(top, #5fc66d 0%, #5fc66d 50%, #3ebe4b 50%, #3ebe4b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5fc66d), color-stop(50%, #5fc66d), color-stop(50%, #3ebe4b), color-stop(100%, #3ebe4b));
  background: -webkit-linear-gradient(top, #5fc66d 0%, #5fc66d 50%, #3ebe4b 50%, #3ebe4b 100%);
  background: -o-linear-gradient(top, #5fc66d 0%, #5fc66d 50%, #3ebe4b 50%, #3ebe4b 100%);
  background: -ms-linear-gradient(top, #5fc66d 0%, #5fc66d 50%, #3ebe4b 50%, #3ebe4b 100%);
  background: linear-gradient(to bottom, #5fc66d 0%, #5fc66d 50%, #3ebe4b 50%, #3ebe4b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5fc66d', endColorstr='#3ebe4b', GradientType=0);
  border-radius: 3px;
}
.footer-menu li {
  display: inline-block;
  font-family: "Calibri", Verdana, Tahoma, Arial;
}
.footer-menu li.active a,
.footer-menu li:hover a {
  background: #aaeaab;
  background: -moz-linear-gradient(top, #aaeaab 0%, #3bbe48 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3bbe48), color-stop(100%, #3bbe48));
  background: -webkit-linear-gradient(top, #aaeaab 0%, #3bbe48 100%);
  background: -o-linear-gradient(top, #aaeaab 0%, #3bbe48 100%);
  background: -ms-linear-gradient(top, #aaeaab 0%, #3bbe48 100%);
  background: linear-gradient(to bottom, #aaeaab 0%, #3bbe48 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0ccf4', endColorstr='#2472d2', GradientType=0);
  border-radius: 4px;
}
.footer-menu li.last a:after {
  background: transparent;
}
.footer-menu li a {
  font: italic 14px/1em "Calibri", Verdana, Tahoma, Arial;
  text-decoration: none;
  color: #ffffff;
  display: block;
  padding: 8px;
  position: relative;
}
.footer-menu li a:after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  right: -2px;
  width: 1px;
  height: 9px;
  margin-top: -4px;
  background: rgba(124, 193, 37, 0.8);
}
.panel-images {
  background: #ffffff;
  background: -moz-linear-gradient(top, #c2ebc9 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c2ebc9), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #c2ebc9 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #c2ebc9 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #c2ebc9 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #c2ebc9 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2ebc9', endColorstr='#ffffff', GradientType=0);
}
.panel-images .panel-images-inner {
  min-height: 200px;
  position: relative;
  background: url("../img/panel-images-tooth.png") 0 10px no-repeat;
  padding: 42px 10px 10px 210px;
  overflow: hidden;
}
.panel-images .panel-images-list {
  text-align: center;
}
.panel-images .panel-images-list li {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width: 146px;
  margin-right: 12px;
}
.panel-images .panel-images-list .pic {
  display: table;
  margin-bottom: 12px;
}
.panel-images .panel-images-list .pic div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.panel-images .panel-images-list .pic img {
  max-width: 137px;
  max-height: 137px;
  border: 4px solid #b3d1b3;
  border-radius: 100px;
}
.panel-images .panel-images-list .caption {
  text-align: center;
}
.panel-images .panel-images-list a {
  font: italic 14px/16px "Calibri", Verdana, Tahoma, Arial;
  text-decoration: none;
  color: #3d3f40;
}
.panel-images .panel-images-list a:hover {
  text-decoration: none;
}
.column-left {
  float: left;
  width: 200px;
}
.column-center {
  float: left;
  width: 550px;
  margin: 0 10px;
}
.column-right {
  float: right;
  width: 190px;
}
.menu-options {
  background: #efefef;
  border: 2px solid #eae7e7;
  border-radius: 2px;
  margin-bottom: 18px;
  padding-bottom: 18px;
}
.menu-options h3 {
  font-style: normal;
  font-size: 23px;
  line-height: 1em;
  color: #268c36;
  font-family: "NautilusPompilius", Verdana, Tahoma, Arial;
  margin: 6px 0 12px;
  text-align: center;
}
.menu-options ul.level-1 > li {
  font-size: 14px;
  border-bottom: 1px solid #eae7e7;
  position: relative;
}
.menu-options ul.level-1 > li:before {
  display: block;
  position: absolute;
  content: "";
  background: url("../img/menu-options-mark.png") 0 0 no-repeat;
  top: 12px;
  left: 5px;
  width: 6px;
  height: 5px;
}
.menu-options ul.level-1 > li.active > a,
.menu-options ul.level-1 > li:hover > a {
  background: #37b748;
  border-radius: 4px;
  color: #ffffff;
}
.menu-options ul.level-1 > li.active > a:hover,
.menu-options ul.level-1 > li:hover > a:hover {
  color: #ffffff;
}
.menu-options ul.level-1 > li.active:before,
.menu-options ul.level-1 > li:hover:before {
  display: none;
}
.menu-options ul.level-1 > li > a {
  padding: 6px 6px 6px 18px;
  display: block;
  color: #3d3f40;
  font-style: italic;
  text-decoration: none;
}
.menu-options ul.level-1 > li.level-2 > ul > li {
  font-size: 14px;
  border-bottom: 1px solid #eae7e7;
  position: relative;
}
.menu-options ul.level-1 > li.level-2 > ul > li.active > a,
.menu-options ul.level-1 > li.level-2 > ul > li:hover > a {
  background: #37b748;
  border-radius: 4px;
  color: #ffffff;
}
.menu-options ul.level-1 > li.level-2 > ul > li.active > a:hover,
.menu-options ul.level-1 > li.level-2 > ul > li:hover > a:hover {
  color: #ffffff;
}
.menu-options ul.level-1 > li.level-2 > ul > li > a {
  padding: 6px 6px 6px 28px;
  display: block;
  color: #3d3f40;
  font-style: italic;
  text-decoration: none;
}
.widget-artiles h3 {
  font-style: normal;
  font-size: 23px;
  line-height: 1em;
  color: #268c36;
  font-family: "NautilusPompilius", Verdana, Tahoma, Arial;
  margin: 6px 0 8px;
}
.widget-artiles .title {
  overflow: hidden;
}
.widget-artiles .pic {
  float: left;
  margin: 0 8px 8px 0;
}
.widget-artiles ul {
  margin-bottom: 12px;
}
.widget-artiles li {
  border-bottom: 1px solid #e7e6e6;
  padding: 10px 0;
}
.widget-artiles .body {
  color: #3d3f40;
  text-decoration: underline;
}
.widget-artiles .link-archive-article {
  color: #1d852e;
  text-decoration: underline;
}
.widget-artiles .link-archive-article:hover {
  text-decoration: none;
}
ul.news-list {
  list-style: none;
}
ul.news-list .title {
  font-size: 16px;
  line-height: 1.1em;
  margin-bottom: 8px;
}
ul.news-list .title a {
  color: #41950d;
  text-decoration: none;
}
ul.news-list .title a:hover {
  text-decoration: underline;
}
ul.news-list li {
  display: block;
  overflow: hidden;
  border-bottom: 1px  solid #CCCCCC;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
ul.news-list .link-more {
  color: #3f950a;
  text-decoration: none;
}
ul.news-list .link-more:hover {
  text-decoration: underline;
}
ul.news-list .introtext {
  margin: 0;
}
.pagination a {
  text-decoration: none;
  color: #4b950c;
}
.pagination a:hover {
  text-decoration: none;
  color: #274e06;
}
.pagination .ditto_currentpage {
  color: #fff;
  background-color: #7ac638;
  border: 1px solid #297b48;
  padding: 1px 3px;
  margin: 2px;
  font-weight: bold;
}
.pagination .ditto_previous_link,
.pagination .ditto_next_link {
  margin: 0 10px;
}
.pagination .ditto_page {
  padding: 2px 5px;
}
.photogallery li {
  display: inline-block;
  vertical-align: top;
  width: 190px;
  margin-right: 15px;
  margin-bottom: 20px;
  overflow: hidden;
}
.photoalbum li {
  display: inline-block;
  vertical-align: top;
  width: 190px;
  margin-right: 15px;
  margin-bottom: 20px;
  overflow: hidden;
}
.mceContentBody,
.page-content {
  font-family: "Calibri", Verdana, Tahoma, Arial;
  font-size: 14px;
}
.mceContentBody h1,
.page-content h1,
.mceContentBody h2,
.page-content h2,
.mceContentBody h3,
.page-content h3 {
  font-family: "NautilusPompilius", Verdana, Tahoma, Arial;
  color: #268c36;
  line-height: 1.4em;
}
.mceContentBody h1,
.page-content h1 {
  font-size: 26px;
  margin: 4px 0;
}
.mceContentBody h2,
.page-content h2 {
  font-size: 23px;
}
.mceContentBody h3,
.page-content h3 {
  font-size: 18px;
}
.mceContentBody h4,
.page-content h4,
.mceContentBody h5,
.page-content h5,
.mceContentBody h6,
.page-content h6 {
  font-size: 14px;
}
.mceContentBody p,
.page-content p {
  line-height: 1.3em;
  margin: 8px 0;
}
.mceContentBody b,
.page-content b,
.mceContentBody strong,
.page-content strong {
  font-weight: bold;
}
.mceContentBody i,
.page-content i,
.mceContentBody em,
.page-content em {
  font-style: italic;
}
.mceContentBody .justifyleft,
.page-content .justifyleft {
  text-align: left;
}
.mceContentBody .justifyright,
.page-content .justifyright {
  text-align: right;
}
.mceContentBody .justifyfull,
.page-content .justifyfull {
  text-align: justify;
}
.mceContentBody img.justifyleft,
.page-content img.justifyleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
.mceContentBody img.justifyright,
.page-content img.justifyright {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
}
.mceContentBody ul,
.page-content ul {
  list-style: disc inside;
  margin: 8px 0;
  line-height: 1.5;
  padding: 0;
}
.mceContentBody ol,
.page-content ol {
  list-style: decimal inside;
  margin: 8px 0;
  line-height: 1.5;
  padding: 0;
  color: black;
}
.mceContentBody sub,
.page-content sub {
  vertical-align: sub;
  font-size: 0.9em;
}
.mceContentBody sup,
.page-content sup {
  vertical-align: super;
  font-size: 0.9em;
}
.mceContentBody blockquote,
.page-content blockquote {
  padding: 6px 12px;
  margin: 0 10px;
  background-color: #efefef;
}
.mceContentBody table,
.page-content table {
  margin-bottom: 8px;
}
.mceContentBody td,
.page-content td,
.mceContentBody th,
.page-content th {
  padding: 4px;
}
.mceContentBody th,
.page-content th {
  background-color: #fcfcfc;
  text-align: left;
}
.mceContentBody a:hover,
.page-content a:hover {
  color: #7fa2ff;
}
.mceContentBody pre,
.page-content pre {
  color: #555555;
}
