﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


table.table tr:nth-of-type(2n+1) {
    background-color: Gainsboro;
}

table.intdetail tr:nth-child(2n) {
    background-color: LemonChiffon;
}
table.intdetail tr:nth-child(2n+1) {
    background-color: white;
}
thead tr:nth-of-type(1) {
    background-color: white;
}
table.intdetail td{ 
    padding:10px 10px 10px 10px;
    border: 1px solid black;
}

table.intdetail td:nth-of-type(2) {
    width: 150px;
    word-wrap: break-word!important;
}
table.intdetail td:nth-of-type(1) {
        width: 150px;
        word-wrap: break-word !important;
} 

  .container {
    margin-right: 0px!important;
    margin-left: 2%!important;
}


.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }


.descBox {
    margin-left: 15px;
    padding: 10px;
    max-width: 500px;
    width: 500px;
    text-align:left;
    background-color: mediumaquamarine;
    word-wrap: break-word !important;
    text-wrap: normal !important;
    inline-size: 500px;
    overflow-wrap: break-word !important;
    white-space: pre-wrap!important; /* CSS3 */
    white-space: -moz-pre-wrap!important; /* Firefox */
    white-space: -pre-wrap!important; /* Opera <7 */
    white-space: -o-pre-wrap!important; /* Opera 7 */
    
}

.navbar-brand > img {
    display: inline!important;
}