﻿.MatrixNew {
    font-size: 20px;
    color: peru;
    font-weight: bolder;
}

.MatrixB {
    font-size: 20px;
    color: darkviolet;
    font-weight: bolder;
}
.MatrixZero {
    font-size: 20px;
    color: darkolivegreen;
    font-weight: bolder;
}
.MatrixVar {
    text-align: center;
    font-size: 20px;
    color: blue;
    float: left;
    width: auto;
    vertical-align: central;
    font-weight: bolder;
}
.MatrixEqual {
    width: 15px;
    height: auto;
    text-align: center;
    color: orange;
    font-size:20px;
    font-family:'Times New Roman';
}

.TDNew
{
    float: left;
    width: auto;
    height: auto;
    text-align: center;
    color:cornflowerblue;
}

.TDNewN {
    float: left;
    width: auto;
    height: auto;
    text-align: center;
    color: cornflowerblue;
    border-bottom:solid;
}

.MatrixHeader 
{
    float:left;
    background-color:magenta;
    color:chocolate;
    text-align:center;
}
.MatrixName {
    width: 75px;
    height: auto;
    text-align: center;
    color: burlywood;
    font-weight: bolder;
    font-family:'Times New Roman';
    font-size:18px;
}

.MatrixNameQR {
    width: 100px;
    height: auto;
    text-align: center;
    color: burlywood;
    font-weight: bolder;
    font-family: 'Times New Roman';
    font-size: 18px;
}
.CellRowSpan {
    float: left;
    width: auto;
    height: auto;
    text-align: center;
    color: cornflowerblue;
    margin-top: 40px;    
}
.MatrixTable {
    width: auto;
    height: auto;
    border: none;
    background-color:white;
    color: peru;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    text-align: left;
}
.ErrorElement {
    border: 8px palevioletred solid;
    background-color: darkkhaki;
    color: red;
    font-size: 55px;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
}
.BackGround {
    width: auto;
    height: auto;
    border: none;
    background-color:white;
    color: peru;
}
.MatrixHeader {
    width: auto;
    height: auto;
    border: none;
    color: Highlight;
    font-weight: bolder;
}