
img.logo {
    max-width: 230px;
    height: auto;
    float: left;
    margin-left: 250px;
}
.avatar{
    width: 230px;
    height: 150px;
}
.voteQuestion{
    background-color: white;
    color: black;
    
}
.center{
    text-align:center;
}
.center80{
    padding-left:250px;
}
.row{clear:both}

.column{
    width: 50%;
    float: left;
}
.green{
    background-color: #4CAF50;
    padding: 1px;

}

body{
    background-color: black;
    color: white;
}
.table1{
    margin-left: 140px;
    font-size: 28px;
}

.whiteLine{
    border: 1px solid white;
}
.whiteLineTop{
    border-top: 1px solid white;
}
.table3{
    margin-left: 280px;
    font-size: 22px;
    text-align: right;
}
.table2{
    margin-left: 450px;
    font-size: 20px;
    text-align: right;
}
.table4{
    margin-left: 430px;
    font-size: 20px;
    max-width: 500px;
} 
.table5{
    margin-left: 200px;
    font-size: 28px;
}
.greenText{
    color: rgb(24, 197, 24);
}
.darkGreenText{
    color:#4CAF50;
}

.small{
    font-size: 12px;
}
.columnBig{
    width: 80%;
    float: left;
}
.columnSmall{
    width: 20%;
    float: left;
    position: sticky;
}
.columnSmallRight{
    width: 20%;
    float: right;
}
.right{
    float:right;
}
.sidebar{
    background-color: white;
    color: black;
    padding: 4px;
    min-width: 255px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    text-decoration:none;
    text-align: center;
    display: inline-block;
    margin: 4px 2px;
}
.graphs{
    width: 100%;
    height: 300 px;;
}
.sticky {
    position: sticky;
    top: 0;
}
.textbox{
    width: 245px;
}