.dis-table {
	display: table;
}
.dis-table {
    background-color: #fff;
    border: 1px solid #fff;
    margin-bottom: 10px;
    color: #666666;
    margin-top: 25px;
}  

.dis-table-cell {
	display: table-cell;
    float: none;
}
.tab {
	background-color: #ffffff;
	color: #666;
}

.tab ul {
	background-color: inherit;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 20px 0 0 0;
	transition: 0.3s;
	font-size: 16px;
	margin: 0;
}
.tab ul li {
	list-style-type: none;
	line-height: 24px;
    margin-bottom: 15px;
	font-size: 16px;
    font-weight: normal;
    padding: 5px;
    min-width: 213px;
}
.tab ul li.active {
	color: #5956d6;
	background-color: #ececec;
}
.tab ul li span {
    vertical-align: middle;
	margin-left: 5px;
}

.tab--blocks {
	margin: 0;
	padding: 0 15px 35px 15px;
}
.tabcontent {
	display: none;
	padding: 0;
}
.tab--blocks p {
	line-height: 22px;
	margin: 0;
}
.tab--blocks h3 {
    font-size: 18px !important;
    font-weight: 600;
    margin: 15px 0 10px 0;
}
.tab--blocks img{border: 1px solid #ccc; margin:5px 0px 10px 0px}
.lists {
	padding: 0;
	margin-left: 20px;
	line-height: 25px;
}
.note{font-style: italic; font-weight:500;}
.floatRight{float: right;}
