/*
Theme Name: Бесдеп Касино
Author: Детдомовцы из Чечни
Description: ТОП шаб
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@font-face {
    font-family: 'Nautilus Pompilius';
    src: local('Nautilus Pompilius'), local('NautilusPompilius'), url('fonts/nautiluspompilius.woff2') format('woff2'), url('fonts/nautiluspompilius.woff') format('woff'), url('fonts/nautiluspompilius.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

.description-txt > ul {
list-style-type: disc;
margin-left: 2rem;
}
.description-txt > ol {
list-style-type: decimal inside;
margin-left: 2rem;
}
.spong {font-weight: 700;}

/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

.bezdep-table {
  border: 1px dashed #cdcdcd;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.bezdep-table tr {
  background-color: #f8f8f8;
  border: 1px dashed #cdcdcd;
  padding: .35em;
}

.bezdep-table th,
.bezdep-table td {
  padding: .625em;
  text-align: center;
}

.bezdep-table>tbody>tr:first-child {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #39ade5;
  color: #fff;
}
@media screen and (max-width: 600px) {
a.button4{
display:block;
margin:0 0.1em 0.1em 0;
}
  .bezdep-table {
    border: 0;
  }

  .bezdep-table caption {
    font-size: 1.3em;
  }
  
  .bezdep-table>tbody>tr:first-child {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .bezdep-table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  .bezdep-table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: justify;
  }
  .tbl_img {display: block;
    margin: 0 auto;
}
  
  .bezdep-table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .bezdep-table td:last-child {
    border-bottom: 0;
  }
}