section#container ul li img {
    height: 50px;
    width: 50px;
}

section#container {
    float: right;
    overflow: hidden;
    width: calc(100% - 280px);
    margin: 0 20px;
    height: 54px;
    text-align: right;
}

section#container ul {
    margin: 0;
    padding: 0;
}

section#container ul li {
    list-style: none;
    height: 54px;
    /* margin: 15px 0; */
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 34px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}