/*
Theme Name: Twenty Sixteen Child
Description: Дочерняя тема для темы Twenty Sixteen 
Author: Ваше имя
Template: twentysixteen
*/

@import url("../twentysixteen/style.css");


.site-header {
	padding: 0.325em 7.6923%;
}


/*
body,
button,
input,
select,
textarea {
	color: #990000;
	font-family: Merriweather, Georgia, serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
} 
*/



.entry-header, .entry-summary, .entry-content, .entry-footer, .page-content {
    margin-right: 7.6923%;
    margin-left: 7.6923%;
    color: #990000;
}

.tabl-kpgora {
	
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: auto;
    width: 100%;
}


/*
.site {
    margin: 0 auto;
}
*/

table {
    border: 1px solid green; /* Рамка вокруг таблицы */
   /* margin: auto;  Выравниваем таблицу по центру окна  */
   /* margin: center;  Выравниваем таблицу по центру окна  */
   
}

td {
    text-align: center; /* Выравниваем текст по центру ячейки */
font-size: 14px;   
}


th {
    text-align: center; /* Выравниваем текст по центру ячейки заголовка таблицы */
 font-size: 14px;
   /* font-size: 1rem */  
}

.content-area-kpgora {
  display: table;
  margin: 0 auto;
}


.tzagl-kpgora {
    color: #990000;
}

.entry-title {
    font-size: 1.5rem;
}

body, button, input, select, textarea {
    line-height: 1;
}


button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #007acc;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background: rgb(76, 140, 189);
}


#recallbar {
    background: rgba(79, 140,189, 0.85);
}

body {
    background: #fff;
}


.entry-content .wp-block-button__link {
    background: rgb(63, 116, 156);
    color: #fff;
}
