
.card-container.card {
  max-width: 350px;
  padding: 40px 40px; }

/*
 * Card component
 */
.card {
  background-color: #F7F7F7;
  /* just in case there no content*/
  padding: 20px 25px 30px;
  margin: 0 auto 25px;
  margin-top: 50px;
  /* shadows and rounded borders */
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); }

.profile-img-card {
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

#grad {
  background: #ffffff;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #3f95ea, #52d3aa);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #3f95ea, #52d3aa);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #3f95ea, #52d3aa);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #3f95ea, #52d3aa);
  /* Standard syntax */
  background-attachment: fixed; }


/*# sourceMappingURL=main.css.map */
