/*!
 * Bootstrap Responsive v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

div#myModalMethodology {
    top: 10% !important;
    left: 10% !important;
    right: 10% !important;
    background-color: white !important;
}

.modal.fade.in {
    top: auto;
    left: 0%;
    right: 0%;
    width: auto;
    margin-left: 0;
    padding: 20px;
}

@media (max-width: 600px) {
    .modal.fade.in {
        top: 15%;
        left: 0%;
        right: 0%;
        width: auto;
        margin-left: 0;
    }
}