* {
	margin: 0;
	padding: 0;
	}

body {
    font-family : "Open Sans";
    font-size: 14px;
    }

.top_row {
	display: flex;
	flex-wrap: nowrap;
    justify-content: flex-end;
}
.menu_items {
	display: flex;
	flex-wrap: nowrap;
    justify-content: flex-start;
}

.updated {
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a3a6b7;
    color: var(--bluey-grey);
}

.sep {
    width: 2px;
    height: 14.1px;
    border: solid 2px #a3a6b7;
    border: solid 2px var(--bluey-grey);
    margin:0 7px;
  }

.top_header {
    background-color: #eaf0f3;
    padding: 10px;
}