body {
    background-color: #FFF2CC;
    margin: 2px;
    font-size: 0.9rem;
}

.siteTitleTamil {
    font-size: 1.4rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
}

.siteTitleEnglish {
    font-size: 1.0rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
}

.headerSeperatorLine {
    border: none;
    width: 90%;
    background-color: #BF9000;
    height: 3px;
    margin: 0 auto;
}

.border-color-custom {
    border-color: #BF9000!important;
}

.neon {
    color: #000;
    text-shadow:
      0 0 5px #fff,
      0 0 10px #fff,
      0 0 15px #0ff,
      0 0 20px #00f;
}

.ad-title {
    font-size: 1.3rem;
    font-weight: bold;
}

@media (min-width: 992px) {
    .leftBorder {
        border-left: 1px dashed #BF9000;
        padding-left: 0.5rem;
    }   
}
