html{
    background-color: rgb(43,43,43);
}
.footer{
    color:#fff;
}
#content {
	margin-top: 3em;
}
#masterVision > div > div{
    margin-top: 0.5em;
}

#createIssueLoadingImg{
    display: none;
}



/*yt*/
@media all and (orientation:landscape){
    #masterVision {
        display:grid;
        grid-column-gap: 0.8em;
        grid-template-columns: 25% 75%;
    }
    #masterVisionV2 {
        display:grid;
        grid-column-gap: 0.8em;
        grid-template-columns: 33% 66%;
    }
    #masterVisionV2 > div > .evoBoxModela, #masterVisionV2 > div > .evoBoxModel, #masterVisionV2 > div > .evoBoxModelb{
        width: 50%;
    }
}
/*dik*/
@media all and (orientation:portrait) {

}

.evoBoxModel > a > img{
    background: #fff;
    padding: 0.2em;
    border-radius: 0.2em;
}

.browserIcon{
    width: 2em;
    height: 2em;

    margin-top: 0.8em;
}
.browserTable, .browserTable > .evoTable2Pri > div{
    text-align: center;
}
.browserTable > .evoTable2Pri > div{
    width: 16.66%;
}

#browserTable > tbody > tr > td{
    width: 33.33%;
}

.edenAvatar{
    width: 2.8em;
    height: 2.8em;
}
.edenUserName{
    padding: 0.3em;
}
.edenExitButton{
    width: 2.8em;
    height: 2.8em;
    background: rgba(182, 52, 52,80);
}
.edenTitle{
    padding: 0.4em;
    font-size: 1.4em;
}
.edenHeader{
	position: fixed;
	top: 0;
    width: 100%;
    height: 2.8em;
    color: #fff;
    display: grid;
    grid-template-columns: 2.8em auto 2.8em 128px 2.8em;
}
.edenHeader::after{
	content: " ";
	display: table;
	clear: both;
}
.edenHeaderClear{
	clear:both;
}	
.edenHeader1{
    background-color: rgba(52, 152, 219,80);
}
.edenHeader2{
    background-color: rgba(0, 0, 0,80);
}
.edenHeader3{
    background-color: rgba(37, 77, 110,80);
}
.edenHeader4{
    background-color: rgba(247, 150, 71,80);
}
.edenHeader5{
    background-color: rgba(182, 52, 52,80);
}

#problemBody{
    height: 12em;
}

.smallText{
    font-size: 0.8em;
}