.all_gradient {
  background-color: #F07575; /* fallback color if gradients are not supported */
  background-image: -webkit-linear-gradient(left, #FFFFFF, #228B22); /* For Chrome and Safari */
  background-image:    -moz-linear-gradient(left, #FFFFFF, #228B22); /* For old Fx (3.6 to 15) */
  background-image:     -ms-linear-gradient(left, #FFFFFF, #228B22); /* For pre-releases of IE 10*/
  background-image:      -o-linear-gradient(left, #FFFFFF, #228B22); /* For old Opera (11.1 to 12.0) */ 
  background-image:         linear-gradient(to right, #FFFFFF, #228B22); /* Standard syntax; must be last */

}

.allocation_gradient {
  background-color: #F07575; /* fallback color if gradients are not supported */
  background-image: -webkit-linear-gradient(left, #FFFFFF, #228B22); /* For Chrome and Safari */
  background-image:    -moz-linear-gradient(left, #FFFFFF, #228B22); /* For old Fx (3.6 to 15) */
  background-image:     -ms-linear-gradient(left, #FFFFFF, #228B22); /* For pre-releases of IE 10*/
  background-image:      -o-linear-gradient(left, #FFFFFF, #228B22); /* For old Opera (11.1 to 12.0) */ 
  background-image:         linear-gradient(to right, #FFFFFF, #228B22); /* Standard syntax; must be last */

}

.network_gradient {
  background-color: #F07575; /* fallback color if gradients are not supported */
  background-image: -webkit-linear-gradient(left, #FF0000, #EEFC44,#228B22); /* For Chrome and Safari */
  background-image:    -moz-linear-gradient(left, #FF0000, #EEFC44,#228B22); /* For old Fx (3.6 to 15) */
  background-image:     -ms-linear-gradient(left, #FF0000, #EEFC44,#228B22); /* For pre-releases of IE 10*/
  background-image:      -o-linear-gradient(left, #FF0000, #EEFC44,#228B22); /* For old Opera (11.1 to 12.0) */ 
  background-image:         linear-gradient(to right,#FF0000, #EEFC44,#228B22); /* Standard syntax; must be last */

}

.users_gradient {
  background-color: #F07575; /* fallback color if gradients are not supported */
  background-image: -webkit-linear-gradient(left, #FFFFFF, #228B22); /* For Chrome and Safari */
  background-image:    -moz-linear-gradient(left, #FFFFFF, #228B22); /* For old Fx (3.6 to 15) */
  background-image:     -ms-linear-gradient(left, #FFFFFF, #228B22); /* For pre-releases of IE 10*/
  background-image:      -o-linear-gradient(left, #FFFFFF, #228B22); /* For old Opera (11.1 to 12.0) */ 
  background-image:         linear-gradient(to right, #FFFFFF, #228B22); /* Standard syntax; must be last */

}