
table.custom-table {
    display: flex;
    justify-content: space-evenly;
    width: auto;
    padding: 3em 0em 4em 0em;
}

div#mod-page-wrap {
    width: 100%;
}

p, p a {
    color: black;
}

a.ButtonLearn {
    display: flex;
    justify-content: center;
    text-decoration: none;
}

p.imageEditorWrap {
    display: flex;
    justify-content: center;
}

p.imageEditorWrap {
    display: flex;
    justify-content: center;
}

p.TitleDetail {
    text-align: center;
    color: white;
    font-weight: 250;
    font-size: 1em;
}

.detailsPadding{
    padding:1em;
}

.mod-expanding-information-inner{
    display:block;
}