:root {
    --ist_body_index: #12151c;
    --ist_color_named: white;
    --ist_td_text_color: white;
    --ist_td_text_color_2: grey;
    --ist_table_head_color: #17171d;
}

body {
    background: var(--ist_body_index);
}

.ist_center_txt {
    text-align: center;
}

.ist_name_text {
    color: var(--ist_color_named);
    margin-bottom: 20px;
}

.ist_dropers {
    color: var(--ist_color_named);
    margin-bottom: 20px;
}

.ist_images {
    width: 16px;
    height: 11px;
}

/*------ tables --------*/

.ist_tabel {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    border-spacing: 0;
}

.ist_tabel td {
    font-family:Arial, sans-serif;
    font-size:14px;
    padding:10px 20px;
    border-style:solid;
    border-width:1px;
    overflow:hidden;
    word-break:normal;
    background-color: var(--ist_table_head_color);
    color:#a2a1a1;
}

.ist_tabel .ist_table_td {
    vertical-align:top;
    color: var(--ist_td_text_color);
    border: 0;
    border-bottom: 3px solid #ddd;
    font-family: 'Montserrat', sans-serif;
}

.ist_tabel .ist_table_tr {
    font-family: 'Montserrat', sans-serif;
    border-left:0;
    border-right:0;
    color: var(--ist_td_text_color_2);
}

.btn {
  background-color: DodgerBlue;
  color: white;
  font-size: 20px;
}

.btn a {
  color: white;
}