﻿.css-serial {
  counter-reset: serial-number;  /* Set the serial number counter to 0 */
}

.css-serial td:first-child:before {
  counter-increment: serial-number;  /* Increment the serial number counter */
  content: counter(serial-number);  /* Display the counter */
}
.BestResult-text{
    color:red;
}
.href-Pointer{
    cursor:pointer;
}
.ContentSection{
    min-height:400px;
}
.readmore-msg{
    cursor:pointer;
}