html {
    font-size: 14px;
    font-family: Times New Roman, Tahoma, Verdana, sans-serif;
}
h1,h2,h3,h4 {
    font-family: Times New Roman, Tahoma, Verdana, sans-serif;
    
    
}
@media (min-width: 768px) {
    html {
        font-size: 14px;
        font-family: Times New Roman, Tahoma, Verdana, sans-serif;
        padding: 10px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
    
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    /* мини защита от копирования проба... запрет выделения*/
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.table td, th {
    font-size: 14px;
    font-family: Times New Roman, Tahoma, Verdana, sans-serif;
}
.table thead {
    font-size: 16px;
    font-family: Times New Roman, Tahoma, Verdana, sans-serif;
    text-align: center;
    vertical-align: top;

    /*ниже эксперементируем*/

    /*background-color: #ffffff;
    position: fixed;
    top: 15%;
    left: 0;
    width: auto;
    z-index: 100;*/
    /*короче надо завязывать и стартовую страницу и таблицу, и размеры колонок в процентах*/
}
button {
    width: auto;
    margin-right: 2px;
    float: left;
    white-space: nowrap;
    height: 40px;
    cursor: pointer;
    margin-bottom: 5px;
}
button {
    border: navajowhite;
    border-radius: 4px;
    color: buttontext;
    background-color: #f8f9fd;
}
/*МЕНЮ*/

/* Десктоп */
@media (min-width: 768px) {
    .nav {
        position: fixed;
        top: 0px;
        z-index: 1;
    }
}
/* Основное содержимое */
.main {
    margin-top: 60px; /* Добавим верхнее поле, чтобы избежать наложения контента */
}

input[type="checkbox"] {
    
    /*padding: 7px;*/
    transform: scale(1.5);  /*Увеличиваем чекбокс в 1,5 раза */
}