@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px) {

.topuser {
	padding-right : 40px;
}

.topuser::after {
	right : 5px;
}

.tablelist table {
	width : 100%;
}



































































































}
