/* CSS COMMON */

.it-addiction-twitter-portlet .adc-twitter-front-container.it-addiction-predefined {
    
    font-family: "Ubuntu";
    font-weight: 300;
    font-size: 16px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    
}

.it-addiction-twitter-portlet .it-addiction-predefined .clear { clear: both; }

/* Header */

.it-addiction-twitter-portlet .it-addiction-predefined .adc-twitter-front-header {
    
    width: 100%;
    min-height: 70px;
    border-bottom: 1px solid #dfdfdf;
    
}

.it-addiction-twitter-portlet .it-addiction-predefined .adc-twitter-front-title { float: left; }
.it-addiction-twitter-portlet .it-addiction-predefined .adc-twitter-front-follow-button { float: right; }
.it-addiction-twitter-portlet .it-addiction-predefined .adc-twitter-front-user label,
.it-addiction-twitter-portlet .it-addiction-predefined .adc-twitter-front-title { font-weight: bold; display: block; float: left; }

.it-addiction-twitter-portlet .it-addiction-predefined .adc-twitter-front-title {
    
    width: 50%;
    padding: 20px 0 0 20px;
    font-size: 20px;
    min-height: 30px;
    margin-bottom: 20px;    
    
}

.it-addiction-twitter-portlet .it-addiction-predefined .adc-twitter-front-follow-button {
    
    width: 105px;
    height: 20px;
    margin: 20px;
    font-size: 10px;
    text-align: center;
    padding-top: 5px;
    
}

/* Single Tweet Row */

.it-addiction-twitter-portlet .it-addiction-predefined .adc-twitter-front-tweet-container {
 
    border-bottom: 1px solid #dfdfdf;
    min-height: 70px;   
    
}

.it-addiction-twitter-portlet .it-addiction-predefined .adc-twitter-front-user span { font-weight: normal; }

.it-addiction-twitter-portlet .it-addiction-predefined .adc-twitter-front-user {
    
    font-size: 14px;
    margin-top: 3px;
    
}

.it-addiction-twitter-portlet .it-addiction-predefined .adc-twitter-front-date {
    
    text-align: right;
    float: right;
    font-size: 12px;
    
}

.it-addiction-twitter-portlet .it-addiction-predefined .adc-twitter-front-tweet {
	
	word-break: break-word;
		
}

.it-addiction-twitter-portlet .it-addiction-predefined .adc-twitter-front-image {
    
    width: 50px;
    height: 50px;
    border-radius: 3px;
    background: #dfdfdf;
    float: left;
    margin: 10px 20px;
    
}

.it-addiction-twitter-portlet .it-addiction-predefined .adc-twitter-front-information-container {
    
    width: 35%;
    float: left;
    margin: 15px 0;
    
}

/* Navigation with Arrows */

.it-addiction-twitter-portlet .it-addiction-predefined .adc-twitter-front-buttons {
    
    height: 40px;
    border-bottom: 1px solid #dfdfdf;
    
}

.it-addiction-twitter-portlet .it-addiction-predefined .adc-twitter-left-arrow, 
.it-addiction-twitter-portlet .it-addiction-predefined .adc-twitter-right-arrow {
    
    width: 15px;
    height: 40px;
    cursor: pointer;
    z-index: 100;
    
}

.it-addiction-twitter-portlet .it-addiction-predefined .adc-twitter-left-arrow { 
    
    background: url(../images/arrows.png) no-repeat left 0px transparent;
    margin-left: 70px;
    float: left; 
    
}
.it-addiction-twitter-portlet .it-addiction-predefined .adc-twitter-right-arrow { 

    background: url(../images/arrows.png) no-repeat right -40px transparent;
    margin-right: 70px;
    float: right;

}

/* Footer */

.it-addiction-twitter-portlet .it-addiction-predefined .adc-twitter-font-footer { 

    background: #f0fbff; 
    min-height: 100px; 
    border-radius: 0 0 5px 5px;
    
}

.it-addiction-twitter-portlet .it-addiction-predefined .adc-twitter-front-followers, 
.it-addiction-twitter-portlet .it-addiction-predefined .adc-twitter-front-following, 
.it-addiction-twitter-portlet .it-addiction-predefined .adc-twitter-front-tweets-numb { 
    
    width: 33%;
    float: left;
    text-align: center;
    padding-top: 25px; 
    
}

.it-addiction-twitter-portlet .it-addiction-predefined .adc-twitter-front-number {
    
    color: #0b93bb;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 5px;
    
}

.it-addiction-twitter-portlet .it-addiction-predefined .adc-twitter-front-footer-info  { font-weight: bold; }