body {
    font-family: Roboto, sans-serif;
    background: #242A30;
}

a {
    color: currentColor !important;
    -webkit-text-fill-color: currentColor;
    text-decoration: none;
}

h1, h2, p {
    margin: 0;
}

.card {
    width: 360px;
    margin: 0 0 16px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.26);
    overflow: hidden;
}

.header {
    position: relative;
    background: #fff;

    /* z-1 shadow */
    box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
}

.content {
    background: #ECEFF1;
}

.tweet {
    padding: 16px;
}

.header-content {
    padding: 16px 0 0;
    text-align: center;
    position: relative;
}

.header-avatar {
    position: relative;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #fff;
    margin: 32px auto 18px;
    overflow: hidden;
}

.header-avatar img {
    position: absolute;
    display: block;
    width: 72px;
    height: 72px;
}

.header-avatar::after {
    content: '';
    position: absolute;
    display: block;
    border: 2px solid rgba(0, 0, 0, .2);
    border-radius: 50%;
    margin: -1px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
}

.header-avatar-outline {
    border: 2px solid #fff;
    margin: 30px auto 16px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.12);
}

.header-avatar-outline::after {
    display: none;
}

.header-name {
    font-size: 18px;
    font-weight: 600;
}

.header-screenname {
    font-size: 16px;
    font-weight: 300;
    margin-top: 3px;
}

.header-bio {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    margin-top: 7px;
    padding: 0 24px;
}

.header-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    background: currentColor;
}

.header-background img {
    width: 360px;
    height: 180px;
}

.header-background-overlay {
    height: 100px;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    -webkit-mask-box-image: linear-gradient(transparent, #fff);
    background: currentColor;
}

.tabbar {
    height: 48px;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
}

.tab {
    display: inline-block;
    padding: 2px 12px 0;
    border-style: solid;
    border-width: 0 0 2px 0;
    border-color: transparent;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 44px;
    font-size: 14px;
}

.tab-is-active {
    border-bottom-color: currentColor;
}

/*.text-primary {*/
/*    -webkit-text-fill-color: rgba(0, 0, 0, .87);*/
/*}*/

/*.text-secondary {*/
/*    -webkit-text-fill-color: rgba(0, 0, 0, .54);*/
/*}*/

/*.text-tab-inactive {*/
/*    -webkit-text-fill-color: rgba(0, 0, 0, .60);*/
/*}*/

/*.is-light .text-primary {*/
/*    -webkit-text-fill-color: rgba(255, 255, 255, .87);*/
/*}*/

/*.is-light .text-secondary {*/
/*    -webkit-text-fill-color: rgba(255, 255, 255, .54);*/
/*}*/

/*.is-light .text-tab-inactive {*/
/*    -webkit-text-fill-color: rgba(255, 255, 255, .60);*/
/*}*/

.js-masonry-container {
    margin: 0 auto;
}
