/*
@package: Eroshik SAVP Theme
*/
.eroshik_savp_sidebar_preview {
  min-height: 200px;
  width: 29%;
  background: #20232c;
  color: #fff;
  float: left;
  margin-top: 1.5%;
}

.eroshik_savp_sidebar_preview h1, .eroshik_savp_sidebar_preview h2 {
  color: #fff;
  margin: 0px;
  padding: 0px;
}

.eroshik_savp_sidebar_preview h2 {
  font-size: 1em;
}

.eroshik_savp_user_name {
  width: 100%;
  min-height: 30px;
  padding: 1%;
  text-align: center;
}

.eroshik_savp_user_description {
  width: 96%;
  min-height: 30px;
  padding: 1%;
  text-align: center;
}

.eroshik_savp_handlers {
  width: 100%;
  min-height: 40px;
  display: none;
  text-align: center;
}

.eroshik_savp_single_handler {
  float: left;
  margin-right: 1%;
  width: 99%;
  min-height: 40px;
  margin-top: 2%;
  line-height: 40px;
}

.eroshik_savp_form_settings {
  float: left;
  width: 70%;
  text-align: r;
  margin-left: 1%;
}

.eroshik_savp_form_settings form {
  width: 70%;
}

.eroshik_savp_image_preview {
  text-align: center;
  margin-top: 5%;
}

.eroshik_savp_image_preview img {
  max-width: 150px;
  max-height: 150px;
  width: auto;
  height: auto;
  width: 150px;
  height: 150px;
  border: solid 1px #555;
  background-color: #fff;
  border-radius: 100px;
}
