.tweet-container{
padding:10px 0px 10px 0px;

}

.tweet{
padding: 0px 15px 0px 15px;
}

.twitter-profile-image-container{
overflow:auto;
}

        #twitter-container{
           
            width:100%;
			color:white;

        
            
        }
        
        #twitter-header{
            min-height:50px;
            display:table;
            width:100%;
            margin-bottom:10px;
            border-bottom: 1px solid white;
        }

        
        #tweet-to-button{
            display:inline-block;
        }
        
        #follow-button{
            display:inline-block;
		    padding-right: 20px;
        }
        
        #follow-kainos{
            float:right;
            position:relative;
            font-size:13pt;
            width:55%;
        }
        
        #follow-kainos-text{
            position:absolute;
            top:0px;
            bottom:0px;
            padding-top:5px;
            font-size:12pt;
            max-width:160px;
            width:100%;
            right:0px;
        }
        
        #follow-kainos-img{
            text-decoration:none;
            border: 0px;
        }
        
        #tweets{
     
            overflow-y:auto;
            overflow-x:hidden;
			padding: 40px 0px 40px 0px;
        }
        
        #tweets-title{
            position:relative;
            width:30%;
            display:inline-block;
            padding-bottom: 10px;
            font-size: 38px;
            
        }
        
        #tweets-title-text{
            width:100%;
            color:white;
            font-size:38px;
            display:table-cell;
            font-family: HelveticaNeueLTStd-Lt;
        }
        
        #twitter-buttons{
        display:inline-block;
        width:100%;
        position:relative;
        text-align:center

        }
        
        #follow-kainos-text-line{
            padding-left:30px;
            color:#FFFFFF;
        }
        
        
        #tweets-title p{
            margin:0px;
            vertical-align:middle;
            padding-top:10px;
            padding-left:10px;
        }
        
        #follow-kainos-img{
            float:right;
            width:100%;
            max-width:160px;
        }
        
        .tweet p{
            margin:auto;
            width:90%;
            padding-top:10px;
            padding-bottom:10px;
            
        }
		
		.tweet-content{
		word-wrap: break-word;
		padding-top: 20px;
		}
		
		.tweet-content a{
            text-decoration:underline;
            color:white;
        }
        .tweet-content a:visited{
            text-decoration:underline;
            color:white;
        }
        .tweet-content a:hover{
          text-decoration:underline;
            color:white;
        }
        .tweet-content a:active{
             text-decoration:underline;
            color:white;
        }
        
        .tweet-hr{
            border: 1px solid #E8E8E8;
            height:1px;
            margin:auto;
        }
        
        #tweet-to{
            width:100%;
            background-color:#EEEEEE; 
        }
        
        #tweet-to a{
            text-decoration:none;
            color:#CBCBCB;
        }
        #tweet-to a:visited{
            text-decoration:none;
            color:#CBCBCB;
        }
        #tweet-to a:hover{
            text-decoration:none;
            color:#CBCBCB;
        }
        #tweet-to a:active{
            text-decoration:none;
            color:#CBCBCB;
        }
        
        
        
        #tweet-to-text{
            padding:5px;
            margin:auto;
            background-color:#EEEEEE;
        }
        
        #tweet-text-field{
            width:100%;
            background-color:#FFFFFF;
        }
        #tweet-text-field p{
            
            width:95%;
            margin:auto;
            height:30px;
            line-height:30px;
        }
        
        div#tweets::-webkit-scrollbar {
            width: 15px;
        }
        
        div#tweets::-webkit-scrollbar-track {
            background-color: #CCCCCC;
        } 
        
        div#tweets::-webkit-scrollbar-thumb {
            background-color: #BBBBBB;
        } 
        
        div#tweets::-webkit-scrollbar-button {
            background-color: #BBBBBB;
        }
        
@media (max-width: 478px) {
    #twitter-buttons{
        width:100%;
    }
}

@media (max-width : 600px) {
    #follow-button, #tweet-to-button {
        float: none;
        margin: 5px auto 5px auto;
        display: block;
    }

    #follow-button {
        padding-right: 0px;
    }

    #twitter-buttons {
        width: 100%;
        text-align:center;
    }
}