/* Styles for adminshopopencontroller */
.logo-div {
    width: 50%
}

p.remind {
    color: #CC0000;
    font-style: italic;
    font-size: 12px;
    margin-bottom: 25px;
}

p.current-logo {
    font-size: 12px;
    font-weight: 600;
    color: #3586AE;
    border-bottom: 1px solid #3586AE;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.img-logo {
    width: 200px;
}



/* Schoollogo module styles */

/* Collection */
.logo_div {
    margin: 20px 0;
}

p.school_name, p.school_logo {
    font-size: 14px;
    font-weight: 600;
    color: #383D47;
    margin-bottom: 15px;
}

p.school_name > span {
    font-weight: normal !important;
}

p.school_logo {
    margin-bottom: 5px !important;
}

/* Poduct Page */
.product_page_logo_div {
    width: 100%;
    margin: 20px 0;
    overflow: hidden;
}

.product_page_logo_div > div {
    display: inline-block;
    float: left;
}

.product_page_logo_div > div > img {
    display: block;
}

.product_page_school_name {
    margin-top: -10px;
    padding-left: 10px;
}