.v-select , .dropdown-toggle   {
	border: none;
	padding: 0;
	margin: 0;
	width:100%;
} 



	
#app .button {
  margin-bottom: 20px;
}

#app .tweet {
	margin: 0 auto;
	padding-bottom: 15px;
	background-color:#fff;
	border:1px solid #000;
}

#app .box {
	margin: 10px 5px 10px 5px;
	width:100%;
	min-width:240px;
	min-height:160px;
	background-color:#fff;
}
 
#app .media {
	min-width:80px;
	float:left;
}
#app .media span{
	width:100%;
	display:block;
	clear:both; 
}
#app .foto {
 	border-radius: 50%;
  max-height:100px;
 }
#app .btns {
	display:block;
	clear:both;
}

#app .content {
	float:left;
	padding-left:4px;
 }
 
#app .content span{
	display:block
}




#app .box {
  position: relative;
  margin: 10px 5px 10px 5px;
  width:100%; min-width:240px; min-height: 160px;
  border: 1px solid #BBB;
  background: #EEE;
}
#app .box .nom { font-weight:bold }

.truncate {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}




.ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-family:verdana;
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
