.spnowrap{
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis; 
}
.mynavtext{
	padding-left: 5px;
	padding-right: 5px;
}
.myhelpblock{
  display: block;
  height: 30px;  
  margin-top: 10px; 
  padding-top: 10px;
  color: #737373;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  /*background-color: orange;*/
}

.mybadge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 6px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #337ab7;
  background-color: #ddd;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px;
}

.myul {
    margin: 0 auto;
    padding: 0 5px;
    max-width: 500px;
}

.myul li{
    width: 100%;
    list-style: none;
    margin:3px auto;
    padding: 3px 0;
}

.s_imgcont{
  float: left;
  margin-right: 3px;
}

.s_title{ 
  margin-top: 10px;
}

.s_des{ 
  margin-top: 2px;
  color:gray; 
}




