.bg-green
{
    background-color:#37A794!important;
}
.bg-green.hover
{
    transition:all 0.3s ease;
}
.bg-green.hover:hover
{
    background:#63BD9A!important;
}
a{ color:white; }
a:hover{ color:white; }

.container{position:relative;background-color:var(--main-container-color);}
.container:before{
    box-shadow: -15px 0 15px -15px inset #666;
    content: " ";
    height: 100%;
    left: -15px;
    position: absolute;
    top: 0;
    width: 15px;
}
.container:after{
    box-shadow: 15px 0 15px -15px inset #666;
    content: " ";
    height: 100%;
    position: absolute;
    top: 0;
    right: -15px;
    width: 15px;
}

/* 
.theme-content-outer{}
.content-outer{position:relative;}

.theme-content-inner{}
.content-inner{position:relative;}
.content-inner:before {
    box-shadow: -15px 0 15px -15px inset #666;
    content: " ";
    height: 100%;
    left: -15px;
    position: absolute;
    top: 0;
    width: 15px;
}
.content-inner:after {
    box-shadow: 15px 0 15px -15px inset #666;
    content: " ";
    height: 100%;
    position: absolute;
    top: 0;
    right: -15px;
    width: 15px;
} */
