.xtable {display: table;}
.xtr {display: table-row;}
.xtd {display: table-cell;}



.discordbox::before
{
background-color:white;
}

.discordbox
{	display: table;
	background-color:white;
	border-bottom:1px solid #3e4146;
	width:700px;
	text-align:left;
line-height:2.2em;
}

.discordrow
{
	display: table-row;
}

.discordavatar
{
	display: table-cell;
	vertical-align:top;
	width:100px;
	min-height:80px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

.discordmsg
	{
		display: table-cell;
		vertical-align:top;
		color:#b9babc;
		font-size:15px;
		padding-top:20px;
		padding-bottom:10px;
		padding-left:10px;
		padding-right:20px;

	}


   .discordmsg  > a
{
	color:#ca5906; font-weight:bold;
}

 .discordhandle
	{
		color:white;
		font-weight:bold;
		font-size:17px;
	}

  .discordhandle  > a
{
	color:white; text-decoration:none;
 font-size:17px !important;
}
  .discordhandle  > a:hover
{
	color:white; text-decoration:underline;  font-size:17px;
}

   .discordhandleop
	{
		color:#e9264f;
		font-weight:bold;
		font-size:17px;
	}

.discordhandleop  > a
{
	color:#e9264f; text-decoration:none;
 font-size:17px !important;
}

    .discordhandleop  > a:hover
{
	color:#e9264f; text-decoration:underline;
}

 .discorddate
{
	color:#555e5c;
	font-size:13px;
	padding-left:10px;
}

#disqus_thread
	{
	width:680px  !important;
	background-color:#36393e;
	padding:20px;
	}

	#disqus_thread  > a
	{
	color:white;
	font-family:  'subsentitle';
	}

	.line-truncate
	{
	font-family:  'subsentext';
	}

		.post-message > p
	{
	font-family:  'subsentext';
	}

	#navigation
	 {
	 width:700px;
	 height:80px;
	background-color:#36393e;
	 }

	 #last5entries
	 {
		Width:680px;
		padding:20px;
			background-color:#36393e;
			color:white;
			text-align:left;
			font-family:  'subsentitle';
			font-size:12px;
			line-height:30px;
	 }

	 	 .last5link
	 {

			color:white;
			font-family:  'subsentitle';
			text-decoration:none;
			font-size:12px;
	 }

	  /* Dropdown Button */
.dropbtn {
    background-color: #181a1c;
    color: white;
    padding: 0px;
    font-size: 30px;
    border: none;
    cursor: pointer;
	height:50px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #181a1c;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 9999;

}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #7a7a7a;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #7a7a7a;
}

.galleryimg
{

	width:250px;
	height: 176px;
	overflow: hidden;

}
