#imei-instructions {
    padding: 0 5%;
}

.claim-notice {
    padding: 0 5%;
    margin: 0 0 5%;
    float: left;
    text-align: center;
}

.claim-notice h1{
    float: initial;
    text-align: center;
}

.claim-notice#pre-launch h1 {
    color: #00b1ff;
}

.claim-notice#closed h1,
.claim-notice#empty h1{
    color: #f51e1e;
}

.claim-notice p{
    text-align: center;
    width: 100%;
    margin: 2% 0;
}

#imei-instructions h2{
    font-weight: 600;
    clear: both;
    margin: 2% 0;
    width: 100%;
}

#imei-instructions h2{
    margin: 1% 0;
    width: 100%;
}

#imei-instructions ul {
    margin: 2% 0;
    float: left;
}

#imei-instructions li{
    list-style: disc;
    clear: both;
}

#imei-input-container{
    float: left;
    margin: 1% 0 2%;
    padding: 0 5%;
}

#imei-input-container h2{
    width: 100%;
    font-weight: 600;
}

#imei-input-container input{
    float: left;
    margin: 1% 0;
    clear: both;
}

#imei-input-container .cta {
    float: left;
    clear: both;
    border: 1px solid #333333;
    background-color: #333333;
    color: #ffffff;
    text-align: center;
}

#imei-input-container .cta:hover {}

#more-info {
    padding: 0 5%;
    float: left;
}

#more-info h2{
    font-weight: 600;
    width: 100%;
}

#links {
    float: left;
    margin: 2% 0;
}

#links a{
    color: #002041;
    display: block;
    clear: both;
    width: 100%;
    text-align: left;
}

#links a:hover{
    color: #002041;
    text-decoration: underline !important;
}

#links a::before{
    content: "\f05a";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #002041;
    padding-right: 1%;

}
