.icContact {
    background: url(icons/contact.png) !important;
    height:16px;
    width:16px;
    margin-right: 2px;
}

.icTeam {
    background: url(icons/team.png) !important;
    height:16px;
    width:16px;
    margin-right: 2px;
}

.icCite {
    background: url(icons/cite.png) !important;
    height:16px;
    width:16px;
    margin-right: 2px;
}

.icInfo {
    background: url(icons/info.png) !important;
    height:16px;
    width:16px;
    margin-right: 2px;
}

.icDownload {
    background: url(icons/download.png) !important;
    height:16px;
    width:16px;
    margin-right: 2px;
}

.icStart {
    background: url(icons/start.png) !important;
    height:16px;
    width:16px;
    margin-right: 2px;
}

.icHome {
    background: url(icons/home.png) !important;
    height:16px;
    width:16px;
    margin-right: 2px;
}

#support_cont {
  display:                 flex;
  display:                 -webkit-flex; /* Safari 8 */
  flex-wrap:               wrap;
  -webkit-flex-wrap:       wrap;         /* Safari 8 */
  justify-content:         center;
  -webkit-justify-content: center;       /* Safari 8 */
}

.support_block {
  width:              150px;
  height:             100px;
  text-align: center;
  margin:             10px;        
}

.ui-menuitem.ui-widget.ui-corner-all:nth-last-child(-n+3){
	float: right;
}

.singleLine{
    text-wrap:none;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.darkred{
background-color : darkred !important;
}

.red{
background-color: red !important; 
}

.yellow{
background-color: yellow !important;
}

.greenyellow{
background-color: greenyellow !important; 
}

.green{
background-color: green !important; 
}