body{ 
      background: linear-gradient(#03160f, #020c09);
}


.panel-box-wrapper {
    background: #133f91;
    background: -moz-linear-gradient(top, #000 0%, #000 100%);
    background: -webkit-linear-gradient(top, #000 0%, #000 100%);
    background: linear-gradient(to bottom, #000 0%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#133f91', endColorstr='#2675fe', GradientType=0);
    padding: 20px 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid rgba(20, 20, 20, 0.5);
    position: relative;
    box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.3);
    z-index: 20;
}




























/* Comments Section */
#new-user-comment {
    display: none;
}

.comments-section-form {
    color: #ee0000;
    padding: 0;
}

.comments-section-form fieldset {
    margin-bottom: 10px;
}

#commentUsername, 
#livechatInputChat, 
.add-new-comment-wrapp textarea {
    background: rgba(255, 255, 255, .2) !important;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 20px;
}

.add-new-comment-wrapp input {
    margin-bottom: 10px;
}


.add-new-comment-wrapp input, 
.add-new-comment-wrapp textarea {
    width: 100%;
}

.comment-wrapper {
    width: auto;
    max-width: 100%;
    background: linear-gradient(0.25turn, #025829, #01a767, #0cd660);
border: 2px solid #00ff0d;
    padding: 10px 20px;
    width: 100%;
    border-radius: 4px;
    position: relative;
    border: 2px solid #2a1414;
}

label {
    margin: 0;
}

.comment-user-img-wrapp, 
.comment-wrapper {
    display: inline-block;
    position: relative;
    float: left;
}

.comment-username {
    font-weight: 700;
    letter-spacing: 2px;
    color: #ffff15;
    margin-bottom: 3px;
    font-family: bowlbyonesc;
    text-transform: uppercase;
    font-size: .9em;
    text-shadow: 0 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.comments {
    font-size: .7em;
    margin-top: 5px;
    width: 100%;
    font-weight: 300;
}

.comments {
    display: block;
    text-transform: uppercase;
    font-family: bowlbyonesc;
    letter-spacing: 1px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .7), -1px -1px 0 rgba(0, 0, 0, .7), 1px -1px 0 rgba(0, 0, 0, .7), -1px 1px 0 rgba(0, 0, 0, .7), 1px 1px 0 rgba(0, 0, 0, .7);
}

.main-content-wrapper-inner {
    text-transform: uppercase;
    font-family: bowlbyonesc;
    letter-spacing: 1px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .7), -1px -1px 0 rgba(0, 0, 0, .7), 1px -1px 0 rgba(0, 0, 0, .7), -1px 1px 0 rgba(0, 0, 0, .7), 1px 1px 0 rgba(0, 0, 0, .7);
    font-size: .7em;
    color: #fff;
    line-height: 1.8em;
}

.comment-username, 
.timePosted {
    display: inline-block;
}

.timePosted:before {
    content: "\f017";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    margin-right: 5px;
}

.timePosted {
    margin-top: 0;
    font-weight: 300;
    margin-left: 10px;
    font-size: .9em;
    color: #119c23;
    position: relative;
    top: -1px;
}

.add-new-comment-wrapp h4 {
    font-size: .7em;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 20px;
    color: #fff;
    letter-spacing: 1px;
    text-shadow: none;
}


/* Live Chat */
.chat-inner-wrapper {
    position: relative;
    z-index: 20;
    padding-top: 10px;
    overflow: hidden;
}

#livechatChatContent {
    padding: 15px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #00ff0d;
}

.livechatChatEntry {
    margin-bottom: 10px;
}

.livechatEntryUserName {
    color: #ffff15;
    font-family: bowlbyonesc;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .7), -1px -1px 0 rgba(0, 0, 0, .7), 1px -1px 0 rgba(0, 0, 0, .7), -1px 1px 0 rgba(0, 0, 0, .7), 1px 1px 0 rgba(0, 0, 0, .7);
    text-transform: lowercase;
    font-weight: 400;
    font-size: 9px;
    letter-spacing: 1px;
}

.livechatEntryContent {
    margin-left: 5px;
}

#livechatContainerChat {
    color: #ffffff;
    position: relative;
    width: 100%;
    font-weight: 400;
}

#livechatContainerOverlay {
    background: rgba(0, 0, 0, .7);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

#livechatContainerChatUserName {
    background: linear-gradient(0.25turn, #025829, #01a767, #1fbd61);

    display: none;
    left: 50%;
    margin: -80px 0 0 -112px;
    position: absolute;
    width: 210px;
    top: 50%;
    z-index: 5;
    border-radius: 2px;
    padding: 40px 20px;
}

.chat-input-label {
    color: #fbff00;
}

.livechatChatEntry {
    margin-bottom: 6px;
}

#livechatChatHeading {
    background: transparent 0 0 no-repeat;
    font-size: 1em;
    padding-bottom: 20px;
    text-align: center;
}

#livechatContainerChatContent {
    color: #e4ff23;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .7), -1px -1px 0 rgba(0, 0, 0, .7), 1px -1px 0 rgba(0, 0, 0, .7), -1px 1px 0 rgba(0, 0, 0, .7), 1px 1px 0 rgba(0, 0, 0, .7);
}

#livechatChatContent {
    font-size: 12px;
    height: 311px;
    overflow-y: scroll;
    padding-bottom: 17px;
    border-bottom: 1px solid #00a35f;
    position: relative;
}

#livechatContainerChatControls {
    padding: 20px 0 0;
}

#livechatInputChat {
    width: 100%;
    font-size: 1em !important;
}

#txInput, 
#livechatInputChat, 
#livechatInputChatUserName {
    resize: none;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 20px;
    font-weight: 700;
    color: #fff;
}

#livechatInputChatUserName {
    width: 100%;
    background: rgb(255, 255, 255);
    color: #000000;
    margin: 15px 0;
    border: 1px solid #ccc;
}

.livechatContainerTop {
    color: #ffffff;
    font-family: quicksand, sans-serif;
    font-weight: 700;
    text-align: center;
}

.livechatContainerCenter {
    padding-top: 15px;
}

#chat_table {
    width: 100%;
}

#chat_table * {
    font-size: 13px;
    font-weight: none;
}

#chat_table tr td:first-child {
    padding-left: 10px;
    width: 90px;
}

.live-chat-button-wrapper {
    position: relative;
    margin-top: 10px;
}

#livechatButtonChat, 
#livechatButtonChatUserName {
    height: 35px;
    text-shadow: inherit;
    font-size: 10px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    text-decoration: none;


    background-size: auto 100%, auto 100%, auto 100%;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    cursor: pointer;
    font-family: bowlbyonesc;
    color: #ffffff;
    padding: 1px 20px 8px;
    display: inline-block;
    font-weight: bold;
}

#livechatButtonChatUserName {
    margin: 0 auto;
    display: table;
}

