/* Modal Full */
.resultRame {
	text-align: center;
    background: #1e1e1e;
    margin: auto;
    position: relative;
	margin-bottom: 15px;
}
.raming {
	display: inline-block;
	border: 11px solid #4c4a5c;
	padding: 0 35px;
	border-radius: 5px;
	position: relative;
	margin-bottom: 35px!important;
	margin-top: 25px;
	font-family: 'TimeFont';
	color: #fff;
}
.raming > span.ramingTitle {
	display: block;
	font-size: 13px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25px;
	background: #4c4a5c;
	width: 140px;
	margin: auto;
	color: #fff;
	font-family: monospace;
	border-radius: 0 0 5px 5px;
}
.sharer {
	text-align: center;
	margin-bottom: 10px;
}
 @font-face {
	font-family: TimeFont;
	src: url("../fonts/TimeFont-mono.ttf");
	src: url("../fonts/TimeFont-mono.ttf") format("truetype");
}

.table-in-modal {
	width: 100%;
}

.toggleInside {
	margin-top: 10px;
}
.toggleInsideTitle {
	background: #3f4079;
	color: #fff;
	padding: 5px;
	border-radius: 3px;
	margin-bottom: 10px;
	cursor: pointer;
	transition: 0.3s;
}
.toggleInsideTitle:hover {
	background: #e1e8ed;
	color: #ff5a9a;
}