/*
Theme Name: In-Clinic Screen
Theme URI: https://timetable.ooo-omk.ru/
Author: Inreco LAN
Author URI: https://inrecolan.com/
Description: Mostly blank theme for Timetable.OOO-OMK.ru displayed on the clinic's internal screen.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: internal, screen, clinic
Text Domain: in-clinic-screen
Requires at least: 6.0
Tested up to: 6.0
Requires PHP: 8.0
*/

body
{
 background-color: yellow;
 color: black;
 font-family: Calibri;
 font-size: 10px;
}

.wp-block-columns
{
 display: table-row !important;
 width: 100%;
}

.wp-block-columns > .wp-block-column
{
 display: table-cell;
 vertical-align: middle;
 white-space: nowrap;
}

.wp-block-columns > .wp-block-column.wp-container-2
{
 width: 100%;
}

#current-time
{
 font-weight: bold;
}

h1
{
 font-size: 16px;
 text-transform: uppercase;
}

.reception-phones
{
 background-image: url('images/phones/black.png');
 background-repeat: no-repeat;
 background-size: contain;
 padding-left: 60px;
}

.wp-block-table table
{
 border-collapse: collapse;
}

.wp-block-table table thead tr th,
.wp-block-table table tbody tr td
{
 border: 1px solid black;
 font-weight: bold;
 padding: 5px;
}

.wp-block-table table thead tr th
{
 font-size: 10px;
}

.wp-block-table table thead tr th:nth-child(1),
.wp-block-table table thead tr th:nth-child(2)
{
 text-align: left;
}

.wp-block-table table tbody tr td:nth-child(3),
.wp-block-table table tbody tr td:nth-child(4),
.wp-block-table table tbody tr td:nth-child(5),
.wp-block-table table tbody tr td:nth-child(6),
.wp-block-table table tbody tr td:nth-child(7),
.wp-block-table table tbody tr td:nth-child(8),
.wp-block-table table tbody tr td:nth-child(9)
{
 text-align: center;
}
