﻿/*
IMPORTANT
Read Before Editing
*******************

This file is ALWAYS included and contains BRANDING ui code only - i.e. CharityEngine Seal
Do not place any non-CharityEngine branding code inside this file

*******************
*/

#BrandingCEDiv {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 16px auto;
    width: 100%;
    text-align: center;
}

#BrandingCEDiv.pos-abs {
    position: absolute !important;
}

#BrandingCEDiv .branding-text {
    width: 100%;
    color: #ababab;
    font-size: 10px;
    font-family: sans-serif;
    float: left;
}

#BrandingCEDiv img {
width: 150px;
}