.reping-list .list-item { border-bottom: 1px solid #1D4767; clear: both; display: block; padding: 6px 10px 0px 10px; padding-bottom: 6px; min-height: 48px; height:auto; } .reping-list .list-item:hover { background: #fff; } .reping-list .reping-avatar { float: left; width: 50px; } .reping-list .reping-avatar img{ -webkit-border-radius: 50%; border-radius: 50%; } .reping-list .contavatar { padding: 0 0 0 60px; } .reping-list .contavatar a:link,a:visited{ color:#000 } .reping-list .contavatar a:hover{ color:red } .reping-list .reping-nickname { display: block; padding: 0 0 5px; color: #FFF; width: auto; } .reping-list .reping-content { padding: 0 0 10px; width: auto; } .reping-title{ display: block; color: #999999; } .buttons { border: 1px solid #bbb; border-radius: 1px; box-shadow: 0 1px 0 1px rgba(0,0,0,.04); width: 100%; background: #f3f3f3; background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); } .custom-select { position: relative; } .custom-select select { width:100%; margin:0; background:none; border: 1px solid transparent;text-align:center; outline: none; /* Prefixed box-sizing rules necessary for older browsers */ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; /* Remove select styling */ appearance: none; -webkit-appearance: none; /* Font size must the 16px or larger to prevent iOS page zoom on focus */ /* General select styles: change as needed */ font-family: helvetica, sans-serif; font-weight: bold; font-size: 15px; color: #444; padding: .6em 1.9em .5em .8em; line-height:1.3; } .custom-select select option {text-align:center} .custom-select::after { content: ""; position: absolute; width: 0px; height: 0px; top: 50%; right: 8px; margin-top:-4px; border:8px solid #929497; border-width: 8px 5px 8px; border-color: #929497 transparent transparent transparent; z-index: 2; pointer-events:none; }