.comment
{
	font-style: italic
}

.comment_header
{
	font-weight: bold;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.flex-box
{
  display:flex;
  justify-content:space-between;
}
