﻿/* Custom CSS Starts From Here */
.gameplay {
  cursor: pointer;
  position: fixed;
  right: 0.5em;
  background-color: rgba(164, 0, 69, .5);
  z-index: 2;
  opacity: 1;
  writing-mode: vertical-rl;
  display: flex;
  color: white;
  padding: 0.5em 0.3em;
  margin: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gamename-head-daily-tips {
  background-color: #ff1493;
  margin-top: 0;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  padding: 10px 0 5px
}

.game-col {
  margin-bottom: 0;
  padding: 10px;
  min-height: 325px
}

.game-col:nth-child(even) {
  border-left: 2px solid #ff1493
}

.pa-0 {
  padding: 0
}

.ma-0 {
  margin: 0
}

.pa-1 {
  padding: 8px
}

.subscription-box {
  margin-left: 0;
  margin-right: 0;
  margin-top: 50px;
  margin-bottom: -50px;
}

.pa-2 {
  padding: 16px
}

.main {
  letter-spacing: 2.1vw;
  text-indent: 25px
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.smlogo {
  max-height: 38px;
  max-width: 100%
}

.blockquote {
  padding: 10px;
  font-size: 12px;
  background: #f5f5f5;
  border-style: ridge;
  border-color: #f50;
  border-radius: 5px 20px;
  border-width: 2px;
  width: 50%;
  margin: 0 auto;
  white-space: pre-line
}

.no-js #loader {
  display: none
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0
}

.vertical-data br:first-child,
[hidden],
template {
  display: none
}

.se-pre-con {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999
}

.heading {
  background-color: #ff1493;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center
}

.text {
  text-align: justify;
  border: 4px solid #ff1493;
  padding-top: 3px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

table.x-chart-div {
  background-color: #fff;
  max-width: 500px;
  border: 5px solid #5d26a5;
  border-bottom: none;
  border-top: none;
  text-align: center !important;
  table-layout: fixed;
  margin: 0 auto;
  width: 100%
}

.single-text,
.single-text-jodi,
.vertical-data,
.x-chart-div th,
.xchart-date {
  text-align: center;
  font-weight: 700
}

.single-text-jodi {
  font-size: 25px !important;
  text-align: center;
  font-weight: bold;
  border: 1px solid #000;
  white-space: nowrap;
}

.single-text {
  font-size: 22px !important;
  white-space: nowrap;
}

.vertical-data,
.xchart-date {
  font-size: 12px !important;
  font-family: Comic Sans MS;
  text-shadow: .5px .5px #fff00e
}

.xchart-date {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  white-space: nowrap;
}

.x-chart-div th {
  font-size: 18px !important;
  background-color: #fff;
  border-bottom: 1px solid #000;
  height: 30px;
  position: sticky;
  position: -webkit-sticky;
  box-shadow: 0 4px 2px -2px #000;
  top: 0;
  padding-top: 10px
}

.sub-number-light {
  height: 60px;
}


.call {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
  --l: 3.1em
}

.customBox,
.mobileShow {
  display: none
}

.customBox+label {
  cursor: pointer;
  position: fixed;
  left: 1.5em;
  bottom: 1.5em;
  background-color: rgba(164, 0, 69, .5);
  height: var(--l);
  width: var(--l);
  border-radius: 50%;
  z-index: 2;
  opacity: 1
}

.customBox+label:after,
.customBox+label:before {
  position: absolute;
  content: '';
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: .5em;
  transition: all .25s
}


.pana {
  margin-top: 4px
}

/* Time banner from SMSO */
.time {
  overflow-x: hidden;
  max-width: 100%;
  word-wrap: break-word;
  box-sizing: border-box;
  text-align: center;
  font-family: monospace;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  white-space: nowrap;
}

@media only screen and (max-width: 480px) {
  .time {
    font-size: 4vw;
  }
}

.customBox+label:before {
  height: calc(var(--l)/2);
  width: .25em
}

.customBox+label:after {
  width: calc(var(--l)/2);
  height: .25em
}

.customBox:checked+label:before {
  transform: rotatez(45deg);
  border-right: none;
  border-bottom: none
}

.customBox:checked+label:after {
  transform: rotatez(45deg)
}

.one,
.three,
.two {
  text-align: center;
  cursor: pointer;
  position: fixed;
  left: 1em;
  bottom: 1em;
  padding: .3em .56em;
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
  transform: rotateZ(90deg);
  font-size: 1.8em;
  color: #fff;
  transition-property: all;
  transition-duration: .35s;
  transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

table#daily tr,
table#weekly th {
  border: 1px solid #000
}

.customBox:checked~.one,
.customBox:checked~.one:hover,
.customBox:checked~.three,
.customBox:checked~.three:hover,
.customBox:checked~.two,
.customBox:checked~.two:hover {
  opacity: 1
}

.one a,
.three a,
.two a {
  color: #fff;
  text-decoration: none
}

.customBox:checked~.one {
  background-color: #007bff;
  transform: translateX(3.5em);
  transition-delay: .2s
}

.customBox:checked~.two {
  background-color: #dc143c;
  transform: translateX(2.5em) translateY(-2.5em);
  transition-delay: .1s
}

.customBox:checked~.three {
  background-color: #28a745;
  transform: translateY(-3.5em)
}

#bottommenu {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: auto;
  -webkit-transition: bottom .5s;
  transition: bottom .5s
}

#bottomNav a {
  text-decoration: none;
  color: gray
}

#bottomNav ul li {
  list-style: none;
  padding-top: 3px;
}

.active_me {
  color: #ff1493
}

.active_me a {
  color: #ff1493 !important
}

@keyframes shine {
  0% {
    background: silver;
    color: #000
  }

  50% {
    background: #90ee90;
    color: red
  }
}

.loader {
  animation: 1s shine infinite;
  transition: .3s
}

@keyframes blink {
  50% {
    color: transparent
  }
}

.loader__dot {
  animation: 1s blink infinite
}

.loader__dot:nth-child(2) {
  animation-delay: 250ms
}

.loader__dot:nth-child(3) {
  animation-delay: .5s
}

table#daily td,
table#daily th {
  text-align: center;
  border: 1px solid #000;
  color: #333
}

table#weekly th {
  color: #333;
  text-align: center
}

.frequency,
td.HEADLINES {
  color: #fff;
  text-align: center
}

td.HEADLINES {
  background-color: #ff1493
}

.box-style {
  padding-bottom: 5px
}

.blue-box,
.brown-box {
  border: 1px solid #fff;
  height: 275px;
  padding: 0
}

.jodi-number {
  font-size: 40px;
  align-items: center;
  justify-content: center;
  font-family: fantasy;
  text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px 1px 0 #fff, -1px -1px 0 #fff;
}

.pana-number {
  font-size: 25px;
  text-shadow: 0 0 4px #fff;
  align-items: center;
  justify-content: center
}

.starline,
.time {
  align-items: center
}

.time {
  font-family: monospace;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.brown-box {
  background-color: #f2cd98
}

.blue-box {
  background-color: #5bc0de
}

.pana {
  color: #000;
  margin-bottom: 4px;
  padding: 5px 0 3px 0;
  font-size: 18px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

.arrow {
  font-size: 15px;
  margin-top: 35px;
  margin-bottom: 30px
}

.star-line {
  background: linear-gradient(to right, #f2cd98 50%, #5bc0de 50%)
}

/* SMSO Style Starline */
.starline {
  height: 60px;
  display: flex;
  justify-content: center;
  white-space: nowrap
}


#cell-1-table {
  width: 80%;
  max-width: 200px;
  margin-top: 10px
}

#cell-1-table caption,
th {
  text-align: center
}

.frequency {
  width: 130px;
  left: 50%;
  transform: translateX(-50%);
  padding: .1em;
  position: relative;
  letter-spacing: .1em;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
  background: -webkit-linear-gradient(right, #c00, red, #c00);
  display: inline-block;
  margin-top: 5px;
}

#frequency:after,
#frequency:before,
.frequency:after,
.frequency:before {
  content: "";
  bottom: -.5em;
  position: absolute;
  display: block
}

.frequency:after,
.frequency:before {
  width: 1.8em;
  border: .9em solid #c00;
  z-index: -2
}

.frequency:before {
  left: -1.35em;
  border-right-width: .75em;
  border-left-color: transparent
}

.frequency:after {
  right: -1.35em;
  border-left-width: .75em;
  border-right-color: transparent
}

#frequency:after,
#frequency:before {
  border-style: solid;
  border-color: #900 transparent transparent;
  z-index: 1
}

#frequency:before {
  left: 0;
  border-width: .5em 0 0 .5em
}

#frequency:after {
  right: 0;
  border-width: .5em .5em 0 0
}

.makeRed {
  color: red
}

.makeBlack {
  color: #000
}

.resultname {
  color: #000;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 800;
  text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px 1px 0 #fff, -1px -1px 0 #fff;
}

.livename {
  height: 27px;
}

.data-update {
  height: 27px;
}

.jodi-number {
  font-weight: 800;
}

.vert-center {
  vertical-align: middle;
}

.pana-number {
  color: #000;
  font-weight: 600;
  text-shadow: -0.1px 0.1px 0 #fff, 0.1px 0.1px 0 #fff, 0.1px 0.1px 0 #fff, -0.1px -0.1px 0 #fff;
}

.update-item {
  min-height: 60px;
}

.gamename-head {
  font-size: 22px;
  font-weight: bold;
  margin-top: -10px;
}

.superLoader {
  max-width: 57px;
  font-size: 10px;
  height: 15px;
  margin-right: -35px;
  margin-top: -9px;
}

.result-div {
  min-height: 35px;
  margin-bottom: -20px;
}

.marque-results {
  display: none;
}

.img-responsive {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1vw;
  margin-bottom: 5vw;
  border: 2vw solid #fff;
  border-radius: 1vw;
  width: 60vw;
  height: 35vw;
  object-fit: cover;
  object-position: 100% 0;
  background-color: white;
  box-shadow: 0 0.5vw 1vw 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.thumbnail {
  height: inherit;
}

.ads {
  display: flex;
  align-items: center;
  justify-content: center;
}

.verticaltext {
  width: 7px;
  word-wrap: break-word;
  white-space: pre-wrap;
  margin: auto;
}

.weeklychart {
  max-width: 500px;
  width: 100%;
  table-layout: fixed;
  border: 1px;
  text-align: center;
  margin: auto;
  justify-content: center;
  align-items: center;
}

.weeklychart td {
  height: 166px;
}

.onlinecouner {
  display: inline;
  background: #000000;
  cursor: none;
  border: 2px solid #ffffff;
  border-radius: 5px;
  margin: auto;
  padding: 2px 15px 2px 15px;
  text-align: right;
  color: #17ff00;
  width: 80px;
  font-family: Tahoma;
  font-size: 10px;
  line-height: 10px;
}

.monthly1 {
  background-color: #e6e6fa;
  text-align: center;
  border: 2px solid #000;
}

.monthly2 {
  background-color: #8fbc8f;
  text-align: center;
  border: 2px solid #000;
}

@media only screen and (max-width:320px) {
  .col-xs-6 {
    width: 100% !important
  }

  .col-xs-3 {
    min-height: .2vw !important;
    padding-right: 3vw !important;
    padding-left: 3vw !important;
  }

  #bottomNav ul li {
    padding-top: 1vw !important;
  }

  #record {
    right: calc(50% - 15vw);
    top: 55px;
    width: 30vw;
    height: 3vw;
    display: inline-block;
    font-size: 2vw;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out
  }

  .top-navbar .top-navbar-left a {
    font-size: 8vw;
    padding: 2vw 5vw;
  }

  .top-navbar {
    height: 17vw;
  }

  .alert {
    padding: 2vw;
  }

  .smlogo {
    max-height: 10vw;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .arrow {
    font-size: 4.2vw;
    margin: 9vw 7vw
  }

  .blue-box,
  .brown-box {
    height: 98vw !important
  }

  .box-style {
    box-shadow: 0 .3vw #a9a9a9;
    padding-bottom: 1vw
  }

  .frequency {
    font-size: 3.5vw;
    width: 32vw;
    margin-bottom: 1vw
  }

  .jodi-btn,
  .pana-btn {
    font-size: 5vw !important;
    padding: 1vw 4vw;
    line-height: 1.5 !important;
    border-radius: 1.2vw !important
  }

  .jodi-number {
    font-family: fantasy;
    font-size: 16vw !important;
    text-shadow: -0.2vw 0.2vw 0 #fff, 0.2vw 0.2vw 0 #fff, 0.2vw 0.2vw 0 #fff, -0.2vw -0.2vw 0 #fff;
  }

  .laptopShow {
    display: none !important
  }

  .liveupdate {
    margin-top: -2.5vw;
    z-index: 999;
    font-weight: 900;
    min-height: 16.8vw;
    max-height: 16.8vw;
  }

  .livename {
    font-size: 4.5vw;
    padding: -2.5vw;
    color: #333;
    white-space: nowrap;
    height: 7vw;
  }

  .livepana {
    font-size: 4vw;
    color: #333;
    white-space: nowrap;
  }

  .livejodi {
    font-size: 4.5vw;
    white-space: nowrap;
  }

  .mobileShow {
    display: inline
  }

  .pana {
    color: #000;
    margin-top: 4vw;
    margin-bottom: 4vw;
    padding: 4vw 0 3vw 0;
    font-size: 7.5vw;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-shadow: -.1vw 0 #fff, 0 .1vw #fff, .1vw 0 #fff, 0 -.1vw #fff;
  }

  .pana-number {
    color: #000;
    font-size: 8vw !important;
    text-shadow: -0.1vw 0.1vw 0 #fff, 0.1vw 0.1vw 0 #fff, 0.1vw 0.1vw 0 #fff, -0.1vw -0.1vw 0 #fff;
  }

  .resultname {
    color: #000;
    height: 17vw;
    font-weight: 800;
    font-size: 7.5vw;
    line-height: 1;
    padding-top: 8vw;
    padding-bottom: 8vw;
    text-shadow: -0.2vw 0.2vw 0 #fff, 0.2vw 0.2vw 0 #fff, 0.2vw 0.2vw 0 #fff, -0.2vw -0.2vw 0 #fff;
  }

  .starline {
    height: 23vw;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    white-space: nowrap;
  }

  .single-text,
  .single-text-jodi,
  .x-chart-div th,
  .xchart-date {
    vertical-align: middle !important
  }

  .single-text,
  .single-text-jodi {
    font-family: Comic Sans MS;
    text-shadow: .2vw .2vw #fff00e
  }

  .single-text-jodi {
    font-size: 5.7vw !important;
    text-align: center;
    font-weight: 700;
    text-align: center;
    font-weight: bold;
    border: .2vw solid #000;
    white-space: nowrap;
  }

  .single-text {
    font-size: 4.6vw !important;
    text-align: center !important;
    font-weight: 700;
    white-space: nowrap;
  }

  .time {
    font-family: monospace;
    font-size: 4vw;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    white-space: nowrap;
  }

  table.x-chart-div {
    background-color: #fff;
    border: .7vw solid #5d26a5;
    border-bottom: none;
    border-top: none;
    text-align: center !important;
    table-layout: fixed;
    margin: 0 auto;
    width: 100%
  }

  .vertical-data,
  .xchart-date {
    font-family: Comic Sans MS;
    text-shadow: .1vw .1vw #fff00e;
    font-weight: 550
  }

  .vertical-data {
    font-size: 2.7vw !important;
    text-align: center
  }

  .vertical-data br:first-child {
    display: none
  }

  .xchart-date {
    font-size: 2.5vw !important;
    text-align: center !important;
    padding-top: .5vw !important;
    padding-bottom: .5vw !important;
    white-space: nowrap;
  }

  .x-chart-div th {
    font-size: 3vw !important;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #000;
    height: 7vw;
    position: sticky;
    position: -webkit-sticky;
    box-shadow: 0 4px 2px -2px #000;
    top: 0;
    font-weight: 700;
    padding-top: 2vw;
  }

  .ads {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .verticaltext {
    width: 4vw;
    word-wrap: break-word;
    white-space: pre-wrap;
    margin: auto;
  }
}




@media only screen and (min-width: 321px) and (max-width: 480px) {
  #record {
    right: calc(50% - 15vw);
    top: 55px;
    width: 30vw;
    height: 3vw;
    display: inline-block;
    font-size: 2vw;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out
  }

  .smlogo {
    max-height: 10vw;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .arrow {
    font-size: 4.2vw;
    margin: 9vw 7vw
  }

  .blue-box,
  .brown-box {
    border: .3vw solid #fff;
    height: 66vw;
    padding: 0
  }

  .box-style {
    box-shadow: 0 .3vw #a9a9a9;
    padding-bottom: 1vw
  }

  .frequency {
    font-size: 2.5vw;
    width: 20vw;
    margin-bottom: 1vw
  }

  .jodi-btn,
  .pana-btn {
    font-size: 3.2vw;
    padding: 1vw 4vw;
    line-height: 1.5;
    border-radius: 1vw
  }

  .jodi-number {
    font-size: 8vw;
    font-family: fantasy;
    text-shadow: -0.2vw 0.2vw 0 #fff, 0.2vw 0.2vw 0 #fff, 0.2vw 0.2vw 0 #fff, -0.2vw -0.2vw 0 #fff;
  }

  .laptopShow {
    display: none !important
  }

  .liveupdate {
    margin-top: -6px;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 999;
    font-weight: 900;
    min-height: 54px;
    max-height: 54px;
  }

  .livename {
    font-size: 5vw;
    color: #333;
    white-space: nowrap;
  }

  .livepana {
    font-size: 4.5vw;
    color: #333;
    white-space: nowrap;
  }

  .livejodi {
    font-size: 5vw;
    white-space: nowrap;
  }

  .mobileShow {
    display: inline
  }

  .pana {
    color: #000;
    margin-top: 2.6vw;
    margin-bottom: 2.6vw;
    padding: 2.5vw 0 2vw 0;
    font-size: 4.5vw;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-shadow: -.1vw 0 #fff, 0 .1vw #fff, .1vw 0 #fff, 0 -.1vw #fff;
  }

  .pana-number {
    color: #000;
    font-size: 6vw;
    text-shadow: -0.1vw 0.1vw 0 #fff, 0.1vw 0.1vw 0 #fff, 0.1vw 0.1vw 0 #fff, -0.1vw -0.1vw 0 #fff;
  }

  .resultname {
    color: #000;
    height: 12vw;
    font-weight: 800;
    font-size: 5vw;
    line-height: 1;
    text-shadow: -0.2vw 0.2vw 0 #fff, 0.2vw 0.2vw 0 #fff, 0.2vw 0.2vw 0 #fff, -0.2vw -0.2vw 0 #fff;
  }

  .starline {
    height: 16vw;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    white-space: nowrap;
  }

  .single-text,
  .single-text-jodi,
  .x-chart-div th,
  .xchart-date {
    vertical-align: middle !important
  }

  .single-text,
  .single-text-jodi {
    font-family: Comic Sans MS;
    text-shadow: .2vw .2vw #fff00e
  }

  .single-text-jodi {
    font-size: 5.7vw !important;
    text-align: center;
    font-weight: 700;
    text-align: center;
    font-weight: bold;
    border: .2vw solid #000;
    white-space: nowrap;
  }

  .single-text {
    font-size: 4.6vw !important;
    text-align: center !important;
    font-weight: 700;
    white-space: nowrap;
  }

  .time {
    font-family: monospace;
    font-size: 2.9vw;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    white-space: nowrap;
  }

  table.x-chart-div {
    background-color: #fff;
    border: .7vw solid #5d26a5;
    border-bottom: none;
    border-top: none;
    text-align: center !important;
    table-layout: fixed;
    margin: 0 auto;
    width: 100%
  }

  .vertical-data,
  .xchart-date {
    font-family: Comic Sans MS;
    text-shadow: .1vw .1vw #fff00e;
    font-weight: 550
  }

  .vertical-data {
    font-size: 2.7vw !important;
    text-align: center
  }

  .vertical-data br:first-child {
    display: none
  }

  .xchart-date {
    font-size: 2.5vw !important;
    text-align: center !important;
    padding-top: .5vw !important;
    padding-bottom: .5vw !important;
    white-space: nowrap;
  }

  .x-chart-div th {
    font-size: 3vw !important;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #000;
    height: 7vw;
    position: sticky;
    position: -webkit-sticky;
    box-shadow: 0 4px 2px -2px #000;
    top: 0;
    font-weight: 700;
    padding-top: 2vw;
  }

  .ads {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .verticaltext {
    width: 2vw;
    word-wrap: break-word;
    white-space: pre-wrap;
    margin: auto;
  }
}


@media only screen and (min-width:481px) {
  .laptopShow {
    display: block
  }

  .mobileShow {
    display: none !important
  }

  .liveupdate {
    margin-top: -6px;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 999;
    font-weight: 900;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    min-height: 54px;
    max-height: 54px;
  }

  .livename {
    font-size: 18px;
    color: #333;
  }

  .livepana {
    font-size: 16px;
    color: #333;
  }

  .livejodi {
    font-size: 20px;
  }

  #record {
    right: calc(50% - 75px);
    top: 55px;
    width: 150px;
    height: 15px;
    display: inline-block;
    font-size: 10px;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out
  }
}

.resultbox {
  table-layout: fixed;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/* Footer Styling Restored from sminner.css */
.footer {
  text-align: center;
  color: #455c69;
}

.footer .footer-main {
  padding: 15px;
}

.social-footer {
  margin-top: 10px;
  margin-bottom: 5px;
}

.social-footer a {
  display: inline-block;
  margin: 0 5px;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff !important;
  border-radius: 50%;
  text-align: center;
  transition: transform 0.2s;
}

.social-footer a:hover {
  transform: scale(1.1);
}

.social-footer a.facebook {
  background: #3b5998;
}

.social-footer a.twitter {
  background: #55acee;
}

.social-footer a.gplus {
  background: #dd4b39;
}

.footer .navigation a {
  display: inline-block;
  margin: 0 5px;
  font-size: 13px;
  color: #555;
  text-decoration: none;
}

.footer .copyright {
  padding: 15px;
  font-size: 13px;
  color: #555;
}

.footer .copyright a {
  color: #555;
  font-size: 13px;
  text-decoration: underline;
}