/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

.logo-dark img {
	max-height: 60px;
}

.table-hover tr:hover, .table-hover tr:active {
	background: #66CCFF;
}

.table, .list-unstyled {
	font-size: 18px;
}

ul.list-unstyled li {
	line-height: 38px!important;
}

.table td, .table th {
	padding: 20px 10px;
}

.table th {
    text-align: center;
    vertical-align: middle;
}

.w-80 {
	width: 80%;
}

ul.no-p {
	padding-left: 0;
}

.table-container {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* плавный скролл на iOS */
}

table {
  min-width: 800px; /* или любая другая минимальная ширина */
}