/*
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/


blockquote
{
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
}

ol,ul,dl
{
  /* IE7: reset rtl list margin. (#7334) */
  *margin-right: 0px;
  /* Preserved spaces for list items with text direction different than the list. (#6249,#8049)*/
  padding: 0 40px;
}

hr
{
  border: 0px;
  border-top: 1px solid #ccc;
}

pre
{
  white-space: pre-wrap; /* CSS 2.1 */
  word-wrap: break-word; /* IE7 */
  -moz-tab-size: 4;
  tab-size: 4;
}

.blog .marker 
{
  background-color: yellow;
}

span[lang]
{
  font-style: italic;
}

figure
{
  text-align: center;
  outline: solid 1px #ccc;
  background: rgba(0,0,0,0.05);
  padding: 10px;
  margin: 10px 20px;
  display: inline-block;
}

figure > figcaption
{
  text-align: center;
  display: block; /* For IE8 */
}

 table {
    border: solid 1px #2a292d;
    border-collapse: collapse;
    border-spacing: 0;
    font: normal 13px Arial, sans-serif;
}
table thead th {
    background-color: #2a292d;
    border: solid 1px #2a292d;
    color: white;
    padding: 10px;
    text-align: left;
}
table tbody td {
    border: solid 1px #7f777b;
    color: #333;
    padding: 10px;
    text-shadow: 1px 1px 1px #FFF;
}
table-vertical tbody td {
    border-top: none;
    border-bottom: none;
}

tr:nth-child(even) {
    background-color: #eeeeee;
}
