.header {
    width: 100%;
}

.overlay {
    padding-left: 20px;
    font-size: 22px;    
    background-color: gray;
    color: white;
}

.markdown p {
    font-size: 21px !important;
    line-height: 33.6px !important;
    font-family: 'Segoe UI', Tahoma, Arial, sans-serif !important;
    font-weight: 400 !important;
}
.md-avatar {
    width: 90px !important;
}

.content {
    display: block;
    padding: 20px;
    background-color: white;
    border-left: gray;
    border-top: gray;
    border-right: silver;
    border-bottom: silver;
    font-size: 1.1em;
    line-height: 1.1em;
    position: relative;
}
.md-list-item-text p, .md-list-item-text h3 {
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
}


@media (min-width: 768px) {
    .md-list-item-text p, .md-list-item-text h3 {
        font-size: 18px !important;
        line-height: 26px !important;
        font-weight: 400 !important;
    }
    .overlay {
        position: absolute;
        top: 200px;
        font-size: 50px;
        color: white;
        background: rgb(0, 0, 0); /* Fallback for web browsers that doesn't support RGBa */
        background: rgba(0, 0, 0, 0.3); /* RGBa with 0.6 opacity */
    }
}


#success {
    position: relative;
}

.message {
    font-size: 1.5em;
    position: absolute;
    top: 0;
    color: white;
    padding: 20px;
    top: 40px;

	background: rgb(0, 0, 0); /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.3); /* RGBa with 0.6 opacity */
}
