+
+ #boundry {
+ float: left;
+ width: 60px;
+ }
+
+ #icon {
+ height: 59px;
+ max-width: 60px;
+ width: auto;
+ }
+
+ #reflection {
+ height: 59px;
+ max-width: 60px;
+ opacity: 0.4;
+ position: absolute;
+ -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
+ width: auto;
+ }
+
+ #id {
+ white-space: nowrap;
+ }
+
+ #header {
+ background: transparent;
+ border: none;
+ }
+
+ #header > div {
+ padding: 0;
+ margin-left: 2px;
+ }
+
+ #content {
+ margin: auto 0;
+ position: absolute;
+ left: 72px;
+ width: 237px;
+ }
+
+ #lower {
+ margin: 12px 5px;
+ }
+
+ #name {
+ margin: 5px 5px;
+ font-weight: bold;
+ }
+
+ #latest {
+ color: #335588;
+ float: left;
+ }
+
+ #rating {
+ float: right;
+ margin-top: -7px;
+ width: 130px;
+ }
+
+ #description {
+ background-color: #c7ced5;
+ border-bottom: 1px solid #999999;
+ border-top: 1px solid #999999;
+ font-size: 16px;
+ margin: 9px 10px;
+ padding: 10px;
+ }