// Twitter popup styling .twitter-look { margin:7px 0; max-height: 500px; overflow-y: auto; .twitter-single { border-bottom: 1px solid #999; margin-bottom:10px; padding-top:10px; .twitter-img { width:48px; height:48px; margin-right:15px; float:left; img { width:100%; } } .twitter-text { float: left; width: 695px; h1 { padding:0; font-size: 16px; color: #000; span { color: #aaa; } } p { a { color:#1c81c7; } } } .twitter-graph { img { max-width:100%; } } } } .twitter-post { .input-text { margin:15px 0 5px; } .inputs { font-size: 12px; color: #666; padding: 6px 9px; width: 100%; font-style: italic; border: 1px solid #1c81c7; border-radius: 0; &.text-area { border: 1px solid #1c81c7; border-radius: 0; height:100px; resize:none; } } .post-later { .w33 { width:30%; float:left; margin-right:5%; &:nth-child(3) { margin-right:0; } } } button { margin-top:30px; } }