﻿#cwweight {
  margin: 10px auto 20px auto;
  max-width: 378px;
  border: 1px solid #999999;
}

  #cwweight textarea {
    width: 100%;
    height: 250px;
    padding: 10px;
  }

  #cwweight div:first-child {
    color: Black;
    background: linear-gradient(to bottom, #BFD5EA, #6A9DD0);
    font-size: 12px;
    font-weight: bold;
    padding: 8px 5px 10px 5px;
  }


#cwweight div:nth-child(3) {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #999999;
  background-color: #eeeeee;
}

#cwweight button {
  margin: 2px 2px 2px auto;
  width: 120px;
  height: 30px;
  text-align: center;
  color: black;
  background: linear-gradient(to bottom, #BFD5EA, #6A9DD0);
  border: 1px solid #999999;
}

#cwweight div span {
  color: red;
  padding-left: 10px;
}

#cwweight button:disabled {
  background: linear-gradient(to bottom, #DDDDDD, #CCCCCC);
  color: #888888;
}

#cwWeightResults {
  margin-top: 10px;
  width: 100%;
}

  #cwWeightResults table {
    margin: 0 auto;
    width: 200px;
    border-collapse: collapse;
    text-align: center;
    font-size: 10pt;
    color: Black;
  }

  #cwWeightResults th {
    background: #eeeeee;
    border: 1px solid #aaaaaa;
    padding: 3px 5px;
    text-align: center;
  }

  #cwWeightResults td {
    border: 1px solid #aaaaaa;
  }
