.di-widget {
    border: 1px solid #e5e5e5;  
    padding: 5px;
    margin: 0 0 30px;
}

.di-widget .delivery-list-table-wrapper {
    width: 37%;
    margin: 0 0 15px;
	float: left;
}

.di-widget .delivery-about-wrapper {
    width: 60%;
    width: 60%;
    margin: 0;
    border: 1px solid #e5e5e5;    
	float: right;
}

@media (max-width: 992px) {
    .di-widget .delivery-list-table-wrapper,
    .di-widget .delivery-about-wrapper {
		width: 100%;
		float: none;
	}
}

.di-widget .delivery-service-name {
	font-weight: bold;
	color: rgb(85, 85, 85);
}

.di-widget .delivery-list-table {
	width: 100%;
}

.di-widget .delivery-list-table>thead>tr>td {
	line-height: 20px;
	margin: 0;
	padding: 13px 20px;
	font-size: 14px;
    background: #eaeaea;
    color: #333;
}

.di-widget .delivery-list-table>thead>tr>td:last-child {
	text-align: center;
}

.di-widget .delivery-list-table>tbody>tr>td {
    padding: 26px 20px 20px;
    border-left: 1px solid #e5e5e5;    
    border-bottom: 1px solid #e5e5e5;
	font-size: 14px;
	vertical-align: top;
}

.di-widget .delivery-list-table>tbody>tr>td:last-child {
    border-right: 1px solid #e5e5e5;
}

.di-widget .delivery-about-header {
	line-height: 20px;
	margin: 0;
	padding: 13px 20px;
	font-size: 14px;
    background: #eaeaea;
    color: #333;
}

.di-widget .di-tab-text {
	padding: 12px 8px 4px;
}

.di-widget .di-tab-control {
	background: transparent;
	cursor: pointer;
}

.di-widget .di-tab-control>td {
    height: 60px;
}

.di-widget .di-tab-control:hover {
	background: rgba(109, 185, 0, 0.1);
}

.di-widget .di-tab-control.active {
	background: rgba(109, 185, 0, 0.3);
}



