|
|
|
@ -4,8 +4,6 @@ h2{ padding: 50px 0 20px 0;}
|
|
|
|
|
h3 { padding: 35px 0 20px 0;}
|
|
|
|
|
h4{margin: 15px 0;}
|
|
|
|
|
table.infotable th, table.monthWeather th {font-family: 'Calibri';font-size:18px;line-height:20px;}
|
|
|
|
|
.tripnotes {position: relative;}
|
|
|
|
|
.tripnotes .OpenIcon,.tripnotes .CloseIcon{position: absolute; top: 30px; right:0;}
|
|
|
|
|
@media (max-width: 768px) {
|
|
|
|
|
h2{ padding: 50px 15px 20px 15px;}
|
|
|
|
|
h3 { padding: 50px 15px 20px 15px;}
|
|
|
|
@ -18,3 +16,12 @@ table.infotable th, table.monthWeather th {font-family: 'Calibri';font-size:18px
|
|
|
|
|
.table-responsive {padding-left: 15px;padding-right: 15px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
/*train index*/
|
|
|
|
|
.tripnotes {font-size: 22px;margin: 15px 0;position: relative}
|
|
|
|
|
.tripnotes h4 {margin: 0px;font-weight: normal;}
|
|
|
|
|
.tripnotes .CloseIcon,.tripnotes .OpenIcon {top: calc(50% - 5px);right: 0;position: absolute;}
|
|
|
|
|
.whatsnewinfo {margin-bottom: 20px;}
|
|
|
|
|
.whatsnewinfo:last-child {margin-bottom: 0;}
|
|
|
|
|
ul.traintype{ display:block; margin-bottom:10px; min-height:38px; padding:0px;}
|
|
|
|
|
ul.traintype li{background: #fff; display: block; float: left; padding: 5px 15px; color: #000; border: 1px solid #d1d1d1; margin-right: 10px; border-radius: 5px;}
|
|
|
|
|
ul.traintype li.active {background: #ad1818; color: #fff;}
|