@media only screen and (max-width: 700px) {

    .page fieldset{
        border: none;
        opacity: .95;
        background: white;
        display: block;
        margin: 0 auto;
    }

    [class*="col-"] {
        width: 100%;
    }

    .imageHeader{
        height: 10%;
        width: 50%;
        min-height: 50px;
    }
    .imageTitle{
        height: 10%;
        width: 100%;
        min-height: 30px;
    }

    #margL25{
        margin-left: 40%;
    }

    #borderNew {
        padding-bottom: 10px;
        border-bottom: 1px lightgrey solid;
    }
    .savedEntriesTableDiv {
        border: none;
        width: 100%;

    }
    .footer1{
        width: 60%;
    }
    .footer2{
        width: 40%;
    }

    .intrinsic-container {
        position: relative;
        height: 100%;
        overflow: hidden;
    }

    /* 16x9 Aspect Ratio */
    .intrinsic-container-16x9 {
        padding-bottom: 100%;
    }

    /* 4x3 Aspect Ratio */
    .intrinsic-container-4x3 {
        padding-bottom: 100%;
    }

    .intrinsic-container iframe {
        position: absolute;
        top:0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto; /* Only gives the scroll bar if needed.*/
    }

    #mobileShowFooter{
        display: none;
    }
    .sweet-alert h2{
        font-size: 14px;
        line-height: normal;
    }

    .sweet-alert{
        width: 300px;
        overflow: auto;
    }

    .sweet-alert button{
        padding: 5px;
        margin: 5px;
    }

   

}