div.list-button{
 		style="margin-right:15px;"
 	}
    div.numberSpot{
          border-radius:50%;
          width:30px;
          height:30px;
          float: left;
          color: #fff;
          margin-right:20px;
          text-align:center;
          padding-top: 5px;
    	  margin-top: -5px;

    }
    .bgColor-darkBlue{
          background-color: #004b71;
     }
     .bgColor-lightBlue{
          background-color: #00c3e0;
     }
     .bgColor-green{
          background-color: #7c993f;
     }
     .bgColor-orange{
          background-color: #e17917;
     }
     .bgColor-purple{
          background-color: #794598;
     }
     .bgColor-gray{
          background-color: #767676;
     }

	.arrow-right:before{

        font-family: 'FontAwesome';
        content: "\f105";
        vertical-align: middle;
        font-variant: normal !important;
        color: #9b9b9b !important;
        text-transform: none !important;
        font-style: normal;
    	padding-right: 15px;

    }
    
    @media screen and (max-device-width: 480px) {
		 .list-mobile-view-hidden{
	    	display:none;
	    }
    }
   