.page-dialog {
	height: 90%;
}

.page-dialog>div {
	height: 100%;
	overflow-y: none;
	overflow-x: none;
}

.option-voice {
	border-bottom: 1px solid #C5C5C5;
	width: 100%;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.modal-content:last-child {
	border-bottom: none;
}

.option-voice-last {
	width: 100%;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.option-body {
	padding-left: 5px;
	padding-right: 5px;
}

.modal-content{
	padding: 10px!important;
}