
.page-heading {
    font-size: 24px;
    padding-bottom: 60px;
    padding-top: 60px;
    text-align: left;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

.jumbotron {
    background-color: #efefef;
    color: inherit;
    margin-bottom: 30px;
    padding: 30px 15px;
    text-align: center;
}

.btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}

.btn-primary {
    background-color: #2c3e50;
    border-color: #2c3e50;
    color: #fff;
}

.btn-lg, .btn-group-lg > .btn {
    border-radius: 6px;
    font-size: 19px;
    line-height: 1.33333;
    padding: 18px 27px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #2c3e50;
}

.btn-wi {
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 12px;
}

.btn-play {
    color: #fff;
    background-color: #000000;
    border-color: #2c3e50;
}

.login-block {
    float: none;
    width: 440px;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.form-group {
    margin-bottom: 20px;
}

.wi-border {
    border-radius: 3px 3px 3px 3px;
    padding-top: 2px;	
    border: 1px solid silver;
    margin-bottom: 2px;
}

hr {
    border-color: #2c3e50;
}

.page-header {
    border-bottom: 1px solid #2c3e50;
    margin: 20px 0 20px;
    padding-bottom: 9px;
}

label.required:before {
    content: "* ";
}

.footer {
    position: relative;
    margin-top: 40px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}