body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica;
	font-size: 14px;
}

p {
	font-family: Helvetica;
	font-size: 14px;
	line-height: 20px;
}

h1 {
	text-align: center;
}

h2 {
	font-family: Helvetica;
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 0px;
}

.tm_title {
	padding-bottom: 10px;
}

.tm_section {
	padding-top: 10px;
	padding-bottom: 10px;
}

.plans_title {
	font-weight: bold;
	font-size: 15px;
	background-color: #EBEBEB;
	padding-top: 5px;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-right: 5px;
	margin: 5px;
	border-radius: 2px;	
}

.plans_box {
}

.plans_box p {
	padding-top: 5px;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-right: 5px;
}

.plans_group {
	background-color: #F3F3F3;
	border-radius: 5px;
	height: 205px;
}

.plans_group h3 {
	font-weight: bold;
	font-size: 18px;
	padding-top: 5px;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-right: 5px;
	background-color: #EBEBEB;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 1px solid #E1E1E1;
}

.subscribe_intro {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background-color: whitesmoke;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.developers_nav {
	padding-bottom: 15px;
}

.developers_field_sidenote {
	padding-left: 5px;
	color: gray;
}

.developers_story {
	padding-top: 20px;
}

.developers_cancelform {
	padding-top: 10px;
}

ol {
	line-height: 20px;
}

ul {
	line-height: 20px;
}

li {
	line-height: 20px;
	padding: 2px;
}

#header {
	background-image: url(/images/header_bg.png);
	background-repeat: repeat-x;
	height: 100px;
	width: 100%;
}

#header_small {
	background-image: url(/images/header_bg_small.png);
	background-repeat: repeat-x;
	height: 50px;
	width: 100%;
	position: fixed;
	top: 0px;
}

#logo {
	text-align: center;
}

#plus_container {
}

.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

#plus_main {
	padding: 20px;
	margin-top: 50px;
}

#plus_sidebar {
	padding: 20px;
	margin-top: 50px;
	background-color: #F3F3F3;
	border-left: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
	border-bottom-left-radius: 10px;
}

#plus_features {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 14px;
	padding-bottom: 10px;
	background-color: #F3F3F3;
	border: 1px solid lightgray;
	border-radius: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#new_count {
	display: none;
	background-color: #EFEFEF;
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
	cursor: pointer;
}

#show_more {
	background-color: #EFEFEF;
	padding: 5px;
	margin-top: 10px;
	text-align: center;
	cursor: pointer;
}

.stripe_form {
	padding-top: 5px;
}

.conversation_icon {
	padding-bottom: 3px;
}

.conversation_title {
	padding-left: 0px;
	padding-top: 3px;
}

.conversation_hide {
	color: gray;
}

.search_box {
	font-size: 14px;
	line-height: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

.filter_icon {
	padding-bottom: 3px;
}

.filter_line {
	padding: 3px;
}

.filter_link {
	color: black;
	padding-bottom: 10px;
	vertical-align: middle;
	text-decoration: underline;
}

.filter_options {
	display: none;
}

.filter_separator {
	font-size: 12px;
	color: gray;
	padding-bottom: 10px;
	vertical-align: middle;
}

.filter_share {
	font-size: 12px;
	text-decoration: none;
	color: gray;
	padding-bottom: 10px;
	vertical-align: middle;
}

.filter_remove {
	font-size: 12px;
	text-decoration: none;
	color: gray;
	padding-bottom: 10px;
	vertical-align: middle;
}

#saved_filters {
	padding-left: 10px;
	padding-bottom: 10px;
}

#saved_collections {
	padding-left: 10px;
	padding-bottom: 10px;
}

.timeline_icon {
	padding-bottom: 3px;
}

.timeline_line {
	padding: 3px;
}

.timeline_link {
	color: black;
	padding-bottom: 10px;
	vertical-align: middle;
	text-decoration: underline;
}

.adn_icon {
	padding-bottom: 3px;
}

.adn_line {
	padding: 3px;
}

.adn_link {
	color: black;
	padding-bottom: 10px;
	vertical-align: middle;
	text-decoration: underline;
}

.datepicker_icon {
	padding-bottom: 3px;
}

.datepicker_line {
	padding: 3px;
}

.datepicker_link {
	color: black;
	padding-bottom: 10px;
	vertical-align: middle;
	text-decoration: underline;
}

.favorites_icon {
	padding-bottom: 3px;
}

.favorites_line {
	padding: 3px;
}

.favorites_link {
	color: black;
	padding-bottom: 10px;
	vertical-align: middle;
	text-decoration: underline;
}

.pictures_icon {
	padding-bottom: 3px;
}

.pictures_line {
	padding: 3px;
}

.pictures_link {
	color: black;
	padding-bottom: 10px;
	vertical-align: middle;
	text-decoration: underline;
}

#browse_dates {
	padding-left: 10px;
	padding-bottom: 15px;
}

.newtweet_link {
	font-size: 14px;
	line-height: 18px;
	color: black;
	text-decoration: underline;
}

.sidebar_options {
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 18px;
}

.option_link {
	color: gray;
	text-decoration: underline;
}

#collection_options {
	padding-top: 15px;
}

.collection_name {
}

.collection_published {
	vertical-align: bottom;
}

.collection_save {
	padding-top: 7px;
}

.collection_deletewhat {
	padding-top: 14px;
	padding-bottom: 8px;
}

.collection_deletebutton {
}

.eddy_logo {
	padding-top: 30px;
	padding-left: 60px;
}

.eddy_quote {
	font-size: 13px;
	line-height: 18px;
}

#footer {
	padding-top: 10px;
	border-top: 1px solid lightgray;
	font-size: 12px;
}

.supported_apps {
}

.app_item {
	padding-bottom: 8px;
	width: 165px;
}

.app_title {
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 5px;
}

.app_icon {
	float: left;
	vertical-align: top;
	padding-right: 10px;
	padding-top: 5px;
}

.app_details {
	display: block;
	font-family: Helvetica;
	font-size: 12px;
	color: darkgray;
	margin-left: 20px;
	white-space: nowrap;
	padding-top: 5px;
}

.search_highlight {
	background-color: #fff8d2;
}

.tweet {
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px
}

.marked {
	border-right: 1px solid #DEDEDE;
	background-color: #F5F5F5;
	background-image: url(/images/bookmark_icon.png);
	background-repeat: no-repeat;
	background-position: right 10px
}

.tweet_profile {
	display: inline-block;
	vertical-align: top;
	padding-top: 9px;
	padding-left: 4px;
	padding-right: 4px;
}

.tweet_retweeted {
	color: gray;
	padding-left: 5px;
}

.tweet_image {
	border-radius: 5px;
}

.tweet_image_mini {
	border-radius: 2px;
}

.tweet_body {
	display: inline-block;
	width: 85%;
	padding: 3px;
}

.tweet_body_with_pic {
	display: inline-block;
	width: 70%;
	padding: 3px;
}

.tweet_username {
	padding: 3px;
}

.tweet_text {
	padding: 3px;
}

.tweet_date {
	padding: 3px;
}

.tweet_picture {
	display: inline-block;
	padding: 4px;
	vertical-align: top;
}
	
.date_link {
	font-size: 12px;
	color: gray;
}

.favorited_link {
	font-size: 12px;
	color: #FF9B00;
}

.finished_link {
	font-size: 12px;
}

.username_link {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

#copy_to_pane {
	position: absolute;
	display: none;
	top: 50px;
	left: 50px;
	width: 450px;
	height: 400px;
	font-size: 13px;
	padding: 0px;
	border-radius: 5px;
	border: 1px solid #e3e3e3;
	background-color: white; /* #efefef; */
	overflow: auto;
	z-index: 1;
}

#copy_to_arrow {
	position: absolute;
	display: none;
	top: 50px;
	left: 50px;
	width: 16px;
	height: 30px;
	background-image: url(/images/popover_arrow.png);
	z-index: 2;
}

.copy_to_inside {
	padding: 10px;
}

.copy_to_header {
	font-size: 14px;
	border-bottom: 1px solid lightgray;
	margin-bottom: 8px
}

#spinner {
	position: relative;
	top: 8px;
	left: 8px;
}

#server_message {
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 15px;
}