﻿p {
    font-size: 1.1em;
}
.accordianButton {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grow {
    transition: all .2s ease-in-out;
}

    .grow:hover {
        transform: scale(1.1);
    }

.grown {
    transform: scale(1.1);
}

.grow {
    font-size: 1.25em;
    padding: 5px
}

.totalChunk {
    width: 200px;
    height: 200px;
    padding: 25px;
    padding-top: 30px;
    font-weight: bold;
    font-size: 1.4em;
    margin-left: 75px;
    box-shadow: 0 5px 5px 2px rgba(0, 0, 0,.7);
    border: solid 4px #fff;
}

.background {
    padding: 25px;
}

h1, h2 {
    width: 100%;
}

.w3-green, .w3-hover-green:hover {
    color: #fff !important;
    background-color: #4caf50 !important;
}

.w3-dark-grey, .w3-hover-dark-grey:hover, .w3-dark-gray, .w3-hover-dark-gray:hover {
    color: #fff !important;
    background-color: #616161 !important;
}

.w3-red, .w3-hover-red:hover {
    color: #fff !important;
    background-color: #f44336 !important;
}

.w3-orange, .w3-hover-orange:hover {
    color: #000 !important;
    background-color: #ff9800 !important;
}

.w3-purple, .w3-hover-purple:hover {
    color: #fff !important;
    background-color: #9c27b0 !important;
}

.w3-blue, .w3-hover-blue:hover {
    color: #fff !important;
    background-color: #2196f3 !important;
}

.w3-center {
    text-align: center !important;
}

.w3-circle {
    border-radius: 50%;
}

.w3-block {
    display: block;
    width: 100%;
}

.w3-btn, .w3-button {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.w3-show-block, .w3-show {
    display: block !important;
}

.w3-hide {
    display: none;
}

.w3-margin-bottom {
    margin-bottom: 16px !important;
}

.w3-border {
    border: 1px solid #ccc !important;
}

.featurette-heading {
    background-image: linear-gradient(#7191b3, #446e9b 50%, #3f658f);
    padding: 15px;
    color: white !important;
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
    font-size: 2em;
}
.featurette-heading2 {
    padding: 15px;
    color: dimgray;
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
    font-size: 2em;
}
th {
    font-size: 1.25em;
}

td {
    font-size: 1.1em;
}
label {
    font-weight: bold;
    font-size: 1.25em;
}
input[type=radio] {
    margin-right: 5px;
}
.w3-hide {
    display: none;
}
input[type=checkbox] {
    margin-right: 5px;
}