.theimage {
  width: 100%;
  display: block;
}

.imagedetails {
  width: 90%;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.imagedetails .imagedetails-left {
  display: block;
  overflow: hidden;
  width: 204px;
  margin: 0 auto;
}

.imagedetails .imagedetails-right {
  display: block;
  overflow: hidden;
  text-align: center;
}

@media all and (max-width: 700px) {
  .imagedetails .imagedetails-right {
    width: 100%;
  }
}
@media all and (min-width: 700px) {
  .imagedetails .imagedetails-left {
    margin: 0 50px 0 0;
  }
  .imagedetails .imagedetails-right {
    width: calc(100% - 254px);
  }
}
.imagedetails h1 {
  margin: 10px 0 0 0;
  padding: 0;
}

.imagedetails h2 {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}

.imagedetails p {
  width: 100%;
  display: block;
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 10pt;
  border-bottom: 0;
  text-align: center;
}

.resolution-links {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 10pt;
}

.resolution-links a {
  color: black;
  font-size: 10pt;
  text-decoration: none;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.resolution-links a:hover {
  border-bottom: 1px solid black;
}

.imagedetails p a {
  color: black;
  font-size: 10pt;
  text-decoration: none;
  padding: 0;
  margin: 0 10px 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.imagedetails p a:hover {
  border-bottom: 1px solid black;
}

.image-preview {
  width: calc(100% - 2px);
  height: auto;
  border: 1px solid #477ad3;
  display: block;
}

a.delete-image-link {
  -webkit-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
  border: 0;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  padding: 5px;
  margin: 0 auto 20px auto;
  color: rgb(255, 255, 255);
  background: #477ad3;
  font-weight: bold;
  float: left;
  text-decoration: none;
}

a.delete-image-link:hover {
  font-size: 16px;
}

a.your-resolution {
  -webkit-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 14pt;
  line-height: 32px;
  text-decoration: none;
  color: black;
  padding: 0;
  margin: 35px 0 35px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

a.your-resolution:hover {
  border-bottom: 1px solid black;
}

.inputwidth {
  width: 48%;
  display: block;
  float: left;
}

.inputheight {
  width: 48%;
  display: block;
  float: right;
}

#bottomnavleft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 20px 0 20px 0;
}

@media all and (max-width: 1200px) {
  #bottomnavleft {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media all and (min-width: 1200px) {
  #bottomnavleft {
    float: left;
    width: 40%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
#bottomnavright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin: 0;
}

@media all and (max-width: 1200px) {
  #bottomnavright {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media all and (min-width: 1200px) {
  #bottomnavright {
    float: right;
    width: 59%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
#bottomnavright a,
#bottomnavright a:visited {
  display: block;
  background: #477ad3;
  font-weight: normal;
  color: rgb(255, 255, 255);
  text-decoration: none;
  margin: 0 0 0 10px;
  padding: 10px 20px;
  -webkit-transition: all 250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 250ms cubic-bezier(0.19, 1, 0.22, 1);
  font-size: 10pt;
}

#bottomnavright a:hover {
  background: white;
  color: #477ad3;
}
