.my-btn {
    width: 300px !important;
    text-align: left;
}

.brand-header {
    padding: 0;
    border: 0;
    margin: 20px 20px 20px 0px;
}

.slogan {
    text-transform: uppercase;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    color: #2c4f6c;
    font-size: 22px;
    line-height: 120%;
}

.post-title {
    padding: 0;
    margin: 0;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    overflow-y: scroll;
}
body {
    /* Margin bottom by footer height */
    padding-top: 50px;
    margin-bottom: 500px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 500px;
    background-color: #eee;
}

/* HTML and Javascript Print Customization to remove URLs */

@media print {
    a[href]:after {
        content: none !important;
    }
}


hr.faded {
    clear: both;
    float: none;
    width: 100%;
    height: 1px;
    margin: 1.4em 0;
    border: none;
    background: #ddd;
    background-image: -webkit-gradient(
            linear,
            left bottom,
            right bottom,
            color-stop(0, rgb(255,255,255)),
            color-stop(0.1, rgb(221,221,221)),
            color-stop(0.9, rgb(221,221,221)),
            color-stop(1, rgb(255,255,255))
    );
    background-image: -moz-linear-gradient(
            left center,
            rgb(255,255,255) 0%,
            rgb(221,221,221) 10%,
            rgb(221,221,221) 90%,
            rgb(255,255,255) 100%
    );
}