.title {
  font-size: 1.3em;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
}

.file {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
}

.file label {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: center;
  background: #1baaa0;
  padding: 12px 20px;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  transition: all .4s;
  line-height: 1.5em;
  width: 100%;
  max-width: 318px;
  border-radius: 3px;
  margin: 0 auto;
}
.file label img {
  width: 21px;
  margin-right: 8px;
}

.file input {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  opacity: 0.01;
  cursor: pointer;
}

.file input:hover+label,
.file input:focus+label {
  background: #15867e;
  color: #ffffff;
}
.cr-boundary img {
}
#p-edit {
  width: 100%;
  max-width: 318px;
  margin: 0 auto;
}
.support {
  position: relative;
  background: #edf8f8;
    color: #5d6463;
    font-size: 0.8rem;
    width: 100%;
    max-width: 318px;
    margin: 0 auto 5px;
    padding: 10px 25px;
    border-radius: 6px;
}
.support img {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
}
.support-count {
  width: 100%;
    max-width: 318px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: #000;
}
.support-count img {
  margin-right: 5px;
}
#preview{
	position: relative;
	display: inline-block;
	height: auto;
	width: auto;
  background: transparent;
}
#profile-pic, #fg{
	width: 318px;
  border-radius: 3px;
}
#fg{
  /*width: 390px !important;
  margin: 0 auto;*/
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
  width: 100%;
  border-radius: 3px;
  margin: ;
}
#fb-set-pic{
  display: table;
  margin: 20px auto;
}

#download{
  display: block;
  margin: 0 auto;
  padding: 10px 20px;
  background: #0088b7;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  border-radius: 3px;
  outline: none;
  width: 100%;
  max-width: 318px;
  margin: 0 auto;
}

.marg{
  margin: 10px 0 10px;

}
.croppie-container .cr-boundary {

}
#fb-set-pic{
  background-color: #4267b2;
  border-color: #4267b2;
  color: #fff;
  font-size: 1em;
  border-radius: 10px;
  outline: none;
  padding: 10px 20px;
}
#download[disabled], #fb-set-pic[disabled]{
  background: #CCC;
  color: #EEE;
  border: none;
}
.design{
  height: 100px;
  border: 5px dashed #CCC;
  cursor: pointer;
}
.design.active{
  border: 5px dashed #000;
}
#comments{
  margin: 20px;
}
@media screen and (max-width: 801px){
	#content{
		width: 100%;
		margin: 0;
	}
  #comments{
    margin: 20px 0;
  }
}