.indusindModal {
z-index: 99999;
}
.indusindModal .modal-dialog {
max-width: 940px;
}
.indusindModal table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}

.indusindModal .modal-header {
border: 0;
padding: 0;
}
.indusindModal th {
font-size: 18px;
font-family: 'Myriad Pro Regular';
color: #cba82c;
}
.indusindModal td {
font-size: 13px;
font-family: 'Myriad Pro Regular';
color: #58595b;
}
.indusindModal .modal-body {
padding: 3rem;
}
.modal-backdrop {
z-index: 9999;
}
.indusindModal .modal-header .close, .indusindModal .modal-header .close:hover {
padding: 0 6px 4px 6px;
border-radius: 50%;
color: #fff;
background-color: #ccaa2c;
opacity: 1;
font-size: 24px;
font-weight: 400;
margin: -0.5rem -0.5rem -0.5rem auto;
width: 34px;
height:34px;
text-shadow: none;
}
.columns-3 th:first-child{
width: 20%;
}
.columns-3 th:last-child{
width: 10%;
}
.indusindModal td, .indusindModal th {
border: 1px solid #e4d291;
text-align: left;
padding: 8px;
padding-left: 20px;
}

@media (max-width: 1024px) {
	.indusindModal .modal-dialog {
        max-width: 94%;
    }
}