@charset "UTF-8";
/* CSS Document */


@media screen and (max-width:619px) {
	
	.top-banner {
    background-image: url(../../../../00-commmon/features/top-banner.jpg);
    background-repeat: no-repeat;
    height: 160px;
    background-position: center 0%;
    margin-top: -26px;
    margin-bottom: 25px;
    background-size: cover;
}

	.component table {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    width: 225px !important;
}
	
		.component .name {
    width: 70px !important;
}

}
