#top_hamburger_container {
    width: 50px;
    height: 50px;
    float: left;
    position: relative;
    cursor: pointer;
}   

#top_hamburger {
    width: 22px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}   

#top_title_container {
    height: 50px;
    display: table;
    float: left;
}

#top_title {
	color: #03a9f4;
	display: table-cell;
    vertical-align: middle;
    font-size: 24px;
    padding-left: 5px;
}

#top_refresh_container {
    width: 50px;
    height: 50px;
    float: right;
    position: relative;
    cursor: pointer;
}   

#top_refresh {
    width: 22px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}  