@charset "utf-8";
body {
	background-image: url("images/Ptree.png");
	background-position: center top;
	background-repeat: no-repeat;
	max-width: 100%;
    height: auto;
	background-size: contain;
	background-color: #042F03;
	
}
.table-condensed {
	width: inherit;
	align-items: center;
	resize: horizontal;
	table-layout: auto;
}
td {
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    max-width: 30px;
}
@media screen and (max-width: 767px) {
  .tablee {
    width: 100%;
	}
}
.eng:hover{
    background-image: url("images/eng.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
    height: auto;

}
.mdg:hover{
    background-image: url("images/mdg.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 180%;
}
.mit:hover{
    background-image: url("images/mit.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 120%;
    height: auto;

}
.ddd:hover{
    background-image: url("images/ddd.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 120%;
    height: auto;

}

.erg:hover{
    background-image: url("images/erg.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 120%;
    height: auto;

}
