* {
    box-sizing: border-box;
}
body {
    background: steelblue;
    font-family: "Open Sans", arial;
}
a {
    color: white;
}
table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #38678f;
    margin: 50px auto;
    background: white;
    margin-bottom: 18px;
}
th {
    background: rgb(255, 227, 0);
    height: 54px;
    width: 26%;
    font-weight: lighter;
    text-shadow: 0 1px 0 rgb(255, 227, 0);
    color: rgb(45, 45, 45);
    border: 1px solid rgb(255, 227, 0);
    box-shadow: inset 0px 1px 2px rgb(255, 227, 0);
    transition: all 0.2s;
    font-weight: 600;
    padding-left: 14px;
    border-bottom: 1px solid;
    text-align: left;
}
tr {
    border-bottom: 1px solid #cccccc;
}
tr:last-child {
    border-bottom: 0px;
}
td {
    border-right: 1px solid #cccccc;
    padding: 20px;
    transition: all 0.2s;
    text-align: left;
}
td:last-child {
    border-right: 0px;
    word-break: break-word;
}
td.selected {
    background: #d7e4ef;
}
td input {
    font-size: 14px;
    background: none;
    outline: none;
    border: 0;
    display: table-cell;
    height: 100%;
    width: 100%;
}
td input:focus {
    box-shadow: 0 1px 0 steelblue;
    color: steelblue;
}
::-moz-selection {
    background: steelblue;
    color: white;
}
::selection {
    background: steelblue;
    color: white;
}
.heavyTable {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    animation: float 5s infinite;
}
.errorMsgDiv {
    width: 100%;
    border-collapse: collapse;
    margin: 24px auto;
    margin-bottom: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    animation: float 5s infinite;
}
.errorMsg{
    background: #212f3d;
    width: 100%;
    font-weight: lighter;
    text-shadow: 0 1px 0 rgb(255, 227, 0);
    color: linen;
    border: 1px solid #212f3d;
    transition: all 0.2s;
    font-weight: 600;
    text-align: center;
    padding: 20px;
    line-height: 1.5em;
    font-size: 18px;
}
.main {
    max-width: 1400px;
    padding: 10px;
    margin: auto;
}
.content {
    color: white;
    text-align: center;
}
.content p,
.content pre,
.content h2 {
    text-align: justify;
    line-height: 1.5em;
    padding: 0px 20px;
    font-size: 20px;
}
.content pre {
    background: white;
    background: black;
    color: skyblue;
    text-align: left !important;
    line-height: 2.4em;
}
.content pre span{word-wrap: break-word;}
.content .download {
    margin: auto;
    display: inline-block;
    padding: 1em 1em;
    border-radius: 12em;
    margin-bottom: 2em;
}
.content .button {
    display: inline-block;
    text-decoration: none;
    color: rgb(45, 45, 45);
    height: 48px;
    width: auto;
    line-height: 48px;
    padding: 0 20px;
    border-radius: 24px;
    border: 1px solid rgb(255, 227, 0);
    background: rgb(255, 227, 0);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 3px rgba(255, 255, 255, 0.2);
    transition: all 0.1s;
    cursor: pointer;
}
.content .button:hover {
    background: rgb(255, 190, 39);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 0 10px rgba(255, 255, 255, 0.1);
    color: rgb(45, 45, 45);
}
.content .button:active {
    color: #294d6b;
    background: #427aa9;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 0 5px rgba(0, 0, 0, 0.2);
}
.content .button:focus {
    outline: none;
}
h1 {
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 26px;
}
#map {
    overflow: hidden;
    border: 1px solid gray;
    width: 100%;
    height: 600px;
    outline: none;
    background: silver;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    z-index: -1;
}
.lineHeight{
    line-height: 1.5em !important;
}
.innerATag{
    color: blue !important;
    text-decoration: none !important;
    cursor: pointer;
}

.resultQuoery{
    padding: 20px !important;
    text-align: center !important;
    background: maroon;
    border-radius: 50px;
}
