﻿.border
{
    border-top-style: solid;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-width: 1px;
    padding-top: 5px;
    padding-bottom:  5px;
    
}   


.MainContent {
    background: rgba(0,0,0,0);
    border-radius: 6px;
}

.Content.ThemeGrid_Wrapper {
    width: 100%;
}