body{
    background-color:#EEEEEE;
    margin: 40px;
}
.tweet_box {
    width: 250px;
    height: 260px;
    display: inline-block;
    padding: 15px;
    margin: 10px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    background-color:#FFFFFF;
}
.tweet_header {
    width: 100%;
    position: relative;
}
.flex_box_row_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.tweet_avatar {
    width: 80px;
    height: 80px;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
    box-shadow: 0 4px 8px rgba(0,0,0,0.5);
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
}
.tweet_meta {
    display: inline-block;
    max-width: 75%;
    vertical-align: top;
    font-size: 0.9em;
    position: absolute;
    right: 0px;
    max-height: 55px;
    text-align: right;
}
.tweet_pream {
    font-style: italic;
    display: block;
}
a {
    text-decoration: none;
    color: #29ae9b;
}
.tweet_date {
    font-size: 0.9em;
    color: #888;
    max-height: 25px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-style: italic;
}
.tweet_text {
    width: 100%;
    height: 100%;
    font-size: 1.15em;
    margin-top: 5px;
}

.tweet-area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.statsview {
    position: absolute;
    right: 115px;
    top: 40px;
}

.box-container {
    display: inline-block;
    padding: 15px;
    margin: 10px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    background-color:#FFFFFF;
    width: 100%;
}
#myChart {
  width: 100% !important;
}
.search-bar {
    position: relative;
    height: 20px;
}
.searchbox {
    position: absolute;
    top: -30px;
    right: 5px;
}
.selectize-input {
    min-width: 200px;
}