.star-rating {
    display: none !important;
}
ion-text[color="warning"] {
    display: none;
}				
@media (max-width:600px) {
	table{
		display:block;
		overflow-x:scroll;
	}
	table th, table td{
		width:100%;
	}
}	
img {
    max-width: 100%;
    border: 0;
    height: auto;
}	
tr {
    display: flex;
}
table td {
    border: solid 1px #e5e5e5;
    padding: 10px;
}

.sc-ion-label-md-s h2{
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
}	

.ghab-toolbar[_ngcontent-chv-c77] ion-toolbar[_ngcontent-chv-c77] {
    width: 100%;
    height: 65px;
    border-radius: 0px !important;
}
.ghab-toolbar[_ngcontent-chv-c77] {
    height: 60px;
    width: auto;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
}	
th img {
    width: 40% !important;
}
table th, table td {
        width: 100%;
        align-content: center;
        text-align: center;
    }
    table td a {
    text-align: end !important;
}