/*View Groups*/ .groups-view { border-bottom: 1px solid #DDDDDD; border-right: 1px solid #DDDDDD; margin-bottom: 10px; margin-top: -10px; min-height: 122px; padding-bottom: 10px; padding-top: 10px; } .groups-view ul li{ float: left; font-size: 12px; color: #a5a5a5; width: 43%; } .groups-view h4 a{ color: #444; } .small{ color: #999999; } .groups-view img { border: 2px solid #DDDDDD; padding: 0; width: 100%; } .min-height-25{ min-height: 25px; } .groups-view:nth-of-type(odd) { border-right: none; } .groups-view:nth-of-type(even) { padding-left: 2px; } .nomargin { margin: 0px !important; } .line-height-1{ line-height:1 !important; } .margin-bottom-10{ margin-bottom: 10px; }