button.close {
    outline: none;
}

.border {
    border: 2px solid #AAA!important;
    border-radius: 5px;
}

.content-page {
    width: 85%;
    margin: 50px auto;
}

.content-header {
    margin-bottom: 20px;
}

.content-title {
    font-size: 14pt;
    font-weight: bold;
}

.content-img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.table-order {
    width: 10;
}

.table-content {
    width: 60%;
}

.table-action {
    width: 30%;
}

.content-img:hover {
    transform: scale(1.1); /* (120% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }

h2, p {text-align: center;}
