    .alert ul{
        margin-left: 15px
    }

    #extr-page .hero{
        background-image:none;
    }
    
    #centered{
        float: none;
        margin: 0 auto;
    }
    
    .inline_block{
        display: inline-block;
    }  
    
    .filter{
        padding: 5px
    }
    
    .filter select{
       height: 22px;
       float: left;
       margin-right: 5px;       
    }
    
    .delete-link form button{
        background: transparent;
        border: 0;
        width: 100%;
        padding: 3px 0;
        padding-left: 18px;
        box-sizing: border-box;
        text-align: left
    }
    
    .delete-link form button:hover{
        background: #3276b1;
        color: #fff
    }
    
    .modal .photo-holder img{
        max-width: 100%
    }
    
    .photo-preview-btn{
        margin-top: 10px
    }
    
    #logo{
        margin-top: 12px;
        color: #fff;
        font-size: 18px;
        font-weight: bold
    }
    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
        .modal-wide .modal-dialog {
          width: 800px; 
        }
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }