@charset "UTF-8";

/*
Theme Name: CP KIS
Theme URI: https://kis.cpd.lt/
Author: Creative Partner
Author URI: https://www.cpartner.lt
Description:
Requires at least: 5.6
Tested up to: 5.6.14
Requires PHP: 7.4
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags:

*/



body{
    margin: 0;
    padding: 10px;
    background: #111;
    overflow: hidden;
    color: #fff;
}

.main_table {
    vertical-align: top;
    width:  100%;
}

.top_header {
    vertical-align: center;
    font-size: 70px;
    font-family: Trebuchet MS, serif;
    text-align: left;
    color: #EE1C25;
    height: 126px;
    font-weight: bold;
    padding-left: 5px;
}

.top_name_lt {
    color: #FFFFFF;
}
.top_name_en {
    color: #fff;
}

.top_time {
    vertical-align: center;
    font-size: 70px;
    font-family: Trebuchet MS, serif;
    text-align: right;
    color: #FFFFFF;
    height: 126px;
    font-weight: bold;
    padding-right: 10px;
}

.header_left {
    vertical-align: center;
    font-size: 40px;
    font-family: Trebuchet MS, serif;
    text-align: left;
    color: #111;
    background:  #FFFFFF;
    height: 50px;
    font-weight: bold;
    padding-left: 8px;
}

.header_right {
    vertical-align: center;
    font-size: 40px;
    font-family: Trebuchet MS, serif;
    text-align: right;
    color: #111;
    background:  #FFFFFF;
    height: 70px;
    font-weight: bold;
    padding-right: 10px;
}

.departure {
    vertical-align: center;
    font-size: 60px;
    font-family: Trebuchet MS, serif;
    text-align: left;
    color: #FFFFFF;
    height: 82px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 0;
}

.departure img{
    height: 55px;
}

.departure_time {
    vertical-align: center;
    font-size: 60px;
    font-family: Trebuchet MS, serif;
    text-align: right;
    color: #FFFFFF;
    height: 80px;
    font-weight: bold;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0;
}

.departure_bus {
    vertical-align: center;
    font-size: 40px;
    font-family: Trebuchet MS, serif;
    text-align: left;
    color: #fff;
    font-weight: bold;
    padding-left: 10px;
}

.departure_seats {
    vertical-align: center;
    font-size: 45px;
    font-family: Trebuchet MS, serif;
    text-align: left;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 10px;
}

.departure_date {
    vertical-align: center;
    font-size: 30px;
    font-family: Trebuchet MS, serif;
    text-align: right;
    color: #FFFFFF;
    font-weight: bold;
    padding-right: 20px;
}

.departure_remarks {
    vertical-align: top;
    font-size: 23px;
    font-family: Trebuchet MS, serif;
    text-align: left;
    color: #fff;
    font-weight: bold;
    min-height: 20px;
    height: 15px;
    padding-left: 10px;
    padding-top: 2px;
}

.line {
    vertical-align: center;
    font-size: 3px;
    font-family: Trebuchet MS, serif;
    background:  #fff;
    height: 3px;
}

