﻿#mobile-banner {
    border: solid 2px rgba(204, 122, 0, 0.9);
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

#mobile-banner a {
    cursor: pointer;
}

#mobile-banner .close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
}