/*
EDG Documentation Styles
Created by Ralph Hodgson
*/

.wy-side-nav-search{ background-color:rgb(233, 225, 225)}

.wy-nav-side{ background-color:rgb(233, 225, 225)}

.wy-menu-vertical a{ color: black}

.strike{ text-decoration: line-through !important }

.wy-nav-content {
    padding: 1.618em 3.236em;
    height: 100%;
    max-width: 2000px;
    margin: auto;
}

p {
    line-height: 24px;
    font-size: 18px;
    margin: 0 0 24px;
}

.edg-figure {
    padding: 8px;
    border-radius: 8px;
    border-width: 1px;
    border-color: #55a5d9;
    border-style: solid;
    max-width: 70%  !important;
    margin-bottom: 6px;
}

.edg-figure-l {
    padding: 8px;
    border-radius: 8px;
    border-width: 1px;
    border-color: #55a5d9;
    border-style: solid;
    max-width: 70%;
    margin-bottom: 6px;
}

.edg-figure-vl {
    padding: 8px;
    border-radius: 8px;
    border-width: 1px;
    border-color: #55a5d9;
    border-style: solid;
    max-width: 80%;
    margin-bottom: 6px;
}

.edg-figure-m {
    padding: 8px;
    border-radius: 8px;
    border-width: 1px;
    border-color: #55a5d9;
    border-style: solid;
    max-width: 50%  !important;
    margin-bottom: 6px;
}

.edg-figure-s {
    padding: 8px;
    border-radius: 8px;
    border-width: 1px;
    border-color: #55a5d9;
    border-style: solid;
    max-width: 25%;
    margin-bottom: 6px;
}

.edg-figure-vs {
    padding: 8px;
    border-radius: 8px;
    border-width: 1px;
    border-color: #55a5d9;
    border-style: solid;
    max-width: 15%;
    margin-bottom: 6px;
}

.edg-left-figure, .edg-right-figure {
    display: inline-block !important;
    width: 40% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.edg-text-align-center {
    text-align: center;
}

.tight-table td {
    white-space: normal !important ;
}

.wy-table-responsive table td, .wy-table-responsive table th {
    white-space: break-spaces !important
}


