.mobile-plots {
width: 100%;
margin-left: auto; }
.datatable-container {
overflow-x: auto; }
.datatable-container .datatable-left {
width: min-content; }
.datatable-container .datatable-center {
width: 100%;
margin-left: auto;
margin-right: auto; }
.datatable-container table {
display: table;
background-color: #d4d4d4;
border-collapse: collapse;
border-spacing: 0;
border: 1px solid #ddd; }
.datatable-container table th {
background-color: #3d6f96;
color: #ffffff;
cursor: pointer; }
.datatable-container table td {
text-align: center;
padding: 16px; }
.datatable-container table th:first-child, .datatable-container table td:first-child {
text-align: left; }
.textcols {
white-space: nowrap; }
.textcols-item {
white-space: normal;
display: inline-block;
width: 31%;
vertical-align: top;
/*background: #fff2e1;*/ }
.textcols-item2 {
white-space: normal;
display: inline-block;
width: 52%;
vertical-align: top;
/*background: #fff2e1;*/ }
.textcols-item1 {
white-space: normal;
display: inline-block;
width: 48%;
vertical-align: top;
/*background: #fff2e1;*/ }
.textcols-item3 {
white-space: normal;
display: inline-block;
width: 25%;
vertical-align: top;
/*background: #fff2e1;*/ }
.textcols-item4 {
white-space: normal;
display: inline-block;
width: 35%;
vertical-align: top;
/*background: #fff2e1;*/ }
.textcols .textcols-item:first-child {
margin-right: 4%; }
.container {
box-shadow: 0 5px 10px 1px grey;
background: rgba(255, 255, 255, 0.9);
text-align: center;
border-radius: 5px;
overflow: hidden;
margin: 2.5em auto;
width: 100%; }
.product-details {
position: relative;
text-align: left;
overflow: hidden;
padding: 1px 15px;
height: 100%;
float: left;
width: 44%; }
.container .product-details h1 {
display: inline-block;
position: relative;
font-size: 20px;
color: #344055;
margin: 0; }
.control {
position: absolute;
bottom: 20%;
left: 22.8%; }
@media (max-width: 420px) {
.container .product-details > p {
font-size: 4.5vw; }
.product-details {
padding: 0px 0px 20px 20px; }
.container .product-details h1 {
margin-top: 10px;
font-size: 4.5vw; } }
@media (max-width: 1030px) {
.mobile-visualization {
width: 1000px; }
.mobile-plots {
width: 1000px;
margin-left: 10%; }
.datatable-left {
width: 100%; }
.datatable-center {
width: 100%;
margin-left: auto;
margin-right: auto; } }