table{
	font-size: 15px;
}

.pd-top60{padding-top: 80px}

/*надпись евростайл*/
.spesial-p{
    color: #fff;
    font-size: 16px;
    font-style: italic;
    word-spacing: 1px;
}

.white-space{ 
	white-space: nowrap;
}

/*центрирование инпутов*/
tbody tr td:not(:first-child){
  text-align: center;
}

input { 
    text-align: center; 
    width: 70%;
    background-color: #212529;
    color: white;
    border: none;
}

.h1-in-table{
	font-size: 20px;
    background-color: #00000096;
    letter-spacing: 2px;
    font-weight: bold;
}

.h3-in-table{
	font-size: 16px;
    background-color: #282d33;
    letter-spacing: 1.8px;
    font-weight: bold;
}

.black{
	background-color: #00000096
}

/*ширина таблички*/
.container {
    max-width: 880px;
}

select{
    background-color: #212529;  
    color: white;
    width:25px;	
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	border:none;
	background:url('http://www.free-icons-download.net/images/small-down-arrow-icon-15593.png');
	background-repeat:no-repeat;
	background-size:10px 10px;
	background-position: right 2px top 5px;
}

/*Для выпадающего списка*/
option:checked {
  display: none;
}
option:not(:checked) {
  color: #fff;
  background-color: #212529;
}


/*висота табличек*/
.table td, .table th{
	padding: .55rem;
}

/*цвет инпута сумми*/
.color-for-input-sum{background-color: #0e0f11}

/*Цвет для хлеб крошек*/
.breadcrumb{padding: 0;
background-color:inherit;
}
.breadcrumb{
	margin-top: 10px;
}
.navbar nav{margin:0 auto;}

.breadcrumb-item{
    color: #fff;
    font-weight: 800;
}

.breadcrumb-item.active {
    color: #d31717;
    font-weight: 800;

}

/*Висота меню*/
.nav-scroll{
	min-height: 40px!important;
	background: #212529!important;
}




@media screen and (max-width: 400px) {
.white-space{
	white-space:pre-wrap;
}
table {
	font-size: 13px
}
}