.heading {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin: 15px 0 30px;
    padding-top: 10px;
    font-family: 'Open Sans', 'Hanuman', sans-serif, serif;
}

body {
    line-height: 1;
    background: #FFF;
    overflow-x: hidden;

}

html,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.title_td {
    font-size: 15px;
}

.form-control {
    width: 100%;
    height: 28px;
    padding: 0px 0px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.bt_input {
    font-size: 15px;
    height: 24px;
}

table.live_bg {
    background: url("../../../src/assets/images/live_bg_1.png") bottom center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

h3.heading {
    height: 25px;
    line-height: 25px;
    margin: 0px;
    padding: 0px;
}

td.title {
    font-size: 15px;
}

td.boxnum {
    background: url("../../../src/assets/images/result_box.png");
    background-repeat: no-repeat;
    background-size: 97% 97%;
    padding-right: 2px;
    font-family: Arial, Helvetica, sans-serif

}