h1 {
    margin: 30px 0 17px 0;
}
h2 {
    margin: 15px 0;
}

.content {
    min-height: 620px;
}

form {
    margin-top: 25px;
}

.addItemForm {
    display: flex;
    justify-content: space-between;
}

.addItemForm input {
    height: 32px;
}

.addItemForm button {
    margin-left: 30px;
    min-width: 90px;
}

.lineControls a {
    font-size: 28px;
    text-decoration: none;
    color: inherit;
}

.lineControls-fm {
    min-width: 95px;
}

.lineControls-fm a {
    text-decoration: none;
}

.lineControls a:nth-child(1) {
    margin-right: 15px;
}
/*.lineControls-fm a:nth-child(1),*/
.btnPrint,
.btnEdit {
    margin-right: 5px;
}
.fmBtn {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #434343;
    border: .5px solid #434343;
    border-radius: 3px;
    transition: all .4s;
}
.fmBtn:hover {
    opacity: .7;
}

.btnPrint {
    background-image: url(/images/file_export.svg);
}
.btnEdit {
    background-image: url(/images/settings.svg);
}
.btnDelete {
    background-image: url(/images/delete.svg);
}

.logos {
    margin-top: 50px;
    width: 80%;
    display: flex;
    justify-content: space-between;
}

.logos a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    line-height: 0;
    width: 23%;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.logos div img {
    width: 100%;
}

.logos p {
    line-height: 1.4;
    text-align: center;
    font-size: 20px;
}

.bg-dark {
    background-color: midnightblue !important;
    /*background-color: darkslategray !important;*/
}
