﻿#chartdiv {
  width: 100%;
  height: 500px;
}

.BasisParameters {
  width: 310px;
  font-weight: 500;
  margin-top: -100px;
  left: 50px;
  /*height:130px; */
  border: solid 1px #ccc;
  padding: 0;
}

.BasisParameters p {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  /*text-shadow:3px 5px 5px #333;*/
  margin-bottom: 0.5em;
}

.ampopup-header {
  background-color: none;
}

.stockerIndex-modal {
  display: flex;
  max-width: 500px;
}

.cow-head {
  width: 60px;
  margin: 0 10px 0 0;
}

.stocker-modal-header {
  font-size: 2rem;
  font-weight: 900;
}

.stockerIndex-modal-data {
  display: flex;
  flex-direction: column;
}

.stockerIndex-modal-data table {
  font-size: 1.25rem;
}

.stockerIndex-modal-data table tr:nth-child(odd) td {
  font-size: 1.25rem;
  font-weight: 900;
}

.stockerIndex-modal-data table tr:nth-child(even) {
  font-size: 1.25rem;
  background-color: #ffffff;
}

.stockerIndex-modal-data table tr td:nth-child(even) {
  font-size: 1.25rem;
  background-color: rgba(0, 0, 0, 0.1);
}
