 * {
            box-sizing: border-box;
        }

        html,
        body {
            height: 100%;
            overflow: hidden;
        }

        body {
            margin: 0;
            padding: 0;
            font-family: sans-serif;
        }

        #graphContainer {
            margin-top: 45px;
            height: 100%;
            background: #F5F5F5
        }

        #messageContainer {
            height: calc(100% - 60px);
            overflow: hidden;
        }

        #messages {
            width: calc(100% + 0px);
            height: 99%;
            overflow: auto;
            padding-right: 32px;
            box-sizing: content-box;
        }

        .message {
            background-color: #ddd;
            border-radius: 0px 10px 10px 10px;
            padding: 0 20px;
            margin: 5px 0;
            float: left;
            clear: both;
            font-size: 18px;
            max-width: 70%;
        }

        .message:first-child {
            margin-top: 60px;
        }

        .user {
            color: white;
            background-color: #00b8ff;
            float: right;
            right: 0;
            border-radius: 10px 0 10px 10px;
        }

        .topnav {
            overflow: hidden;
            background-color: #333;
            position: absolute;
            width: 100%;
            left: 0;
            text-align: center;
            z-index: 9001;
        }

        .topnav #myLinks {
            display: none;

        }

        .topnav #myLinks a, .topnav a.icon {
            color: white;
            padding: 14px 16px;
            text-decoration: none;
            font-size: 17px;
            display: block;
        }

        .topnav a.icon {
            background: black;
            display: block;
            float: right;
            height: 48px;
        }

        .topnav #myLinks a:hover, .topnav a:hover.icon {
            background-color: #ddd;
            color: black;
        }
        .title a{
            text-decoration: none;
            color: white;
        }

        .title {
            background-color: #005eb8;
            margin: 0;
            padding: 10px;
        }

        footer {
            position: fixed;
            bottom: 0;
            background-color: white;
            width: calc(33.33% - 30px);
            margin: 10px 0;
        }

        input {
            font-size: 16px;
            width: calc(100% - 60px);
            padding: 10px;
            border-radius: 5px;
        }

        button, .btn {
            background-color: #4CAF50;
            border: none;
            color: white;
            padding: 12px 16px;
            margin-left: 5px;
            font-size: 16px;
            cursor: pointer;
            border-radius: 5px;
            float: right;
            text-decoration: none;
        }

        button:hover, .btn:hover {
            background-color: #409443;
        }

        .button {
            padding: 12px 16px;
            margin-left: 5px;
            margin-bottom: 6px;
            cursor: pointer;
            border-radius: 5px;
            transition-duration: 0.4s;
            border: 2px solid;
            text-decoration: none;
            display: inline-block;
        }
        .button:hover{
            background-color: white; 
            color: black; 
          }
        .green {background-color: #4CAF50; color: white; border-color: #4CAF50; } /* Green */
.blue {background-color: #008CBA; color: white; border-color:#008CBA; } /* Blue */
.red {background-color: #f44336; color: white; border-color:#f44336; } /* Red */
.white {background-color: #e7e7e7; color: black; border-color: #e7e7e7;} /* Gray */
.gray {background-color: #555555; color: white; border-color: #555555;} /* Black */


  

        .radio-toolbar {
            display: inline-block;
        }

        .radio-toolbar input[type="radio"] {
            display: none;
        }

        .radio-toolbar label {
            display: inline-block;
            background-color: #ddd;
            padding: 10px;
            width: 75px;
            font-family: Arial;
            font-size: 16px;
            cursor: pointer;
            border-radius: 5px;
            text-align: center;
        }

        .radio-toolbar input[type="radio"]:checked+label {
            background-color: #4CAF50;
            color: white;
        }

        .radio-toolbar label:hover {
            background-color: #4CAF50;
            color: white;
        }

        [class*="col-"] {
            float: left;
            padding: 15px;
        }

        .col-1 {
            width: 8.33%;
        }

        .col-2 {
            width: 16.66%;
        }

        .col-3 {
            width: 25%;
        }

        .col-4 {
            width: 33.33%;
        }

        .col-5 {
            width: 41.66%;
        }

        .col-6 {
            width: 50%;
        }

        .col-7 {
            width: 58.33%;
        }

        .col-8 {
            width: 66.66%;
        }

        .col-9 {
            width: 75%;
        }

        .col-10 {
            width: 83.33%;
        }

        .col-11 {
            width: 91.66%;
        }

        .col-12 {
            width: 100%;
        }

        #graph-toggle {
            border-radius: 25px 0 0 25px;
            background: #999999;
            width: 50px;
            height: 50px;
            position: absolute;
            right: 0;
            top: 125px;
            content: url(images/graphIcon.png);
            vertical-align: -webkit-baseline-middle;
            z-index: 1;
        }
        .buttonIn {
            position: relative;
        }
        .search-container {
            background-color: #e9e9e9;
            padding: 10px;
            padding-right: 20%;
            padding-left: 20%;
          }
          
          .search-container input[type=text] {
            padding: 6px;
            margin: 8px 0;
            font-size: 17px;
            border: none;
            width: 100%;
          }
          
          .search-container button {
            position: absolute;
            border-radius: 14px;
            z-index: 2;
            border: none;
            top: 11px;
            right: 6px;
            height: 27px;
            width: 26px;
            padding: 0;
            cursor: pointer;
            color: white;
            background-color: lightgray;
            transform: translateX(2px);
        }
          
          .search-container button:hover {
            background: darkgray;
          }
          
          .definition {
            padding: 8px 15px;
          }

          .identifier {
            display: table-row;
          }

          .identifier strong, .identifier span{
            display: table-cell;
          }


          @media only screen and (max-width: 768px) {
         /* For mobile phones: */
            .search-container {
              float: none;
              padding: 10px
            }
            .search-container input[type=text] {
              float: none;
              display: inline-block;
              text-align: left;
                margin: 0;
              padding: 14px;
            }
            .search-container button {
                display: none;
            }
            .search-container input[type=text] {
              border: 1px solid #ccc;  
            }
          

            [class*="col-"] {
                width: 100%;
            }
            #graphContainer {
                display: none;
            }
            footer {
                width: calc(100% - 30px);
            }
            input {
                width: 100%;
            }
            button#subBtn {
                display: none;
            }
        }

        @media only screen and (min-width: 769px) {
            /* For pc screens: */

            #graphContainer,
            #messageContainer {
                display: inherit !important;
            }

            .toggle {
                display: none;
            }
        }
