﻿
.results-table th,
.results-table td {
    border: 1px solid #ccc;
    /*    padding: 4px 6px;*/
    padding: 0px 10px 0px 10px;
    text-align: left;
    font-size: 0.8rem;
}
/* Zebra striping */
.results-table tbody tr:nth-child(odd) {
    background-color: #fafafa;
}
/* Sticky header */
.results-table thead th {
    position: sticky;
    top: 0;
    background: #f2f2f2;
    z-index: 2;
    box-shadow: 0 2px 2px rgba(0,0,0,0.08);
    font-weight: Bold;
    text-align: center;
}

.results-container {
    /*width: 75%;*/
    max-height: 300px;
    overflow-y: auto;
    margin-top: 10px;
}

.results-table {
    border-collapse: collapse;
}

.Search_Button {
    color: black;
    width: 135px;
    font-size: 90%;
}

.GreenNormal {
    color: #2a7f00;
}

.GreenNormalBold {
    color: #2a7f00;
    font-weight: bold;
}

.PageTitle {
    font-weight: bold;
    color: #2a7f00;
    font-size: 1.2rem;
    text-align: center;
}

.GreenNormal1-4 {
    font-weight: normal;
    color: #2a7f00;
    font-size: 1.4rem;
}

.GreenNormal1-6 {
    font-weight: normal;
    color: #2A7F00;
    font-size: 1.6rem;
}

.Return_Button {
    width: 135px;
    height: auto;
    text-wrap: auto;
    color: black
}

.responsive-input {
    font-size:1rem;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    box-sizing: border-box;
    resize: vertical; /* allow height resizing only */
}
.Image_FloatLeft {
    float: left;
    padding: 5px 15px 5px 5px;
}

.Image_FloatRight {
    padding: 5px;
    float: right;
}
