.comments-title
{
text-align: center;
padding: 10px;
font-size: 18px;
font-weight: bold;
border-top: 1px solid rgba(0, 0, 0, 0.3);
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
color: #900;
margin-bottom: 10px;
}
.recent-comments
{
margin-top: 5px;
padding: 30px;
background-color: white;
box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
border: 1px solid black;
background-color: rgb(239, 242, 245);
}
@media screen and (max-width: 1000px)
{
  .recent-comments
  {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  border-right: 0px solid black;
  border-left: 0px solid black;
  border-bottom: 0px solid #404040;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-right: 0px;
  margin-top: 0px;
  background-color: rgb(239, 242, 245);
  }
}
.recent-comments .textwidget, #recentcomments .textwidget
{
padding: 0px;
}
.recent-comments .dsq-widget-item, #recentcomments .dsq-widget-item
{
padding: 10px;
background-color: #DDE3E8;
}
.recent-comments li.dsq-widget-item, #recentcomments li.dsq-widget-item
{
margin-bottom: 5px;
margin-top: 5px;
}
.recent-comments .textwidget
{
font-family: Arial, sans-serif;
}
.dsq-widget ul.dsq-widget-list
{
text-align: justify !important;
}
.dsq-widget-list li
{
border: 2px solid #F4F4EF
}

/* ########################## */
/* ### READ MORE COMMENTS ### */
/* ########################## */
.read-more-comments
{
text-align: center;
height: 40px;
width: 100%;
background-color: #069;
box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
border: 1px solid black;
margin-top: 5px;
padding-top: 12px;
cursor: pointer;
color: white;
font-weight: bold;
}
.read-more-comments-2, .read-less-comments
{
text-align: center;
display: none;
height: 40px;
width: 100%;
background-color: #069;
box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
border: 1px solid black;
margin-top: 5px;
padding-top: 12px;
cursor: pointer;
color: white;
font-weight: bold;
}
@media screen and (max-width: 1000px)
{
  .read-more-comments, .read-more-comments-2, .read-less-comments
  {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.6);
    border: 0px;
  }
}
/* ########################## */
/* ########################## */


/* ############################# */
/* ### RECENT COMMENTS PANEL ### */
/* ############################# */
#wrapper-header .recent-comment-headline
{
font-size: 15px;
color: #333;
}
#wrapper-header .recent-comment-headline:hover
{
color: #036;
}
#wrapper-header a.comments-content
{
font-size: 15px;
color: #039;
text-decoration: none;
}
#wrapper-header a.comments-content:hover
{
color: #900;
text-decoration: underline;
}
/* ############################# */
/* ############################# */


/* ############################### */
/* ### RECENT COMMENTS CONTENT ### */
/* ############################### */
#main-content .recent-comment-headline
{
color: black;
}
#main-content .recent-comment-headline:hover
{
color: #036;
}
#main-content a.comments-content
{
color: #036;
text-decoration: none;
}
#main-content a.comments-content:hover
{
color: #900;
text-decoration: underline;
}
/* ############################### */
/* ############################### */
