﻿html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: Circular, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #4d4d4d;
    background-color: #f4f4f4
}

.container {
    background: #fff;
    padding: 0 15px 15px 15px;
}

.no-pad {
    padding: 0;
}

input[type='text'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 1px solid #d9dcde;
    box-sizing: border-box;
    color: #041722;
    display: block;
    font-size: 20px;
    height: 60px;
    margin: 10px 0;
    padding: 0 20px;
    transition: border-color .25s;
    width: 100%;
}

input[type='submit'] {
    background: #48d5b5;
    border-color: #d9dcde;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    height: 60px;
    margin: 10px 0;
    padding: 0 60px;
    width: 100%;
}

    input[type='submit']:focus,
    input[type='submit']:hover {
        background: #444e55;
        color: #fff;
    }

a {
    color: #48d5b5;
}

    a:active,
    a:hover,
    a:focus,
    a:visited {
        color: #444e55;
    }

.error {
    min-height: 0;
    color: #cc0000;
    display: inline-block;
    padding: 10px 0;
}

/* thetrainline.com */

.header, header {
    margin: 0 auto;
    padding: 0;
    border-bottom: 1px solid #48d5b5;
}

    .header .icon, header .icon {
        color: #48d5b5;
    }

.ttl-logo-container {
    display: inline-block;
    font-size: 26px;
    margin: 30px 0 !important;
}

.icon {
    position: relative;
    color: inherit;
    display: inline-block;
    font-family: "ttl-icons-1.7.6";
    font-size: inherit;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    border: 0;
}

@media all and (min-width:992px) {
    .header .ttl-logo-container {
        font-size: 43px;
    }
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    padding-left: 0px;
}

table.searches tr {
    box-shadow: 0px 1px 3px rgba(0,0,0,0.12), 0px 1px 2px rgba(0,0,0,0.24);
    display: inline-block;
    background: #fff;
    margin: 0 0 15px 0;
    border-radius: 2px;
    border: 1px solid #48d5b5;
    padding: 0.5em 0.25em;
}

h1 span {
    display: inline-block;
    width: 100%;
}

.date, .ref, .tracking {
    padding: 0 0.5em;
    width: 100%;
}

.date::before {
    content: "Dispatched:";
}

.ref::before {
    content: "Order Ref:";
}

.tracking::before {
    content: "Tracking Number:";
}
