﻿body {
}

@media screen and (-ms-view-state: fullscreen-landscape) {
}

@media screen and (-ms-view-state: filled) {
}

@media screen and (-ms-view-state: snapped) {
}

@media screen and (-ms-view-state: fullscreen-portrait) {
}

#mainTable 
{
    width: 100%;
    height: 100%;
}

.mainTitle
{
    font-size: 40px;
}
        
.borderedCell 
{
    border-style: inset;
    border-width: 8px;
    border-color: Olive;
    color: Yellow;
    padding: 5px;
    background-color: Black;
}
        
#testGroupsTableCell 
{
    width: 30%;
}
        
#testsTableCell
{
    width: 70%;
}
        
#appUrlLabelCell
{
    padding: 5px;
    width: 150px;
    font-size: 20px;
}
        
#txtAppUrl
{
    padding: 5px;
    width: 100%;
}
        
#saveAppInfoCell, #loadAppInfoCell 
{
    padding: 5px;
    width: 150px;
}
        
button 
{
    height: 30px;
}
        
.testsTitle 
{
    font-size: 25px;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}
        
.testGroupItem 
{
    font-size: 16px;
    padding: 10px;
    color: Lime;
}
