@charset "UTF-8";

.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
  float:left;
}

.col-sm-6 {
  width:50%;
}

.col-sm-3 {
  width:25%;
}

.width20 {
  width:20%!important;
}

.width10 {
  width:10%!important;
}

.preview {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D */
  background:#7cfdf8;
/* Old browsers */
  background:-moz-linear-gradient(top,#7cfdf8 0%,#2154b0 100%);
/* FF3.6-15 */
  background:-webkit-linear-gradient(top,#7cfdf8 0%,#2154b0 100%);
/* Chrome10-25,Safari5.1-6 */
  background:linear-gradient(to bottom,#7cfdf8 0%,#2154b0 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7cfdf8',endColorstr='#2154b0',GradientType=0);
/* IE6-9 */
  border:2px solid black;
  border-radius:5px;
  margin:auto;
  width:40%;
  padding:10px;
  color:white;
  text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
  font-size:14px;
}

.col-sm-3 a {
  text-decoration:none;
}

.preview:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e0e0e+0,7d7e7d+100 */
  background:#2154b0;
/* Old browsers */
  background:-moz-linear-gradient(top,#2154b0 0%,#7cfdf8 100%);
/* FF3.6-15 */
  background:-webkit-linear-gradient(top,#2154b0 0%,#7cfdf8 100%);
/* Chrome10-25,Safari5.1-6 */
  background:linear-gradient(to bottom,#2154b0 0%,#7cfdf8 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2154b0',endColorstr='#7cfdf8',GradientType=0);
/* IE6-9 */
}

.profile_row #profile_header {
  background:url(http://alyssaworld.com/s/wp-content/uploads/2015/12/logo.png) no-repeat top;
  display:table-cell;
  vertical-align:bottom;
  height:500px;
}

.bottom {
  margin-top:100px;
}

.fullwidth {
  width:100%;
}

body {
  background-color:#ffffff;
  background:url(http://alyssaworld.com/s/wp-content/uploads/2015/12/background2.jpg) fixed;
  background-size:100%;
  color:white;
  font-family:'Verdana';
  font-weight:bold;
  font-style:normal;
  font-size:17px;
}

#profile_header .label,#profile_header .value {
  font-size:17px;
  color:white;
  font-weight:bold;
}

#about_me_label {
  display:none!important;
}

#tags_value {
  width:100%!important;
}

.heading,.profile_section_content {
  text-align:center;
}

#profile_about_me .container,#profile_friends .container,#profile_header_container .container {
  display:block;
  margin:0 auto;
  text-align:center;
}

#profile_about_me .label,#profile_friends .label,#profile_header_container .label {
  border-right:black solid 2px;
  text-align:right;
  padding-right:10px;
  margin-right:10px;
}

#profile_about_me .value,#profile_friends .value,#profile_header_container .value {
  text-align:left;
  padding-left:0;
}

#profile_about_me .label,#profile_about_me .value,#profile_friends .label,#profile_friends .value,#profile_header_container .label,#profile_header_container .value {
  display:inline-block;
  width:610px;
}

@media (max-width: 1400px) {
  #profile_about_me .label,#profile_about_me .value,#profile_friends .label,#profile_friends .value,#profile_header_container .label,#profile_header_container .value {
    width:200px;
  }
}

#about_me_value {
  width:100%!important;
  text-align:center!important;
}

#avatar_holder {
  position:absolute;
  margin:auto;
  right:0;
  left:0;
  top:-80px;
}

#profile_avatar {
  border:solid white 5px;
  border-radius:50px;
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
}

#profile_header_container {
  margin-left:0;
}