.animation-rotate {
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

  button.green{
    background-color: #5cb85c;
    border-color: #4cae4c;
  }
  button:hover.green {
    background-color: #47a447;
    border-color: #398439;
  }
  
  button.red{
    background-color: #d9534f;
    border-color: #d43f3a;
  }
  button:hover.red {
    background-color: #d2322d;
    border-color: #ac2925;
  }
  
.selectlist{
	padding-top: 1px!important;
	font-size: 15pt!important;
	margin-top:.5em!important;
	width: 80%!important;
	border-style: solid!important;
	border-width:1px!important;
	border-color:orange!important;
}

.ui-label  {
	margin-top:1em!important;
	float:left!important;
	width:20%!important;
}
  
 a.addfacelink {
	 cursor: pointer; 
	 width: 24px; 
	 height: 24px;
	 max-width: 256px;
	 max-height: 256px; 
	 fill: none;
	 stroke:white;
	 stroke-linecap:round;
	 stroke-linejoin:round; 
	 stroke-width:30;
}
 a.addfacelink:hover {
	stroke: black;
}

 a.svgmin {
	 cursor: pointer; 
	 width: 24px; 
	 height: 24px;
	 max-width: 256px;
	 max-height: 256px; 
	 fill: none;
	 stroke:white;
	 stroke-linecap:round;
	 stroke-linejoin:round; 
	 stroke-width:3;
}
 a.svgmin:hover {
	stroke: black;
}