﻿    .irishaircraftregister {
        height: 100%;
        border: solid 15px white;
        background-color: #e8e9ea;
        overflow: hidden;
        font-size:14px;
    }

    .irishaircraftregister h1 {
        margin: 0;
        padding: 25px 0;
        text-align: center;
        text-transform: uppercase;
        font-weight: 300;
        color: #798086;
    }

    .irishaircraftregister .aircraftpanel 
    {
        width: 33%;
        float: left;
        border-right: dotted 1px #cccfd1;
        background-position: top center;
        background-repeat: no-repeat;
        display:block;
        height:204px;
        position:relative;
        margin-bottom: 25px;
    }

    .irishaircraftregister .numberinfo {
        text-align:center;
        display:block;
        background-color:#ffffff;
        margin:0 15px;
        position:absolute;
        bottom:0;
        left:0;
        right:0;
        height:88px;
        padding:10px;
        border: solid 1px #d6d8da;
        border-radius:4px;
    }

    .irishaircraftregister .liveaircraft {
        background-image: url(../../Content/images/inflight.png);
    }

    .irishaircraftregister .newregistrations {
        background-image: url(../../Content/images/takeoff.png);
    }

    .irishaircraftregister .deregistrations {
        background-image: url(../../Content/images/landing.png);
        border-right: none;
    }

    .irishaircraftregister h2{
        font-size:1.8em;
        font-weight:900;
        line-height:1.5em;
        margin:0;
        padding:0;
    }
    .irishaircraftregister .liveaircraft h2 {
        color:#5bc8e5;
    }
    .irishaircraftregister .newregistrations h2 {
        color:#28c2ba;

    }
    .irishaircraftregister .deregistrations h2 {
        color:#e86f50;
    }
@media only screen and (max-width:479px){
    .irishaircraftregister {
        height: auto;
    }
    .irishaircraftregister .aircraftpanel{
        clear:both;
        float: none;
        width:100%;
        margin-bottom:20px;
        border-right: none;
    }

    .irishaircraftregister .deregistrations {
        border-bottom: none;
    }
}