.post {
  border: 1px solid rgb(113, 113, 146);
  width: 80%;
  height: 100%;
  margin-top: 2.5rem;
  text-align: right;
  position: relative;
  left: 5rem;
}

.postDetails ul {
  list-style-type: disc;

  direction: rtl;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 100px 1fr;
  grid-template-rows: 50px 100px;
  place-items: center;
}

.extra {
  background-color: darkgray;
}

.smallPhoto {
  width: 150px;
  height: 70px;
}

.share {
  margin-top: 3rem;
  text-align: center;
  align-items: center;
}

.postName {
  text-align: center;
}

.share button {
  margin-left: 1rem;
}

.photo {
  margin-top: 2.5rem;
  background-color: gray;
}

.imgs {
  margin: 1rem;
  margin-left: 1rem;
}

.detailsFromServer {
  margin: 0.5rem;
}

.slider img:hover {
  cursor: zoom-in;
}

.detailsFromServer ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1 em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
/*-------------------*/

.content {
  text-align: center;
  font-size: large;

  margin: 1rem;
  padding: 1rem;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {

  .post{
width: 100%;
left: 0;

  }

}

/*---------------------*/



/*---------------------*/
