#main {
    margin-top: 4em;
    width:40em;
    position: center;
    margin-left: auto;
    margin-right: auto;

}

#header {
position: fixed;
width: 100%;
height: 3em;
    background-color: white;
    left:0;
    top:0;
    border-bottom: 0.07em solid lightgray;
    z-index: 10;


}

#logo {
    padding-top: 0.5em;
    height: 2em;
}

.avatar {
    width: 3em;
    height: 3em;
    border-radius: 50%;
    display: table-cell;
    margin-left: auto; margin-right: auto;
    position: relative;
    top: 0%;
    border-style: solid;
    border-color: lightgray;
    border-width: 0.005em;


}

table {
    width: 100%;
    padding-top: 0.3em;
    background-color: white;
    border-radius: 0.7em;


}



.table-left {
    width: 15%;
}
.table-right {
    padding-right: 2%;
}
.gray {
    color: gray;
}

* {
    font-family: 'Roboto', sans-serif;
}

.tweet {


}

.tweet-text {
    margin-top: 0.5em;
    display:inline-block;


}

#check {
    width: 1em;
    height: 1em;
}

.interactions {
    color: gray;
    display: flex;
    padding-top: 1em;
    padding-right: 5em;
    justify-content: space-between;
    padding-bottom: 1em;

}

.material-icons {
    font-size: 0.9em;
    padding-right: 0.5em;

}

.image {
width: 100%;
    margin-top: 1em;
    border-radius: 1.5em;
    border-color: lightgray;
    border-width: 0.05em;
    border-style: solid;
}

body {
    background-color: #DDD;
    padding: 0;
}

.tweet_wrapper {
    margin-bottom: 0.7em;
}

.mention {
    color:deepskyblue;
}

.m {
    background-color: #e8f4f8 !important;
}