.footer-feedback{
    position: relative;
    cursor: pointer;
    display: inline-block;
  	height: 20px;
  	color: #14537e;
  	font-size: 15px;
}
.footer-feedback:hover{
	color: purple;
}
.container-feedback{
    display: none;
    position: absolute;
    bottom: -30px;
    width: 340px;
    background-color: white;
    border-radius: 5px;
  	border: 1px solid gray;
  	left: -114px;
  	color: black;
}

.container-feedback>div{
    margin: 3px;
    border-bottom: 1px solid black;
    cursor: pointer;
    padding: 3px;
}
.container-feedback>div:last-child{
  	border-bottom: none;
}
.container-feedback>div:hover{
	background-color: grey;
  	color: white;
}
.textarea{
	max-height: 255px;
    border-radius: 4px;
    font-size:18px;
    font-family: PT Sans, sans-serif;
}
.structure-modal-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  	right: 0;
  	bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
  	z-index: 5;
}

.structure-modal {
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 800px;
    max-height: 90%;
    border-radius: 5px;
    overflow: auto;
    padding-bottom: 30px;
}

.structure-modal-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 800px;
}

.structure-modal-form label {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin-bottom: 10px;
}

.structure-modal-form input {
    font-size: 18px;
    border-radius: 3px;
    border: 1px solid grey;
    height: 30px;
    padding: 0 5px;
    box-sizing: border-box;
}

.structure-modal-closebutton-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}

.structure-modal-closebutton {
    height: 35px;
    width: 35px;
    font-size: 20px;
    border-radius: 3px;
    border: 1px solid gray;
    cursor: pointer;
}

.structure-modal-cancel, .structure-modal-save, .structure-modal-delete {
    cursor: pointer;
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    width: 330px;
    height: 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.structure-modal-delete {
    background-color: #dd4a39;
    border: 1px solid #d73925;
}

.structure-modal-cancel {
    border: 1px solid #e08e0a;
    background-color: #f39c11;
}

.structure-modal-save {
    border: 1px solid #008d4c;
    background-color: #00a65a;
}

.structure-modal-buttons {
    display: flex;
    flex-direction: row;
    width: 90%;
    justify-content: space-between;
    margin-top: 25px;
}

.structure-modal-buttons label {
    width: 330px;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.lwo{
  font-size: 15px;
  line-height: 25px;
  margin-left: 10px;
}

.feedBackAndLwo{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-left: 10px;
}

.lwo a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lwo img {
  height: 50px;
}

@media screen and (max-width: 480px) {
  .lwo{
    margin-left: 0;
  }

  .feedBackAndLwo{
    margin-left: 0;
  }

  .belStatFooterAdress{
    order: -1;
  }
}
