a { color: #181c21; font-weight: bold; transition: color 0.15s ease, text-decoration 0.15s ease; } a:hover { color: #808080; font-weight: bold; } #useful-buttons { display: flex; margin-top: 16px; } .forbidden { cursor: not-allowed !important; background-color: #bbb !important; border-color: #bbb !important; color: #181c21 !important; } .btn-dark { border-radius: 0.5rem; } .btn-dark:hover { background-color: #bbb; border-color: #bbb; color: #181c21; font-weight: normal; } #affiliation { font-size: 14px; color: rgb(54, 52, 52); } #content img { margin-left: auto; margin-right: auto; } #contributors .col-lg-4 { margin-bottom: 1.5rem; text-align: center; } #contributors img { margin-bottom: 15px; opacity: 1; transition: opacity 0.15s ease-in-out; } #contributors img:hover { opacity: 0.8; } #footer { margin-top: 4em; padding: 4em 0; background-color: #343A40; color: white; } #footer .col-md-4 { margin-bottom: 20px; } #footer a { color: #FFFFFF; font-weight: bold; } #footer a:hover { color: #808080; font-weight: bold; } .container { padding-top: 70px; } .footer-container { padding-top: 0; } .citation { background-color: #E9ECEF; padding: 18px } /* .jumbotron { background-color: #212529; color: white; } */ .jumbotron .container { padding: 0; } #links a { margin-top: 10px; transition: background-color 0.15s ease, font-weight 0.15s ease; } #overview-legend { font-style: italic; text-align: center; font-size: 0.85em; margin-top: 20px; } @media (max-width: 1024px) { .carousel-inner .carousel-item>div { display: none; } .carousel-inner .carousel-item>div:first-child { display: block; } } .carousel-inner .carousel-item.active, .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev { display: flex; } /* display 3 */ @media (min-width: 1024px) { .carousel-inner .carousel-item-right.active, .carousel-inner .carousel-item-next { transform: translateX(33.333%); } .carousel-inner .carousel-item-left.active, .carousel-inner .carousel-item-prev { transform: translateX(-33.333%); } } .carousel-inner .carousel-item-right, .carousel-inner .carousel-item-left { transform: translateX(0); } /* #head-authors { color: #bbb; } #head-authors a:link { color: #808080; } */ #l1-table img { max-height: 600px; /* Set your desired height */ width: auto; /* Maintain the aspect ratio */ } #l2-table img { max-height: 600px; /* Set your desired height */ width: auto; /* Maintain the aspect ratio */ } #l3-table img { max-height: 550px; /* Set your desired height */ width: auto; /* Maintain the aspect ratio */ } #l4-table img { max-height: 380px; /* Set your desired height */ width: auto; /* Maintain the aspect ratio */ }