@media (min-width: 700px) {.smiley-scroll {height: 268px;border: solid 1px gray;overflow:auto;}}@media (max-width: 700px) {.smiley-scroll {	height: 150px;	border: solid 1px gray; 	overflow:auto;}}#mchat-smilies {height: 100px;border: solid 1px gray;overflow:auto;}@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {#mchat-smilies { height: 100px;border: solid 1px gray;overflow:auto;}}