

p.enterprise-edition {
    padding: 5px;
    border: #dfdfdf 1px solid;
}

p.enterprise-edition img {
    width: 33px;
    vertical-align: bottom;
    border: 0;
    margin-right: 6px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin: 30px 0;
    border: 1px solid #c4c4c4;
}

.markdown-section img {
    border: 1px solid #c4c4c4;
}

.markdown-section img.front-page {
    border: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#footer-callout-wrap {
    color: #000000;
    padding: 20px 0;
    margin: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

#footer-callout {
    font-size: 1.385em;
    display: flex;
    align-items: center;
}

#footer-callout-left {
    font-size: 0.65em;
    width: 75%;
}

#footer-callout-left, #footer-callout-right {
    display: block;
    float: left;
}

#footer-callout-right {
    width: 23%;
    margin-left: 2%;
}

#footer-callout-left, #footer-callout-right {
    display: block;
    float: left;
}

#footer-callout .theme-button {
    color: #ffffff;
    background: #dd3333;
}

#footer-callout .theme-button {
    margin: 0;
    text-align: center;
    font-size: 0.889em;
    padding: 4%;
}
