.evosisEditv0{
    width: 5%;
    vertical-align: top;
}
.evosisEditv1{
    width: 8%;
}
.evosisEditv2{
    width: 39%;
}
.evosisEditv3{
    width: 8%;
}
.evosisEditv4{
    width: 39%;
}

.evosisEditLabel{
    padding-left: 0.5em;
}
.evosisEditSend{
    text-align: right;
}
.evosisEditSend .evoButton{
    margin-right: 0;
}

.recordGamePlatformTable img,
.recordIcon{
    width: 3.8em;
    height: 3.8em;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
.recordGamePointTable{
    width: 100%;
    border-collapse: collapse;

    border-radius: 0.4em;

    margin-top:0.2em;
    margin-bottom:0.2em;
}
.rgt20{
    width: 20%;
}
.rgt15{
    width: 15%;
}

.recordGame{
    text-align: center;
    padding: 0.3em;
}
.editIcon{
    width: 4em;
    height: 4em;
}
.recordGame input{
    margin-right: 0.3em;
}
.recordGameGraph{
    background-color: rgb(255, 255, 102);
}
.recordGameSubject{
    background-color: rgb(255, 204, 0);
}
.recordGameSound{
    background-color: rgb(255, 120, 0);
}
.recordGamePlay{
    background-color: rgb(255, 160, 0);
}
.recordGameAverage{
    background-color: rgb(255, 0, 0);
}
/*--------------------------------------------------------------------------------------------------------------------*/
.recordGamePlatformTable{
    width: 80%;
    border-collapse: collapse;
    margin-top:0.2em;
    margin-bottom:0.2em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.recordGamePlatformTable > tbody > tr:nth-child(even){
    background-color: rgba(251, 202, 162,80);
}
.recordGamePlatformTable > tbody > tr:nth-child(odd){
    background-color: rgba(253, 228, 208,80);
}
.pcMasterRace{
    background-color: rgb(255, 255, 102);
}
.currentGen{
    background-color: rgb(255, 160, 0);
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
.recordSystem{
    text-align: center;
}
.recordSystem img{
     width: 4em;
     height: 4em;
}
.recordSystemLinux{
    background: rgb(255, 0, 0);
}
.recordSystemWindows{
    background: rgb(153, 255, 0);
}
.recordSystemOsx{
    background: rgb(255, 204, 0);
}
.recordSystemXboxOne{
    background: rgb(153, 255, 0);
}
.recordSystemPS4{
    background: rgb(0, 128, 255);
}
.recordSystemPS3{
    background: rgb(0, 128, 255);
}
.recordSystemVita{
    background: rgb(0, 128, 255);
}
.recordSystemWii{
    background-color: rgb(255, 255, 102);
}
.recordGameSega{
     background-color: rgb(255, 160, 0);
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
.recordSystemTechTable{
    background-color: rgb(255, 255, 102);
    text-align: center;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
.recordPlayer{
    width: 33%;
    margin: -0.3em;
    text-align: center;
}
.recordPlayer img{
    width: 4em;
    height: 4em;
}
.recordPlayer input{
    width: 60%;
}
.recordPlayerSingle{
    background-color: rgba(172, 209, 233, 1)
}
.recordPlayerCoop{
    background-color: rgba(172, 209, 233, 0.8)
}
.recordPlayerMulti{
    background-color: rgba(172, 209, 233, 0.6)
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
.recordSystemReqTable{
    background: rgba(255, 153, 0, 1);
}
.requiredSystem{
    text-align: center;
}
.recordSystemReqTable > tbody > tr > td > .evoTextBox, .recordSystemReqTable > tbody > tr > td > .evoInputGroup{
    width: 40% !important;
}
.requiredSystem select{
    width: 40% !important;
}

.systemText{
    height: 18em;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
#companyTable tr td{
    width: 25%;
}