/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 13 2023 | 05:39:16 */
.ma-toa-jobs-table {
    padding-bottom: 30px;
}
.ma-toa-jobs-table table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.ma-toa-jobs-table table th {
    color: #2D0044;
    font-size: 19px;
    line-height: 24px;
    font-weight: 400;
  	border: 0px solid !important;
    text-align: left;
  	padding-left: 0px;
}
.ma-toa-jobs-table table tbody tr {
  background-color: #fff0;
  border-bottom: 1px solid #b4e9e1;
}
.ma-toa-jobs-table table tbody td {
  	border: 0px solid !important;
    background: #fff0 !important;
    vertical-align: middle;
  	padding:15px 0px;
  	color: #4A0466;
    font-size: 19px;
    line-height: 25px;
}
td.apply-td {
    text-align: right;
  	line-height: 16px;
}
.ma-toa-jobs-table tbody tr td:first-child a {
    color: #5026D9;
    font-size: 19px;
    line-height: 25px;
    font-weight: 400;
  	margin-top: 5px;
    display: inline-block;
  	padding-right: 7px;
}
.ma-toa-jobs-table tbody tr td span.ma-new-job-label {
    background: #C73880;
    border-radius: 50px;
    padding: 4px 12px;
    font-size: 14px;
    color: #fff;
    text-align: center;
  	line-height: 20px;
    font-weight: 500;
  	display: inline-block;
}
.ws-footer .elementor-icon-list-item a:hover{
    text-decoration:none;
}
@media screen and (min-width: 1025px) {
  .ma-toa-jobs-table table th{
    width: 30%;
  }
}
@media screen and (max-width: 680px) {
  .ma-toa-jobs-table table thead{
    display:none;
  }
  .ma-toa-jobs-table table tbody tr {
    display: block;
    margin-bottom: .625em;
  }
  .ma-toa-jobs-table table tbody td {
    display: block;
    font-size: 16px;
    line-height: inherit;
    text-align: right;
  }
  .ma-toa-jobs-table tbody tr td:first-child a {
      font-size: 18px;
      line-height: 20px;
  }
  .ma-toa-jobs-table tbody tr td span.ma-new-job-label{
    font-size:13px;
    line-height: 16px;
    display: block;
    max-width: fit-content;
    margin-right: 0px;
    margin-left: auto;
    margin-top:5px;
  }
  .ma-toa-jobs-table table tbody td::before {
    content: attr(data-label);
    font-weight: 500;
    color: #2D0044;
    float: left;
  }
  .ma-toa-jobs-table table tbody td:last-child {
    border-bottom: 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 601px) {
  .ma-toa-jobs-table tbody tr td:first-child a {
      font-size: 20px;
      line-height: 26px;
  }
  .ma-toa-jobs-table tbody tr td span.ma-new-job-label{
    font-size: 17px;
    display: block;
    max-width: fit-content;
    margin-top: 10px;
  }
}