/*
 * Styles for the public Problem Details page (/problem/...).
 * Extracted from inline <style> blocks in Public/ProblemDetails.aspx so that
 * the Admin Problem Detail Editor's preview iframe can load them too, for
 * higher-fidelity rendering of the stored HTML content.
 * See also: problem-details.less
 */

#divRightHandColumn {
    margin-top: 5px;
}

.pitchPanel {
    padding: 15px;
    margin: 5px;
    border: 3px solid #777777;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.pitchHeadline {
    font-size: 22px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.pitchList {
    padding-top: 0px;
    font-size: 12px;
    list-style-image: none;
    list-style: disc;
}

.contentPanel {
}

#HeaderCTAButton {
    float: right;
}

.topP {
    padding-top: 0px;
}

.bottomP {
}

/* TOC / accordion */
.accordion-heading .accordion-toggle {
    font-size: 15px;
    color: #333;
    background-color: #efefef;
}

.accordion-heading a.accordion-toggle:hover {
    text-decoration: none;
    color: #777;
}

ol.toc-submenu {
    list-style: lower-roman;
    margin-left: 30px;
}

ol.toc-submenu li {
    line-height: 15px;
    margin-bottom: 7px;
}

.login-left {
    float: left;
    margin-top: 5px;
}

.login-right {
    float: right;
}

.add-monitor-row {
    margin-right: 30px;
    margin-left: 30px;
}

.get-action-callout {
    display: grid;
    grid-template-columns: 1fr auto;
    border: 1px solid #ddd;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    padding: 15px 30px;
    margin-bottom: 20px;
}

.get-action-callout .get-action-callout-text {
    font-weight: bold;
}
