@font-face {
    font-family: "font-api-bolt";
    src: url(../fonts/API_Bold.otf) format("opentype");
}

body {
    background-color:#039de2;
    font-family:font-api-bolt;
}

#twitter-feed {
	margin-top:20px;
	margin-left:10px;
    font-family:font-api-bolt;
}

.twitter-pic {
	width:90px;
	height:90px;
	float:left;
}

.twitter-pic img {
    border-radius:100px;
}

.twitter-text {
	width:700px;
    float:left;
    font-size:24px;
    padding-left: 15px;
	color:#ffffff;
	margin-top:5px;
}

.twitter-text p {
	height:100px;
	min-height: 1em;
    display: table-cell;
    vertical-align: top;
}

.twitter-text-name {
	color:#e30713;
}