.signin {
    border-radius: 1.5rem !important;
    width: 400px;
}

.signin img {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.btn-square-md {
    width: 100px !important;
    max-width: 100% !important;
    max-height: 100% !important;
    height: 100px !important;
    text-align: center;
    padding: 0px;
    font-size: 12px;
}

.recentstory-img {
    max-width: 60px;
}

.recentstory-item {
    max-width: 800px;
}

.alert {
    max-width: 400px;
}

.recentstory_list {
    /*max-height: 600px;*/
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.recentstory_list::-webkit-scrollbar {
    /* Hide scrollbar for Chrome, Safari and Opera */
    display: none;
}

.plantlist {
    max-width: 800px;
    /*max-height: 600px;*/
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.plantlist::-webkit-scrollbar {
    /* Hide scrollbar for Chrome, Safari and Opera */
    display: none;
}

.plantlist-search {
    max-width: 800px;
}

.individual {
    color: #20bf6b;
}

.group {
    color: #079992;
}

#reader {
    width: 250px;
    height: 250px;
    background-color: lightgray;
}

body {
    background-color: #fbfbfb !important;
}

th, td {
   /*padding-top: 3px !important;
    padding-bottom: 3px !important;*/

    padding:3px !important ;
}

.storyline-image{
    max-width: 303px;
    max-height: 410px;
}

.chart-container {
    height: 40vh;
    width: 80vw;
  }
  