body{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color:  #e0e0e0;
}
table{
    border-collapse: collapse;
    width: 7cm;
}
td{
    text-align: center;
}
footer{
    font-size: 14px;
    color : #595959;
    text-align: center;
    margin-top: 10px;
}
strong{
    color : #2493df;
}
h1{
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
}
label{
    font-size: 16px;
    font-weight: bold;
}
section{
    padding: 10px 10px 10px 10px;
}
.ticketform{
    background-color : rgba(38, 134, 14);
    background:rgba(42, 194, 28,0.5);
    display: flex;
    position: fixed;
    bottom:0px;
    right:0px;
    width: 100%;
    box-sizing:border-box;
    box-align: left;
}
.transportul{
    list-style-type: square;
    list-style-position: inside;
    padding-left: 30px;
}
.pricetab,td,th{
    padding: 10px;
}
tr:nth-child(1){
    background-color: rgba(37, 209, 186, 0.7);
    color: white;
}
.pricetitle{
    color:rgb(148, 54, 54);
}
input[type="number"]{
    width: 50px;
    padding: 2px;
}
input[type="button"]{
    background-color: rgb(73, 124, 6);
    padding:2px;
    width: 100px;
    border-radius: 10px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: medium;
    font-weight: bold;
    color:white;
    height:40px;
    width: 100%;
   
}
input[type="button"]:hover{
    background-color: #2493df;   
}
form{
    display:flex;
}

.formsection{
    flex:1;
}

label{
    font-size: smaller;
}
img{
    float:left;
    margin-right: 10px;
}
title{
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 10px;  
}
#clock{
    position: static;
    text-align: right;
}
#clock{
    position: absolute;
    text-align: right;
    right: 5px;
    top: 0px;
}
