/* This is below all CSS only Demo Purpose, It is a Optional. */
.demo {
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    background-color: #f5f3f3;
}
/* Boxes CSS */

.box {
    max-width: 90%;
    width: 90%;
    position: relative;
	margin: 0 auto;
}
/* List CSS */

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
/* Text Center */

.text-center {
    text-align: center;
}
ul {
    margin-top: 0;
    margin-bottom: 10px; 
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
/* Hyper Link */

a {
    color: #337ab7;
    text-decoration: none;
}
/* Paragraph & Table CSS */
p,
table {
    margin: 10px 50px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
}
/* Heading CSS */

h3 {
    text-align: left;
    margin: 10px 50px;
    color: #ff6347;
    font-family: 'Open Sans', sans-serif;
}
h4 {
    text-align: left;
    margin: 10px 50px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
/* Button CSS */
.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
}
.btn-success:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
/* Table Images */

table img {
    border: 5px solid #333;
}
/* Horizentional line */

hr {
    border: 1px solid #333;
}
.footer {
    background-color: #f5deb3;
    width: 100%;
    height: 50px;
    margin-top: -8px;
}
/* jumbotron CSS */
.jumbotron {
    padding-top: 20px;
    padding-bottom: 20px;
	margin-top:0px;
}