﻿
.mycolumn {
    padding-top: 5px;
}

.container3 {
    min-height: 100%;
    width: 100%;
    height: 800px;
    overflow: auto;
    padding-right: 15px;
    padding-left: 15px;
   
}

.wrapper {
    max-width: 1170px;
    margin: 0 auto;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    min-height: 99%;
}

.header-bg-bl {
    background: radial-gradient(425.02px at 50% 50%, #104D82 0%, #234161 100%);
    min-height: 300px;
}

.main-title-t {
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
}

    .main-title-t:hover {
        color: #fff;
    }

.NSSU-icon {
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

th, tr {
    height: 20px;
}