
.mainBlock {
    /*border: 2px dashed red;   */
    background: linear-gradient(180deg, #474766 0%,#232333 100%);
    min-height: calc(100vh - 50px);
    padding-bottom: 50px;
    display: flex;
    justify-content: space-around;
    padding-top: 50px;
}

.table_views {
	font-size: 16px;
	color: #CECEE5;
	/*width: 600px;*/
}

.table_views td {
	min-width: 90px;
	color: #CECEE5;
	text-align: center;
}

.table_views td:first-child {
	min-width: auto;
	display: flex;
	justify-content: flex-start;
}

tr:nth-child(2n) {
	background-color: #232333;
}

td:nth-child(2) {
	padding-left: 10px;
	/*visibility: hidden;*/
}

.table_views caption {
	color: #CECEE5;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

td img {
	width: 50px;
}










    
.space {
    background: linear-gradient(180deg, #232333 0%,#474766 100%);
    /*border: 3px dashed red;*/
    /*min-height: 50vh;*/
    display: flex;
}