tr td.trow1:first-child,
tr td.trow2:first-child,
tr td.trow_shaded:first-child {
	border-left: 0;
}
tr td.trow1:last-child,
tr td.trow2:last-child,
tr td.trow_shaded:last-child {
	border-right: 0;
}
.tborder tbody tr:last-child > td {
	border-bottom: 0;
}
.thead_left {
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
}
.thead_right {
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
}
.tcat_menu {
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}
		
/* DVZ Shoutbox */
.dvz {
    margin-bottom: 45px;
}

.dvz .container {
    padding: 10px 0px 20px 0px;
}

.dvz .window {
    height: 300px;
    overflow-x: auto;
    position: relative;
}

.dvz .entries {
    position: relative;
    margin-bottom: 15px;
}

.dvz__send-container {
	background: #1d1e23;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    align-items: center;
    padding: 13px;
}

.dvz__input {
    flex: 1;
    max-height: 40px;
    overflow-y: auto;
    resize: none;
    color: #7c7f8b;
    border: 0;
    margin: 0;
    background: transparent;
	line-height: 2.8;
}

.dvz__button  {
    
}

/** SHOUT **/

.shout {
	background: #090a0b;
	padding: 8px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
	border-radius: 4px;
}

.shout:first-child {
    margin-top: 0
}

.shout__avatar {
    height: 40px;
    width: 40px;
}

.shout__avatar img {
    border-radius: 50%;
}

.shout__container {
    flex: 1;
    margin-left: 25px;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.shout__the-message {
    flex: 1 1 auto;
    word-break: break-word;
    padding-right: 15px;
    padding: 17px 21px;
    border-radius: 8px;
    position: relative;
}

.shout__the-message .text {
    margin-top: 5px
}

.shout .info {
    text-align: center;
    padding-left: 30px;
    padding-right: 10px;
    flex: 0 0 auto;
}

.shout .info a:not(:last-child) {
    background: #5ebf47;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    height: 15px;
    width: 15px;
    font-size: 9px;
    border-radius: 4px;
    margin: 0 3px 5px 3px;
    text-shadow: 0px 1px 1px rgba(5, 6, 6, 0.3);
    transition: 0.3s ease-in-out opacity;
    position: relative;
    z-index: 1;
}

.shout .info a:not(:last-child):hover {
    opacity: 0.7;
}

.shout .info > *:last-child {
    display: block;
}
		
		
		