﻿.MatrixMinorA {
    width: 130px;
    height: auto;
    border: none;
    background-color:white;
    color: peru;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    text-align: center;
}
.MatrixMinorB {
    width: 130px;
    height: auto;
    border: none;
    background-color: darkseagreen;
    color: crimson;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    text-align: center;
}
.NOTEText {
    width: 100px;
    height: 50px;
    text-align: center;
    border: 4px solid #808080;
    color: maroon;
    background-color: darkgray;
    font-family: 'Franklin Gothic';
    font-size: 20px;
}

.Index {
    width: 100px;
    height: 50px;
    text-align: center;
    border: 4px solid #808080;
    color: peru;
    background-color: darkcyan;
    font-family: 'Times New Roman';
    font-size: 30px;
}
.MatrixMinorALeft {
    width: 130px;
    height: auto;
    border: none;
    border-left: solid white;
    background-color:white;
    color: peru;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    text-align: center;
}

.MatrixMinorBLeft {
    width: 130px;
    height: auto;
    border: none;
    border-left: solid white;
    background-color: darkseagreen;
    color: crimson;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    text-align: center;
}

.MatrixMinorARight {
    width: 130px;
    height: auto;
    border: none;
    border-right: solid white;
    background-color:white;
    color: peru;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    text-align: center;
}

.MatrixMinorBRight {
    width: 130px;
    height: auto;
    border: none;
    border-right: solid white;
    background-color: darkseagreen;
    color: crimson;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    text-align: center;
}



.MatrixOutsideA {
    width: auto;
    height: auto;
    border: none;
    background-color: coral;
    color: black;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    text-align: center;
}
.MatrixOutsideB {
    width: auto;
    height: auto;
    border: none;
    background-color: coral;
    color: black;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    text-align: center;
}
.SolutionTableM {
    width: 130px;
    height: auto;
    border: none;
    background-color:white;
}
.SolutionTableT {
    width: 130px;
    height: auto;
    border-bottom: solid yellowgreen;
    background-color:white;
}
tr, td {
    width: 130px;
    height: auto;
    border: none;
}
.trA, .tdA {
    border: 3px solid orange;
    width: 130px;
    height: auto;
}
.BackGround {
    width: auto;
    height: auto;
    border: none;
    background-color:white;
    color: peru;
}
.AnswerTable {
    /*width: auto;
    height: auto;*/
    border: none;
    background-color:white;
    color: peru;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    text-align: left;
}
.AnswerTableB {
    width: auto;
    height: auto;
    border: none;
    background-color:white;
    color: peru;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    text-align: left;
}
.AnswerTableFloatRight {
    width: auto;
    height: auto;
    border: none;
    background-color:white;
    color: peru;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    text-align: left;
    margin-right: 0px;
    margin-left: auto;
}
.AMatrixvalue {
    width: 100%;
    border: solid #554b4b;
    color: peru;
    font-family: 'Times New Roman', Times, serif;
    font-size: 40px;
    background-color: cornflowerblue;
}
.MinorSelectedInfo {
    width: auto;
    height: auto;
    border: none;
    color: peru;
    font-family: 'Times New Roman', Times, serif;
    font-size: 25px;
    text-align: left;    
}
.MatrixSign {
    width: 130px;
    height: auto;
    border: none;
    border-bottom: solid chartreuse;
    background-color: brown;
    color: peru;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    text-align: center;
}
.InputMatrixvalue {
    width: 100px;
    height: 30px;
    text-align: center;
    border: 4px solid #808080;
    color: peru;
    background-color: darkgray;
    font-family: 'Franklin Gothic';
    font-size: 15px;
}
.AugmentedMatrix {
    width: 100px;
    height: 30px;
    text-align: center;
    border: 4px solid #808080;
    color: peru;
    background-color: darkmagenta;
    font-family: 'Franklin Gothic';
    font-size: 15px;
}
.EqualSign {
    width: 100px;
    height: 30px;
    text-align: center;
    border: 4px solid #808080;
    color: peru;
    background-color: brown;
    font-family: 'Franklin Gothic';
    font-size: 15px;
}
.EquationVariable {
    width: 100px;
    height: 30px;
    text-align: center;
    border: 4px solid #808080;
    color: brown;
    background-color: darkturquoise;
    font-family: 'Franklin Gothic';
    font-size: 15px;
}
.CayleyHamilton {
    width: 100px;
    height: 30px;
    text-align: center;
    border: 4px solid #808080;
    color: peru;
    background-color: teal;
    font-family: 'Times New Roman';
    font-size: 25px;
}
.InputCellUpdated {
    width: 100px;
    height: 30px;
    text-align: center;
    border: 4px solid #808080;
    color: orange;
    background-color: cornsilk;
    font-family: 'Franklin Gothic';
    font-size: 15px;
}
.FinalAnswer {
    width: 100px;
    height: 50px;
    text-align: left;
    border: 4px solid #808080;
    background-color:white;
    font-family: 'Franklin Gothic';
    font-size: 20px;
}

.PivotElement {
    width: 100px;
    height: 30px;
    text-align: center;
    border: 4px solid #808080;
    color: peru;
    background-color: chartreuse;
    font-family: 'Times New Roman';
    font-size: 15px;
}
.VariableName {
    width: 100px;
    border: solid #554b4b;
    color: peru;
    font-family: 'Times New Roman', Times, serif;
    font-size: 40px;
    background-color: olive;
}
.BMatrixvalue {
    width: 100%;
    border: solid #554b4b;
    color: peru;
    font-family: 'Times New Roman', Times, serif;
    font-size: 40px;
    background-color: darkcyan;
}
.DivisionNTD {
    width: auto;
    height: auto;
    border: none;
    border-bottom: solid;
    background-color:white;
    color: peru;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    text-align: center;
}

.DivisionDD {
    width: auto;
    height: auto;
    border: none;
    border-bottom: solid;
    background-color: darkslategrey ;
    color: yellow;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    text-align: center;
 }


.DivisionDTD {
    width: auto;
    height: auto;
    border: none;
    background-color:white;
    color: peru;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    text-align: center;
}


.DivisionMNTD 
{    
    width: auto;
    height: auto;
    border: none;
    border-bottom: solid;
    background-color:white;
    color: peru;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    text-align: center;
    
}

.DivisionMDNTD {
    width: auto;
    height: auto;
    border: none;
    border-bottom: none;
    background-color:white;
    color: peru;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    float: left;
}
