/* Global */
.container {width:100%; margin:0px; overflow:hidden; }
.container h2 {margin-bottom: 20px; }
.container img {margin: auto; display: block; }

.container-title {display: flex; width: 100%; justify-content: space-between; align-items: center; }

.profile {display: flex; width: 100%; margin: 20px auto; background-color:#e6e6e6; }
.image-section {width: 200px; height: 260px; margin: 10px; }
.text-section {flex: 1; padding-left: 10px; }

.records h2 {margin:20px 0px 5px; }

.back-button {text-align: right; }

img .profile {width: 100%; height: 100%; object-fit: cover; }

#header {background-color: #732a81; color: white; height: 200px; padding-bottom:0px; }

#logo {float:left; position: absolute; padding: 20px; }

#main {width:auto; max-width: 860px; margin:auto; overflow:hidden; }

#sidenav {position: absolute; }

#sidenav .search-container {position: absolute; display: flex; flex-direction: column;}

#table {width:auto; max-width: 600px; margin:auto; overflow:hidden; }

#pre-footer {background-color: #732a81; color: white; height: 108px; padding-bottom:5px; }

#footer {background-color: #1c9dd9; color: white; height: 184px; padding-bottom:5px; margin: auto; }
