.def-info .content > ul {
	list-style: disc;
}
main.termsofuse {
	margin-top: 150px;
}
main.termsofuse .content {
    color: #5e5e5e;
}
.flex-wrp {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
h1.grey-color {
	color: #5e5e5e;
	font-size: 22px !important;
}
.light-grey {
	color: #959595;
}
/*table*/
.rights-table tbody > tr > td {
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #5f5f5f;
    line-height: 20px;
    border-bottom: 1px solid #cacaca;
    vertical-align: middle;
}
.rights-table tbody > tr > td > h2 {
	font-size: 22px;
}
.rights-table tbody > tr > td.brown-row {
	background-color: #ded4bf;
	font-size: 16px !important;
	border-bottom: 1px solid #fff !important;
}
.blue-row {
	background-color: #d0e6f3;
	font-size: 14px !important;
	border-bottom: 1px solid #fff !important;
	border-top: 1px solid #fff !important;
}
.right-color {
	background-color: #eaeaea;
}
/*table*/