.popup img {
	height: 15px !important;
}
.content {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
}
.content a {
    text-decoration: none;
    color: #FFF000;
}
.content a:hover {
    text-decoration: underline;
    color: #FFF000;
}
#searchTxt {
    width: 100%;
    border-radius: 5px;
    background: #373737;
    padding: 20px;
    resize: none;
    margin: 0px;
    margin-top: 20px;
    font-size: 18px;
    color: #bababa;
    margin-bottom: 20px;
}
#searchBtn {
    display: none;
}

.card-content {
    background-color: #154F75;
    border-radius: 5px;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    color: #FFFF !important;
}
.content table td, .content table th {
    border: 0 !important;
    padding: 0 !important;
}

.content:first-child table:first-child > tbody:first-child > tr:first-child {
    line-height: 0.5;
}
.show_list tbody:first-child > tr:first-child { 
    line-height: 1.5 !important;
}
#itemDataTable, .show_list, .show_list { 
    line-height: 2.5 !important;
}
