.form-group {
  margin-bottom: 1rem;
  display: flex;
}
label {
  width: 100%;
  text-align: start !important;
}
button#getcalculation {
  width: 100%;
  border-radius: inherit;
}
div#conversionTable {
  overflow: hidden;
}
.container {
  width: 80%;
  margin: auto;
}
.form-control {
  border-radius: 0;
}
.g-3 .col-md-3 {
  width: 100%;
  padding: 0;
}
button#getAspect {
  width: 100%;
  border-radius: 0;
}
.content-div {
  padding: 30px 130px 0px 130px;
}
h1.home-top-h1 {
  text-align: center;
}
.g-3 h2 {
  text-align: start;
  margin-left: 30px;
  padding-bottom: 10px;
}
.view_div {
  position: relative;
  text-align: center;
  color: white;
}
.calculator-workspace {
  width: 400px;
  background: #f6f6f6d2;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  box-shadow: 6px 19px 23px 1pxrgb (0 0 0 / 15%);
  border-radius: 8px;
  padding: 1.5rem;
}
select.calendardate_input_box,input.calendardate_input_box{
  letter-spacing: .06em;
    display: block;
    width: 98%;
    margin-left: 12px;
    height: 31px;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}
.head_result {
  background: green;
  text-align: start;
  padding-left: 6px;
  color: white;
  margin-bottom: 20px;
}
.submit-button {
    border: none;
    border-radius: 4px;
    padding: 10px 22px;
    color: #fff;
    margin-left: auto;
    font-weight: 600;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.megapixels_div {
  display: flex;
  flex-direction: column;
}
.form-group {
  margin-bottom: 1rem;
  display: flex;
}
.form-group label {
  width: 30%;
  text-align: start;
}
.main-container {
  width: 50%;
  margin: auto;
}
.submitButton {
  width: 100%;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: white;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .form-group {
    flex-direction: column;
  }
  .form-group label {
    width: 100%;
    text-align: start;
  }
  .main-container {
    width: 100%;
  }
}
.ratio {
  width: 49%;
}
td {
  text-align: start;
}

.inner_div {
  display: flex;
  width: 100%;
}
.equals {
  position: relative;
  top: 69px;
}
.result {
  min-height: 100px;
  background: lightblue;
  margin: 10px;
}
.result-heading {
  background: lightpink;
  padding: 2px;
}
.result-data {
  padding-top: 19px;
}
#formula {
  color: black;
  font-weight: bold;
  font-size: 20px;
}
.jee {
  display: flex;
  flex-direction: column;
}
.table td {
  text-align: center;
}
div#calculator-row-6 {
  margin: 10px 0px 10px 0px;
}
.result-section span {
  font-size: 20px;
}
