.navbar-header img{
	max-width: 217px;
}

.navbar {
	background-color: #834ddf;
	font-weight: bold;
}

.navbar-right {
	margin-top:18px;
}

.navbar-toggle {
	margin-top:20px;
}

.navbar-inverse .navbar-nav > li > a {
	color: #fff;
}

body {
	background-color: #834ddf;
}

.tabledom th {
	text-align:center;
}

.font-weight-bold {
	font-weight: bold;
}

.pricetext
{
	font-size: 1.3em;
	color: DarkRed;
}
.hrtext {
    overflow: hidden;
    text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    color: darkmagenta;
}
.hrtext:before,
.hrtext:after {
    background-color: #777;
    content: "";
    display: inline-block;
    height: 4px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.hrtext:before {
    right: 0.5em;
    margin-left: -50%;
}
.hrtext:after {
    left: 0.5em;
    margin-right: -50%;
}

