/* CSS Document */


.multiverse-section {
    color:#FFFFFF;
    background:#333;
    padding-top:50px;
    padding-bottom:50px;
    
}
.universe-layout-element-wrapper {
    color:#FFFFFF;
    font-size:18px;
}
.universe-layout-element-wrapper h2,
.universe-layout-element-wrapper h3 {
    color:inherit;
}
.universe-layout-element-wrapper p {
    color:inherit;
}
.universe-layout-element-wrapper a {
    color:inherit;
}
.universe-layout-element-wrapper .ui.segment {
    position:relative;
    background: transparent;
    border: 0px;
    border-radius: 0px;
    padding: 1em;
    box-shadow:none;
    min-height:10rem;
    font-size:inherit;
}
.universe-layout-element-wrapper .ui.segment.calltoaction {
    border: 4px solid #FFF;
    min-height:0;
    padding-bottom:3rem;
}
.universe-layout-element-wrapper .ui.segment.calltoaction .button {
    position:absolute;
    bottom: -2rem;
    right: 2rem;
}