﻿/* $Twitter-Widget-Module
================================================== */
.stream {
  background-color: white!important;
  width: 100% !important;
}

.stream li {
  overflow: hidden;
  padding: 11px 20px 2px;
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.stream li:first-child {
  border-right: 1px solid #cbcbcb;
}

.stream li .p-nickname {
  font-family: aktiv_grotesklight, Arial, sans-serif !important;
  font-size: 20px;
  font-size: 1.33333rem;
  line-height: 1.15;
  line-height: 30px !important;
}

.stream li .e-entry-title {
  margin: 1em 0 1em 0 !important;
}

.stream li a {
  color: #333333 !important;
}

.stream li .link,
.stream li .profile,
.stream li .tco-display {
  padding-bottom: 1px !important;
  border-bottom: 1px solid #125cd8 !important;
  text-decoration: none !important;
}

.stream li .e-entry-title,
.stream li .profile,
.stream li .tco-display {
  line-height: 22px !important;
}

.stream li .header img,
.stream li .header time,
.stream li .footer,
.stream li .p-name {
    display: none !important;
}

/* $Twitter-Module
==================================================

.twitter-content {
    margin-left: 1px;
    background: #fff;
    overflow: hidden;
    padding: 11px 20px 2px;
    height:100%;
}

.twitter-container:first-child .twitter-content {
    margin-left: 0;
}

.twitter-content .username {
    font-family: $font-light;
}
*/

.tweet img{ display: none; }/* dm */
.twitter-timeline .profile b{ font-weight: normal; }

@media only screen and (max-width: 670px),
(min-device-width: 670px) and (max-device-width: 800px) {
	.stream li {
      float:none;
      width:100%;
      padding:11px 11px 2px;
    }
  
  .stream li:first-child {
	  border-bottom: 1px solid #cbcbcb;
	}
}