/*Расписание поездов*/
.tab_poezd {
	border: 2px solid #41618B;
    padding: 5px;
    margin: -10px;
	}

.name_poezd {
	border-bottom: 1px solid #41618B;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
	}
	
.head_poezd {
    font-size: 14px;
    font-weight: bold;
	}

.head_poezd0 {
    text-align: center;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
	}

.head_poezd1 {
    text-align: center;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
	font-size: 12px;
    }

.head_poezd2 {
	width: 50px;
	min-width: 50px;
    text-align: center;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
    }

.head_poezd3 {
    text-align: center;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
    }

.head_poezd4 {
    text-align: center;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
    }

.td_poezd {
	border: 1px solid #53698B;
    font-size: 12px;
    text-align: center;
	}

.td_poezd_prig {
	border: 1px solid #53698B;
    font-size: 12px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
	}

.tr_poezd:hover {
	background: #B7C9E3;
	}

.tr_auto:hover {
	background: #B7C9E3;
	}

.tr_price_auto:hover {
	background: #B7C9E3;
	}

.tr_auto {
	border: 1px solid #53698B;
        height: 40px;
        text-align: center;
	}

.td_auto0 {
	border: 1px solid #53698B;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
	}

.td_auto1 {
	border: 1px solid #53698B;
    font-size: 12px;
    text-align: center;
	}

.head_auto0, .head_auto1 {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
	}
/*Расписание поездов*/