/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */

 .mod-box.mod-box-color1 .wk-twitter-single:before {
 	display: block;
 	margin-bottom: 20px;
 	padding-top: 140px;
 	text-align: center;
 	font-size: 36px;
 	line-height: 36px;
 	background: url(../../../images/yootheme/icon_twitter.png) 50% 0 no-repeat;
 	content: "latest tweet";
 }

  .mod-box.mod-box-color1 .wk-twitter-single .content {
  	font-family: Arial, Helvetica, sans-serif;
  	font-style: normal;
  	font-size: 18px;
  	line-height: 27px;
  	min-height: 194px;
  }

.mod-box.mod-box-color1 .wk-twitter-single .content:before,
.mod-box.mod-box-color1 .wk-twitter-single .content:after { content: '"'; }

.bfQuickMode .bfLabelLeft label {
    float: left;
    margin: 0 10px 0 0;
    width: 20%;
}

.bfQuickMode .bfNextButton, .bfQuickMode .bfSubmitButton, .bfQuickMode .bfCancelButton {
    float: right;
	margin-right: 98px;
}
.bfQuickMode p.bfElemWrap {
    background: none repeat scroll 0 0 transparent;
    border-radius: 5px 5px 5px 5px;
    margin: 0 0 10px;
    padding: 5px;
}
.bfQuickMode p input[type="text"], .bfQuickMode p textarea, .bfQuickMode p select {
    float: left;
    margin: 0;
    width: 70%;
}
.bfQuickMode .bfRequired {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #FF0000;
    float: right;
    font-size: 100%;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 5px;
}