.mytable table {width: 80%; margin:auto;}


.mytable th {
  font-weight: 300;
  color: #000;
  /*border-bottom: 1px dashed #3e3e3e;*/
  padding: 12px 17px;}

.mytable th {
  color: #3e3e3e;
  padding: 15px 17px;}
  
.mytable tr:hover th {background: #c1c1c1;}

.mytable table th:first-child {text-align: left;} /* выравнивание по левому краю*/

.mytable table tr:first-child {font-size:16px; font-family: 'Roboto',Arial,sans-serif; border-collapse: collapse; }

.trbold th {font-weight: 700 !important; color:#000; padding: 20px;}

.table-line th {border-bottom: 1px solid #6678b1;}

.border_green {background: #a3c626 !important;}

.mytable tr:nth-child(2n) {background: #eeeeee;}

/* For Mobile */
@media screen and (max-width: 540px) {
    .mytable th {padding: 8px 2px;}
    .mytable table {width: 99%; margin:auto;}
}

/*Таблица Межгород*/

.iptable th   

{   border-spacing: 1px;
    border-collapse: inherit;
    border-color: #ffffff !important;
    border: solid;}
    

.iptable table {
    width: 80%; margin:auto;    
    border-spacing: 1px;
    border-collapse: collapse;
    border-color: #ffffff;}


.iptable th {
  font-weight: 300;
  color: #000;
  /*border-bottom: 1px dashed #3e3e3e;*/
  padding: 12px 17px;}

.iptable th {
  color: #ffffff;
  padding: 2px 17px;}
  
.iptable tr:hover th {background: #2e5279;}


.iptable table tr:first-child {font-size:16px; font-family: 'Roboto',Arial,sans-serif; border-collapse: collapse; color: #000000!important;}

.iptable table tr:first-child th {padding: 10px 17px !important; font-weight: 500 !important;}

.iptable table th:first-child {text-align: left; color: #000000;} /* выравнивание по левому краю*/

.iptable table th:first-child {background: #a3c626 !important;} /*Первый столбец зелёным*/


.noborder th {
border-color: #182d43 !important;
border: solid;}

.noborder_green th:first-child {
    border-color: #a3c626 !important;
    border: solid;}


.iptable tr {background: #182d43;}

/* For Mobile */
@media screen and (max-width: 540px) {
    .iptable th {padding: 8px 2px;}
    .iptable table {width: 99%; margin:auto;}
    .iptable table tr:first-child th {padding: 10px 5px !important; font-weight: 500 !important;}
}


