.amber-alert-popup{
    position: fixed;
    top: 100px;
    left: 100px;
    width: 350px;
    z-index:9999;
    max-height:35em;
    overflow-y: auto;
}

.amber-alert{
    margin: 10px;
    padding :10px;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
}

.amber-alert-border{
    border: 3px solid #e83d11;
}

.missing-child-border{
    border: 3px solid #f5e607;
}

.amber-alert-image{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.amber-alert-description{
    text-align: left;
}

.amber-alert-description img{
    margin-right:10px;
}

.amber-alert-description a{
    display: block;
    text-align:center;
}

/* Portrait */
@media screen
and (max-device-width: 400px){
    .amber-alert-popup {
        left: 0px;
    }
}