/**header**/
header {
    background: inherit;
}

.header-container {
    background: inherit;
}

.header-inner > .ApRow {
    align-items: center;
    flex: 1;
}

.columns-container {
    background: inherit;
}

/**TptUSerInfo**/
#tptnuserinfo {position: absolute; right: 15px; z-index: 102;
    color: #ffffff;
    border: 1px solid #1da1f2;
    padding: 5px;
    background: #1da1f2;
    border-radius: 3px;}
#tptnuserinfo .fa {
    font-size: 28px; display: block; margin: 0 0 5px;}
#tptnuserinfo .dropbtn{
    cursor: pointer;
    text-align: center;
}
#tptnuserinfo .dropdown-content{
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    position: absolute;
    top:100%;
    right: 0;
    width: 197px !important;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#tptnuserinfo .dropdown-content s{
}

#tptnuserinfo:hover .dropdown-content {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}
#tptnuserinfo li {
    border-bottom: 1px solid #ddd;
}

#tptnuserinfo li:last-child {
    border-bottom: none;
}

#tptnuserinfo a {
    display: block; padding: 10px 15px; text-decoration: none;
}

#tptnuserinfo a:hover {
    background: #f5f5f5; color: #333;
}

#tptnuserinfo .dropbtn{
    cursor: pointer;
    text-align: center;
}
