.elementor-1406 .elementor-element.elementor-element-10727df{--display:flex;}.elementor-1406 .elementor-element.elementor-element-759a44c{--spacer-size:50px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1406 .elementor-element.elementor-element-2bbdb62{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1406 .elementor-element.elementor-element-fd93248{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1406 .elementor-element.elementor-element-fd397c2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1406 .elementor-element.elementor-element-a411840{--spacer-size:50px;}/* Start custom CSS for html, class: .elementor-element-7a6799f */.doc-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.doc-table thead th {
  background: #c80000;
  color: #fff;
  border:solid white;
  padding: 10px;
  text-align: center;
  font-weight: 600;
}

.doc-table thead th:first-child,
.doc-table thead th:nth-child(2) {
  text-align: left;
}

.doc-table tbody tr:nth-child(odd) {
  background: #e9ecef;
}

.doc-table tbody tr:nth-child(even) {
  background: #f4f6f8;
}

.doc-table td {
    border:solid white;
  padding: 5px 6px;
  vertical-align: middle;
}

.doc-table td.center {
  text-align: center;
}

.icon-cell img {
  width: 50px;
  height: auto;
}
.icon-cell {
    width: 50px;
}
.pdf-icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #c80000;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  font-weight: bold;
}

.pdf-icon:hover {
  background: #a00000;
}/* End custom CSS */