﻿.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;
    
}   
}
div.CardDarkGray {
    background-color: #555555;
    color: black;
    padding: 15px;
    border-style: solid;
    border-width: 20px;
    border-top: solid;
    border-bottom: solid;
    border-left: solid;
    border-right: solid;
}

.MainContent {
    background: rgba(0,0,0,0);
    border-radius: 6px;
}

.phone .MainContent,
.tablet .MainContent {
    margin-top: 0px;
}

