main {
    display: flex;
    flex-flow: row wrap;
    max-width: 1700px;
    padding: 0;
}

a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

#last_konspects {
    width: 425px;
    border: solid #888;
    border-width: 0 4px 2px 3px;
    flex-grow: 1;
}

#last_konspects h3 {
    text-align: center;
    margin: 0;
    padding: 1em 0;
    background: #121258;
}

#last_konspects table {
    /*padding: 5px;*/
    background: #333;
    border-collapse: collapse;
}

#last_konspects td,
#last_konspects th {
    padding: 5px;
    border-bottom: solid 1px #555;
}

#last_konspects tr td:first-child {
    text-align: center;
}

.link_to_all {
    display: block;
    text-align: right;
    padding: 10px;
    background: #000;
}

#link_to_all_konspects:hover {
    background: #101010;
}

#main {
    flex-grow: 1000;
    min-width: 425px;
}

.main__header {
    margin: 0;
    padding: 20px 0 35px;
    text-transform: uppercase;
    background: linear-gradient(#060606, #999);
    font-weight: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #aaa;
    font-size: 20px;
}

.main__header:before,
.main__header:after {
    height: 2px;
    content: "";
    display: block;
    background: #999;
    margin: 0 5px 7px;
    width: 20%;
}

#all_konspects {}