.header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 10px 0;
}

.companyName {
    font-size: 28px;
}

.topMenu {
    width: 100%;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-bottom: 15px;
}

.colItem {
    width: 100%;
    height: 100%;
    color: black;
    border-top: 1px dotted gray;
    border-bottom: 1px dotted gray;
    text-align: center;
    padding: 5px;
}

.colItem:hover {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.noOutline:hover {
    text-decoration: none;
}

.confDiv {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 24px;
}

.h4 {
    margin: 20px 0 25px 0;
}

.article {
    display: flex;
    align-items: center;
    padding: 10px;
    color: black;
    /* border-bottom: 1px dotted gray; */
}

.article_logo {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.article_logo_img {
    max-height: 60px;
    max-width: 60px;
}

.article_title {
    font-weight: bold;
}