.option-title {
  font-size: 16px;
  font-weight: bold;
}
.tpsgallery_settings ul li i {
  margin-right: 5px;
}
span.tfremoves {
  background: red;
  color: #fff;
  padding: 1px 5px;
  display: block;
  overflow: hidden;
  width: 50px;
  float: left;
  margin-right: 10px;
}
span.tfadded {
  background: #3c8a1d;
  color: #fff;
  padding: 1px 5px;
  display: block;
  overflow: hidden;
  width: 50px;
  float: left;
  margin-right: 10px;
  text-align: center;
}
span.tffixed {
  background: #ab1b77;
  color: #fff;
  padding: 1px 5px;
  display: block;
  overflow: hidden;
  width: 50px;
  float: left;
  margin-right: 10px;
  text-align: center;
}
.tpsgallery_settings {
  margin: 20px 0;
}
.tpsgallery_settings .option-box {
  margin: 10px 0;
  padding: 10px;
}
.tpsgallery_settings .option-box:hover {
}
.tpsgallery_settings .option-box .option-title {
  font-size: 16px;
  font-weight: bold;
}
.tpsgallery_settings .option-box .option-info {
  color: rgb(153, 153, 153);
  font-size: 13px;
  font-weight: normal;
  margin: 10px 0;
}
.tpsgallery_settings ul.tab-nav {
  clear: both;
  margin: 0;
  padding: 0;
}
.tpsgallery_settings ul.tab-nav li {
  background: none repeat scroll 0 0 rgb(230, 230, 230);
  cursor: pointer;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 15px 20px;
}
.tpsgallery_settings ul.tab-nav li.active {
  background: #0073aa;
  font-weight: bold;
  color: #fff;
}
.tpsgallery_settings ul.box {
  clear: both;
  margin: 0;
  padding: 0;
}
.tpsgallery_settings ul.box li.tab-box {
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  display: none;
  margin: 0;
  width: 100%;
}
.tpsgallery_settings .new_user_profile_social {
  margin: 15px 5px;
}
.tpsgallery_settings ul.voting-bg-img-list {
}
.tpsgallery_settings ul.voting-bg-img-list li {
  display: inline-block;
  margin: 5px;
}
.tpsgallery_settings ul.voting-bg-img-list li.bg-selected {
}
.tpsgallery_settings ul.voting-bg-img-list li img {
  border: 2px solid #ffffff;
}
.tpsgallery_settings ul.voting-bg-img-list li.bg-selected img {
  border: 2px solid #ff5a11;
}
.tpsgallery_settings h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 25px 0;
}
.tpsgallery_settings .expandable {}
.tpsgallery_settings .expandable .items {
  background: none repeat scroll 0 0 rgb(255, 255, 255);
  border-bottom: 1px solid rgb(153, 153, 153);
  margin: 2px 0;
}
.tpsgallery_settings .expandable .items.ui-sortable-helper {
  border: 1px dashed rgb(153, 153, 153);
}
.tpsgallery_settings .expandable .header {
  background: none repeat scroll 0 0 rgb(255, 255, 255);
  padding: 5px;
}
.tpsgallery_settings .expandable .active .options {
  display: block;
}
.tpsgallery_settings .expandable .options {
  background: none repeat scroll 0 0 rgb(240, 240, 240);
  display: none;
  padding: 10px;
}
.tpsgallery_manager_hint {
  display: block;
  font-size: 14px;
  margin-top: 15px;
  overflow: hidden;
}
.tpsgallery_manager_hint.toss {
  color: #999;
  font-weight: 400;
}

@media all and (max-width: 799px) {
  .tpsgallery_settings ul.tab-nav li {
    display: block;
    float: none;
  }
  .tpsgallery_settings ul.tab-nav li.active {
    font-weight: bold;
  }
  .tpsgallery_settings .pricing-table .column {
    display: block;
    float: none;
    width: 100%;
    border-right: 1px solid #ff9601;
    margin: 50px 0;
  }
}
#details_profiles_area {
    display: block;
    overflow: hidden;
}
.details_profiles_cols {
    width: 50%;
    float: left;
}

/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1280px) { 
.details_profiles_cols {
  float: none;
  width: 100%;
}
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
.details_profiles_cols {
  float: none;
  width: 100%;
}
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 
	.details_profiles_cols {
		width: 100%;
		float: none;
	}
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 
	.details_profiles_cols {
		width: 100%;
		float: none;
	}
}