/* 
 * Nuzzel CSS
 * 
 * Copyright 2015 Nuzzel, Inc.
 */

body { font-family: arial, helvetica, sans-serif; }
textarea { font-family: arial, helvetica, sans-serif; }

#pageHeaderBar, #secondNav { margin-left: auto; margin-right: auto; width: 100%; }
#pageHeaderMiddle, #secondNavMiddle, #pageContent, #pageFooter, #messageBar { margin-left: auto; margin-right: auto; text-align: left; }
#pageHeaderMiddle, #secondNavMiddle, #pageContent, #pageFooter, #messageBar { width: 970px; padding-left: 10px; padding-right: 10px; }
#pageHeaderBar { background: #333; }
#pageHeaderMiddle { padding-top: 10px; padding-bottom: 10px; color: white; }

#secondNav { background: #F9F9F9; border-bottom: 1px solid #CCC; }
#secondNavMiddle a { padding-top: 4px; padding-bottom: 3px; color: #777; font-weight: bold; text-decoration: none; }
#secondNavMiddle a { border-left: 1px solid #CCC; width: 230px; display: inline-block; text-align: center; }
#secondNavMiddle a:hover { color: #333; }

#pageContent { margin-top: 20px; padding-top: 15px; padding-bottom: 15px; background: white; }
#pageContent { border: 1px solid #E5E5E5; }
#pageContent {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;

  -moz-box-shadow: 2px 2px 2px 0px #E9E9E9; 
  -webkit-box-shadow: 2px 2px 2px 0px #E9E9E9; 
  -box-shadow: inset 2px 2px 2px 0px #E9E9E9;   
}

#pageFooter { letter-spacing: +1px; font-size: 85%; text-align: right; }
#pageFooter { padding-top: 15px; padding-bottom: 15px; color: #999; }
#pageFooter a { opacity: .80; filter: alpha(opacity=80); }
#pageFooter .trademark { float: left; }

#pageHeaderBar {
  background-image: -moz-linear-gradient(#333,#111);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#333),to(#111));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333',endColorstr='#111111');

  -moz-box-shadow: 0px 1px 10px 0px #999; 
  -webkit-box-shadow: 0px 1px 10px 0px #999; 
  -box-shadow: inset 0px 1px 10px 0px #999; 
}

#pageBody {
  background: #F1F1F1;
  background-image: -moz-linear-gradient(#F1F1F1, #F9F9F9);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#F1F1F1),to(#F9F9F9));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F1F1',endColorstr='#F9F9F9');
}

/** .alert { text-align: left; background-color: #F77; border-bottom: 1px solid #F55; } */
.info { text-align: left; background-color: #FF9; border-bottom: 1px solid #FF3; }

div.error { margin: 20px 0px; padding: 10px 10px; border: 1px solid #F55; background-color: #F77; }

#messageBar { margin-top: 20px; padding: 15px 20px; border: 1px solid #DD7; background-color: #FF9; font-weight: bold;}
#messageBar {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

#messageBar.error { background-color: #F0A8A8; border: 1px solid #900; }

a { color: #004276; text-decoration: none; }
a:hover { text-decoration: underline; }
img { border: none; }
h1 { font-size: 220%; font-weight: bold; color: #4E463F; margin-top: 0px; }
h2.alt1 { font-family: Georgia, "Century Schoolbook", "Times New Roman", Times, serif}
h2 { font-size: 24px; margin: 0px 0px 3px 0px; font-weight: bold;}
h2 a.storyTitle { font-family: 'PT Sans Narrow', arial, helvetica, sans-serif; line-height: 1.2em; }
h2 a.clicked { color: #888888; }
h3 a.storyTitle { font-size: 18px; font-family: 'PT Sans Narrow', arial, helvetica, sans-serif; line-height: 1.2em; }
h3 a.clicked { color: #888888; }
div.sharebox h3 { font-size: 120%; margin: 0px 0px 5px 0px; color: #4E463F; }

#leftColumn { float: left; width: 600px; margin-right: 42px; }
#rightColumn { float: left;  }
.helloBox { margin-top: 5px; padding: 8px; width: 280px; background: #EEE; border: 1px solid #DDD; margin-bottom: 25px; }
.homeAccountList { background: #F7F7F7; margin: 10px 0px 5px 0px; border: 1px solid #E0E0E0; border-collapse: collapse; }
.homeAccountList td { padding: 6px; border-top: 1px solid #E0E0E0; }
.homeAccountList td.empty { background: #EEE; }
.homeAccountList.many td { padding: 6px; border-top: 1px solid #E0E0E0; border-right: 1px solid #E0E0E0; }
.homeAccountList tr .removeIcon { visibility: hidden; }
.homeAccountList tr:hover .removeIcon { visibility: visible; }
.feedSharing .disable { visibility: hidden; }
.feedSharing:hover .disable { visibility: visible; }
.subscriberCount { margin-top: 10px; font-size: 11px; color: #666; }

.alreadySubscribed .disable { visibility: hidden; }
.alreadySubscribed:hover .disable { visibility: visible; }

.customFeeds { color: #333; margin-top: 5px; border: 1px solid #CCC; background: #EEE; margin-bottom: 25px; }
.customFeeds { border-radius: 4px;	-moz-border-radius: 4px; -webkit-border-radius: 4px; }
.customFeeds div.inside { padding: 12px 10px 10px 10px; border-top: 1px solid #CCC; background: #FFF; }
.customFeeds h4 { padding: 5px 12px; margin: 0px; }
.customFeeds li { list-style-type: none; margin-bottom: 5px; }
.customFeeds li .count { font-size: 11px; color: #777; }

.allCustomFeeds li { list-style-type: none; margin-bottom: 10px; }
.allCustomFeeds li .count { font-size: 11px; color: #777; }

div.story { margin-bottom: 10px; }
div.story { border-top: 1px solid #D2D2D2; padding-top: 20px; }
div.story.first { border-top: none; padding-top: 10px; }
div.story.bad { opacity: .40; filter: alpha(opacity=40); }

div.sharebox { text-align: left; padding: 20px; }
div.sharebox textarea { resize: none; height: 65px; width: 500px; padding: 8px; border: 4px solid #CCC; }
div.sharebox #context { width: 430px; text-align: left; }
div.sharebox textarea {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

div.story.nudge { cursor: pointer; background: #F7F7F7; margin-bottom: 0px; padding-bottom: 15px; }
div.story.nudge .storyImage img { background: white; }
div.story.nudge a.hideNudge { color: #BBB; }
div.story.nudge a.hideNudge:hover { text-decoration: none; }

div.sharebox {
  background: #F1F1F1;
  background-image: -moz-linear-gradient(#F1F1F1, #F9F9F9);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#F1F1F1),to(#F9F9F9));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F1F1',endColorstr='#F9F9F9');
}

div.retweetbox { text-align: left; margin: 0px; padding: 8px; background: #191919; color: white; }
div.retweetbox h2 { padding-left: 10px; padding-top: 5px; }
div.retweetbox #panel { margin-bottom: 0px; padding: 20px; background: white; color: #333; border: 4px solid white; }
div.retweetbox #panel {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

div.story .mainArea { float: left; width: 528px; }
div.story .storyImage { float: right; margin-left: 10px; margin-bottom: 10px; margin-right: 5px; }
.storyImage { overflow: hidden; }
.storyImage {
  border-top: 1px solid #E2E2F2;
  border-left: 1px solid #E2E2F2;
  border-right: 1px solid #C2C2D2;
  border-bottom: 1px solid #C2C2D2;
  -moz-box-shadow: 2px 2px 5px 0px #D2D2D2; 
  -webkit-box-shadow: 1px 1px 2px 0px #B2B2C2; 
  -box-shadow: inset 1px 1px 2px 0px #B2B2C2;  
}
.recentStory .storyImage { margin-right: 17px !important; }
.storyImage img { display: block; font-size: .85em; color: #999; font-style: italic; }
div.story .details { margin-bottom: 10px; font-size: .95em;}
div.story .site { font-weight: bold; color: #666; }
div.story .author { color: #666; }
div.story .author a { color: #33546E;}
div.story .date { color: #666; }
div.story .excerpt { color: #333; line-height: 1.4em; }
div.story .externalUserArea { width: 500px; margin-bottom: 10px; }
div.story .externalUserImage { float: left; width: 27px; }
div.story .externalUserImage img { display: block; border: 1px solid #CCC; }
div.story .externalUserComment { font-size: .85em; line-height: 1.2em; margin-top: -2px; margin-left: 6px; float: left; width: 467px; }
div.story .externalUserComment a.externalUserLink { font-weight: bold; }
div.story .externalUserComment span.externalUserLink { font-weight: bold; color: #004276; }
div.story .externalUserComment .dateShared { font-size: .95em; margin-top: 2px; color: #999; }
div.story .externalUserComment .dateShared a { color: #999; }
div.story .externalUserComment .dateShared a.retweetLink { color: #004276; }
div.story .statusesSeparator { font-size: .85em; color: #333; margin-top: 20px; margin-bottom: 10px; }

#loadingStatus {  font-size: 130%; background-color: #DFEFEF; border: 2px solid #D7E7E7; padding: 20px 30px; color: #244; }
#loadingStatus {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#loadingStatus {
  background-image: -moz-linear-gradient(#DFEFEF, #EFF5F5);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#DFEFEF),to(#EFF5F5));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DFEFEF',endColorstr='#EFF5F5');  
}
#loadingStatus #message div { margin-top: 25px;}
#loadingStatus #message div img { position: relative; top: 9px; margin-right: 13px; vertical-align: baseline; }

.helloBox {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;

  -moz-box-shadow: 2px 2px 4px 0px #E9E9E9; 
  -webkit-box-shadow: 2px 2px 4px 0px #E9E9E9; 
  -box-shadow: inset 2px 2px 4px 0px #E9E9E9;   

  background-image: -moz-linear-gradient(#EEE,#F3F3F3);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#EEE),to(#F3F3F3));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE',endColorstr='#F3F3F3');    
}

a.flatbutton { 
  font-weight: bold; 
  border: 2px solid #569ACC; 
  background: #569ACC; 
  color: white; 
  padding: 8px 30px;
}
/*a.flatbutton {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}*/

a.plainflatbutton { 
  font-weight: normal; 
  border: 2px solid #569ACC; 
  color: #569ACC; 
  padding: 6px 30px;
  /*  border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; */
}

a.button { font-weight: bold; background: #004276; color: white; padding: 5px 10px; border-bottom: 1px solid #002256; border-right: 1px solid #002256;}
a.button {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;

  -moz-box-shadow: 1px 1px 2px 0px #777; 
  -webkit-box-shadow: 1px 1px 2px 0px #777; 
  -box-shadow: inset 1px 1px 2px 0px #777;  

  background-image: -moz-linear-gradient(#4082B6,#004276);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#4082B6),to(#004276));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4082B6',endColorstr='#004276');  
}

a.plainButton { font-weight: bold; background: #EEEEEE; color: #333; padding: 5px 10px; border-bottom: 1px solid #333; border-right: 1px solid #333;}
a.plainButton {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;

  -moz-box-shadow: 1px 1px 2px 0px #777; 
  -webkit-box-shadow: 1px 1px 2px 0px #777; 
  -box-shadow: inset 1px 1px 2px 0px #777;  

  background-image: -moz-linear-gradient(#EEEEEE,#F3F3F3);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#EEEEEE),to(#F3F3F3));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE',endColorstr='#F3F3F3');  
}

a.redButton { font-weight: bold; background: #900000; color: white; padding: 5px 10px; border-bottom: 1px solid #500000; border-right: 1px solid #500000;}
a.redButton {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;

  -moz-box-shadow: 1px 1px 2px 0px #777; 
  -webkit-box-shadow: 1px 1px 2px 0px #777; 
  -box-shadow: inset 1px 1px 2px 0px #777;  

  background-image: -moz-linear-gradient(#C00000,#900000);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#C00000),to(#900000));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C00000',endColorstr='#900000');  
}

div.story .shareCount {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;  

  background-image: -moz-linear-gradient(#E8E8E8,#EFEFEF);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#E8E8E8),to(#EFEFEF));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E8E8E8',endColorstr='#EFEFEF');
  font-size: .95em;
  line-height: 1.3em;
}

#countdown { color: #666; font-weight: normal; }
#countdown.negative { color: red; font-weight: bold; }
#shareButton.disabled { background: #DDD; color: #999; }

#topnav a { margin-left: 10px; color: #CCC; font-weight: bold; }
#topnav span.greeting { margin-right: 20px; color: #FFF; font-weight: bold; }

.sortControls { -webkit-text-size-adjust: none; color: #777; padding: 6px 0px; }
.sortControls { border: 1px solid #CCC; padding: 6px 10px; background-color: #F0F0F0; }

#sortOptions, #filterOptions, #dateOptions { border: 1px solid #AAA; color: #666; }
#sortOptions, #filterOptions, #dateOptions, .sortControls {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.moreStatuses { font-size: 90%; width: 475px; padding: 5px 10px; margin-bottom: 15px; }
.moreStatuses { background: #EEEEEE; color: #333; border: 1px solid #DDD; }
.moreStatuses {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;

  background-image: -moz-linear-gradient(#F9F9F9,#EEEEEE);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#F9F9F9),to(#EEEEEE));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9',endColorstr='#EEEEEE');  
}

#reportproblem_form textarea { margin-top: 5px; resize: none; font-size: 100%; height: 50px; width: 500px; padding: 8px; border: 1px solid #CCC; }
#betamessage_form textarea { margin-top: 5px; resize: none; font-size: 100%; height: 200px; width: 500px; padding: 8px; border: 1px solid #CCC; }

.readLater { padding: 0; width: 55px; margin-top: 6px; font-size: 11px; background-color: #DDD; border: 1px solid #BBB; }
.readLater { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.readLater a { letter-spacing: -0.5px; color: #444; text-shadow: 1px 1px 0 #EEE; }

div.readLaterDialog h3 { font-size: 120%; margin: 0px 0px 5px 0px; color: #4E463F; }
div.readLaterDialog { text-align: left; padding: 20px; width: 400px; }
div.readLaterDialog {
  background: #F1F1F1;
  background-image: -moz-linear-gradient(#F1F1F1, #F9F9F9);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#F1F1F1),to(#F9F9F9));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F1F1',endColorstr='#F9F9F9');
}

.storyResources { width: 475px; background: #EEE; border: 1px solid #E7E7E7; padding: 0px 10px 8px 10px; margin-top: 20px; margin-bottom: 15px; }
.storyResources { opacity: .70; filter: alpha(opacity=70); }
.storyResource { padding-top: 8px; }
.storyResource img { margin-bottom: -3px; margin-right: 3px; }
.storyResource a { font-size: 11px; }

.story .moreInfo { font-size: 12px; margin-top: 15px; margin-bottom: 10px; }
.story .moreInfo img {vertical-align: baseline;}
.story .moreInfo a { color: #777; }

#instrumentation { letter-spacing: +1px; font-size: 85%; padding-bottom: 15px; color: #999; }
#instrumentation a { opacity: .80; filter: alpha(opacity=80); }
#instrumentation table { text-align: left; display: none; }

.dialogBox.ui-widget { font-family: arial, helvetica, sans-serif; text-align: left; }
.dialogBox .ui-dialog-buttonpane { border:0; float: left; }
.dialogBox .ui-button-text-only .ui-button-text { padding:0; }
.dialogBox.ui-dialog .ui-dialog-titlebar { padding: 3px 10px; height:5px;}
.dialogBox .ui-dialog-title { position:relative; top:25px; right:5px; font-size: 150%; padding-bottom: 5px; }
.dialogBox .ui-dialog-content { position:relative; top:20px; right:5px; font-size: 90%; clear: both; }
.dialogBox .ui-dialog-titlebar-close {
  background-color: transparent;
  position: absolute;
  top: 3px;
  right: -9px; 
  width: 30px;
  height: 30px;
  background-image: url('/fancybox/fancybox.png');
  background-position: -40px 0px;
  cursor: pointer;
  z-index: 1103;
  padding: 0;
  border: 4px;
}
.dialogBox ui-dialog-titlebar-close:hover { background-color: transparent; }
.dialogBox .ui-icon.ui-icon-closethick { display: none; }

#pageHeaderBar .inviteCount { position: relative; top: -7px; font-size: 11px; font-weight: bold; background-color: #F55; padding: 0px 3px; }
#pageHeaderBar .inviteCount {
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}

.aboutLinks { list-style: none; margin: 0px; padding: 0px; border: 1px solid #E0E0E0; }
.aboutLinks li { background: #F7F7F7; border-top: 1px solid #E0E0E0; border-collapse: collapse; padding: 5px 10px; }

#featuredFeeds .text { padding: 8px; font-size: 16px; font-weight: bold; bottom: 0px; position: absolute; width: 124px; }
#featuredFeeds .transparent { opacity: .70; filter: alpha(opacity=70); background: black; }
#featuredFeeds .text a { color: white; text-shadow: 1px 1px 0 #000; }
#featuredFeeds .text.transparent a { visibility: hidden; }
#featuredFeeds .feedBox { position: relative; float: left; margin-left: 20px; }
#featuredFeeds .feedBox.first { margin-left: 0px; }
#featuredFeeds .feedBox .photo {  overflow: hidden; }
#featuredFeeds .feedBox .photo img { display: block; }
#featuredFeeds .feedBox  {
  border-top: 1px solid #E2E2F2;
  border-left: 1px solid #E2E2F2;
  border-right: 1px solid #C2C2D2;
  border-bottom: 1px solid #C2C2D2;
  -moz-box-shadow: 2px 2px 5px 0px #D2D2D2; 
  -webkit-box-shadow: 1px 1px 2px 0px #B2B2C2; 
  -box-shadow: inset 1px 1px 2px 0px #B2B2C2;  
}

#userBanner { margin-top: 5px; margin-bottom: 20px; padding: 20px; background-color: #DFEFEF; border: 2px solid #D7E7E7; }
#userBanner {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
#userBanner .photo {  overflow: hidden; }
#userBanner .photo img { display: block; }
#userBanner .photo img {
  border-top: 1px solid #E2E2F2;
  border-left: 1px solid #E2E2F2;
  border-right: 1px solid #C2C2D2;
  border-bottom: 1px solid #C2C2D2;
  -moz-box-shadow: 2px 2px 5px 0px #D2D2D2; 
  -webkit-box-shadow: 1px 1px 2px 0px #B2B2C2; 
  -box-shadow: inset 1px 1px 2px 0px #B2B2C2;  
}

#rightColumn .plainflatbutton { padding: 2px 2px; }
#rightColumn .plainflatbutton .contactButtonText { padding: 2px 2px; }

.pageDescription { font-size: 15px; padding-top: 15px; padding-bottom: 15px; }

/** New CSS */

body {
  background: #F1F1F1;
}
/* Fix Fancybox issue with box sizing changes with bootstrap */
#fancybox-wrap {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Fix BigStories and FeatureFeeds text background */
#bigStories .text,
#featuredFeeds .text {
  width: 100%;
}

/* Fix row equal height */
.row-eq-height > [class^="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.row-eq-height {
    overflow: hidden; 
}

/* Fix for showMessage alert CSS */
.alert-showmessage { text-align: left; background-color: #F77; border-bottom: 1px solid #F55; }

/* Global */
.btn-primary {
  color: #ffffff;
  background-color: #044374;
  border-color: #04345a;
  font-weight: bold;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #022E51;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #022E51;
  border-color: #04345A;
}

.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #022E51;
  border-color: #04345A;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:active.focus,
.btn-primary.active.focus {
  color: #ffffff;
  background-color: #022E51;
  border-color: #04345A;
}

.btn-primary:active,
.btn-primary.active {
  background-image: none;
}

.btn-fav {
  width: 140px;
}

.fav {
  padding-right: 10px;
}

/* Social buttons */
.btn-social {
  border: 0 none;
  color: #fff;
  text-shadow: none;
}

.btn-twitter {
  background: #55acee;
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  background: #55acee;
  color: #fff;
}

.btn-facebook {
  background: #3b5998;
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  background: #3b5998;
  color: #fff;
}

.btn-linkedin {
  background: #007bb6;
}

.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  background: #007bb6;
  color: #fff;
}

/* Sign In Dropdown */
.signin-dropdown {
  min-width: 200px;
  padding: 14px 14px;
  overflow: hidden;
}

.signin-dropdown .lead {
  margin-bottom: 10px;
}

.social-buttons {
  text-align: center;
}

.social-buttons img {
  padding: 5px 0;
}

/** Story Small */
.story-small {
  border-top: 1px solid #D2D2D2;
  padding-bottom: 10px;
  padding-top: 10px;
}

.story-small:first-child {
  border-top: none;
}

.story-small.first {
  border-top: none;
}

.story-small .storyImage {
  float: right;
  margin-left: 10px;
  margin-right: 5px;
  margin-top: 5px;
}

.story-small .title {
  font-family: 'PT Sans Narrow', arial, helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0;
}

.story-small .read {
  font-size: 11px;
  font-style: italic;
  color: #999;
}

.story-small .details {
  color: #666;
  font-size: .95em;
  margin: 5px 0;
}

/** Popover filter/sort */
.popover {
  background-color: #F1F1F1;
  max-width: none;
}

/** Big Stories */
.big-stories {
  margin-top: 10px;
  margin-bottom: 25px;
  max-height: 181px;
  overflow: hidden;
}

.big-stories .box {
  position: relative;
  float: left;
  margin-left: 25px;
}

.big-stories .box.first {
  margin-left: 4px;
}

.big-stories .text {
  padding: 8px;
  font-size: 16px;
  font-weight: bold;
  bottom: 0px;
  position: absolute; 
  width: 100%;
}

.big-stories .transparent {
  opacity: .70;
  filter: alpha(opacity=70);
  background: black;
}

.big-stories .text a {
  color: white;
  text-shadow: 1px 1px 0 #000;
}

.big-stories .text.transparent a {
  visibility: hidden;
}

/** Main Content */
.main-content {
  background-color: #f9f9f9;
  text-align: left;
  overflow: hidden;
}

/** Home Section */
.alert-section .alert {
  margin-top: 20px;
  margin-bottom: 10px;
}

.home-content {
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin-top: 20px;
}

/** Tab nav menu */
.navtab {
  background: #F9F9F9;
  border-bottom: 1px solid #CCC;
  text-align: left;
}

.navtab .middle a {
  border-left: 1px solid #CCC;
  color: #777;
  display: inline-block;
  font-size: .91em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 230px;
}

.navtab .middle a:hover {
  background-color: #F1F1F1;
  color: #333;
}

/** Feed Header **/
.feed-header {
  background-color: #242c33;
  background-size: cover;
  background-position: 50% 50%;
  color: #FFF;
  min-width: 980px;
  min-height: 200px;
  overflow: hidden;
  position: relative;
  text-shadow: 0 1px 1px #000;
}

.feed-header.no-banner {
  min-height: 160px;
}

.feed-header-section {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.feed-header-content {
  padding: 20px 20px 15px 20px;
}

.feed-header-content-main-image {
  border: 3px solid #fff;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  display: block;
  max-height: 80px;
  max-width: 80px;
}

.feed-header-content-info {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
  color: white;
}

.feed-header-content-info a {
  color: white;
}

.feed-header-content-info-source {
  margin: 0;
  color: white;
  opacity:1;
  font-size: 16px;
}

.feed-header-content-info-name {
  color: white;
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 5px 0;
  text-decoration: none;
}

.feed-header-content-info-name.main {
  font-size: 36px;
}

.feed-header-content-info-name a {
  text-decoration: none;
}

.feed-header-content-info-owner-name {
  color: white;
  font-size: 16px;
  margin: 0 0 5px 0;
}

.feed-header-content-info-owner-name {
  text-decoration: none;
}

.feed-header-content-info-headline {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.feed-header-content-info-feed-link {
  text-decoration: underline;
}

/** 
 * Feed section CSS rules 
 */
.feed-section {
  border-right: 1px solid #E5E5E5;
  background-color: white;
  padding-right: 20px;
  padding-left: 20px;
}

.feed-actions .subscribe-action {
  margin-top: 20px;
  padding: 20px;
  background-color: #c2e6ff;
  border: 1px solid #a5d0ee;
  text-align: center;
  overflow: auto;
}

.subscribe-action label,
.subscribe-action .description, .description-success {
  color: black;
  display: table-cell;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0;
  padding-right: 15px;
  text-align: center;
  vertical-align: middle;
}

.subscribe-action .help-block {
  margin-bottom: 0;
}

.description-success .help-block {
  font-size: .9em;
  font-weight: normal;
}

.description-content {
  display: table;
  min-height: 30px;
  text-align: center;
  overflow: auto;
}

.description-content.success.anonymous {
  width: 100%
}

.subscribe-action input {
  width: 200px !important;
}

.subscribe-action.subscribed {
  background-color: #fcfcfc;
  border: 1px solid #eaeaea;
}

.subscribe-action .action-content {
  width: auto;
}

.subscription-success p {
  font-size: 16px;
  margin: 20px 0 5px;
}

.subscription-success-cta {
  text-align: center;
  padding: 5px 0 0;
}

.feed-actions .favorite-action {
  width: auto;
  padding: 20px;
}

.feed-actions .btn-default {
  color: #144066;
  font-weight: bold;
}

.feed-content-header {
  padding-top: 20px;
  padding-bottom: 5px;
}

.feed-content-header .title {
  font-size: 28px;
  margin: 0;
  padding-bottom: 20px;
}

.feed-content-header .filter-section {
  cursor: pointer;
  cursor: hand;
}

.feed-content-header .refresh {
  font-size: 12px;
  color: #999;
}

.feed-content .top-pagination {
  padding-bottom: 10px;
  display: block;
}

.feed-content .bottom-pagination {
  padding-bottom: 20px;
  display: block;
}

/** Pagination */
.pagination {
  display: block;
  font-size: 11px;
  line-height: 1em;
  margin: 0;
}

.pagination ul {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #DDD;
  float: left;
}

.pagination li {
  border-right: 1px solid #DDD;
  padding: 5px 10px;
  float: left;
}

.pagination li.currentPage {
  background: #EEE;
}

.pagination li.disabled {
  color: #AAA;
}

.pagination li.paginationNext {
  border-right: none;
}

.pagination li.ellipsis {
  padding: 5px 7px;
}

.input-description {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #AAAAAA;
}

.externalUserComment img {
  border: 0;
  vertical-align: baseline;
}

.btn-twitter-action {
  color: #AAB8C2;
}

/**
 * Sidebar section CSS rules
 */
.sidebar-section {
  font-size: .9em;
  padding-left: 25px;
  padding-right: 25px;
}

.sidebar-section {
  padding-left: 25px;
  padding-right: 25px;
  float: right;
}

.sidebar-section .sidebar-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.sidebar-section .title {
  color: #666;
  display: block;
  font-size: 1.05em;
  margin-top: 5px;
  margin-bottom: 5px;
}

.sidebar-section .description {
  color : #444;
}

.created-by img {
  border-radius: 50%;
}

.sidebar-content .more {
  font-size: 11px;
  font-weight: normal;
  line-height: 18px;
}

.sidebar-content.send-to-messenger {
  border-bottom: 1px solid #E5E5E5;
}

.send-to-messenger .panel {
  margin: 0;
}

.more-logins-content .list-group {
  margin-bottom: 0;
}

.sidebar-section .more-logins-content {
  padding-top: 0;
}

.sidebar-content .helloBox {
  margin-bottom: 5px;
}

.sidebar-content .feed-info-content .disable {
  visibility: hidden;
}

.sidebar-content .feed-info-content .latest-newsletter {
  margin-bottom: 10px;
}

.sidebar-content .feed-info-content:hover .disable {
  visibility: visible;
}

.sidebar-content .share-feed-content {
  padding-top: 10px;
}

.share-feed-content .share-btn-group {
  padding-top: 5px;
}

.share-btn-group .btn-invite {
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.4;
  border-radius: 3px;
}

.share-btn-group .btn-share {
  padding-right: 2px;
}

.sidebar-content .custom-feed-content {
  padding-top: 15px;
}

.custom-feed-content ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0;
  list-style: none;
}

.custom-feed-content li {
  padding-top: 5px;
}

.custom-feed-content li .count {
  font-size: 11px;
  color: #777;
}

.feeds-list-content ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0;
  list-style: none;
}

.feeds-list-content li {
  padding-top: 5px;
}

.feeds-list-content li .count {
  font-size: 11px;
  color: #777;
}

.sidebar-section .feeds-list-content {
  border-top: 1px solid #E5E5E5;
  padding-top: 15px;
}

.sidebar-section .sign-in-content {
  padding-top: 20px;
  border-top: 1px solid #E5E5E5;
}

.sidebar-section .feature-feed-content {
  padding-top: 15px;
  border-top: 1px solid #E5E5E5;
}

.feature-feed-content .header {
  padding-bottom: 5px;
}

.feature-feed-content ul {
  margin: 0px;
}

.feature-feed-content .feature-user {
  vertical-align: middle;
  font-weight: bold;
  padding-left:10px;
}

.sidebar-section .app-badges-content {
  padding-top: 20px;
  border-top: 1px solid #E5E5E5;
}

.app-badges-content img {
  max-height: 35px;
}

.sidebar-section .invite-friends {
  border-bottom: 1px solid #E5E5E5;
}

.invite-friends .panel {
  margin-bottom: 0;
}

.invite-friends .panel-body {
  padding: 5px 10px;
}

.invite-friends .media-list {
  margin-bottom: 0;
}

.invite-friends .media {
  margin-top: 0;
}

.invite-friends .contactActionControl,
.contactActionSuccess,
.contactActionError {
  margin-top: 10px;
  width: 50px;
  height: 30px;
}

.invite-friends .name {
  font-weight: bold;
  font-size: 12px;
  color:#777;
}

.invite-friends .plain-flat-button { 
  font-weight: normal; 
  border: 2px solid #569ACC; 
  color: #569ACC; 
  padding: 6px 6px;
}

/**
 * Feed List
 */

.feeds-list {
  padding-bottom: 10px;
}

.feeds-list-item {
  padding: 15px 0;
  font-size: 14px;
}

.feeds-list-item a {
  font-weight: bold;
}

.feeds-list .member-count {
  font-size: 13px;
  line-height: 1;
  color: #8899a6;
}

.feeds-list .description {
  line-height: 1;
  margin-top:8px;
  margin-bottom:0px
}

/**
 * Sharedlink action buttons
 */
div.story .buttonArea {
  text-align: center;
  width: 55px;
  float:left;
  margin-right: 20px;
}

div.story .shareCount {
  padding: 4px 0px;
  text-align: center;
  color: #333;
  background-color: #E8E8E8;
  border: 1px solid #D2D2D2;
}

div.story .shareCount .shareCountNumber {
  margin-top: 3px;
  font-weight: bold;
  font-size: 19px;
}
div.story .shareCount.more { 
  font-size: 10px; 
}

div.story .shareCount.more .shareCountNumber {
  font-size: 16px;
}

div.story .corner {
  margin-left: 8px;
  margin-top: -1px;
  height: 5px;
  margin-bottom: 15px;
}

div.story .corner img { display: block; }

div.story .sharelinks { margin-top: 5px; }

.readLater {
  padding: 0;
  width: 55px;
  margin-top: 6px;
  font-size: 11px;
  background-color: #DDD;
  border: 1px solid #BBB;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.readLater a {
  letter-spacing: -0.5px;
  color: #444;
  text-shadow: 1px 1px 0 #EEE;
}

.reportProblem { opacity: .80; filter: alpha(opacity=80); }
.reportProblem { width: 55px; margin-top: 10px; font-size: 85%; border: 1px solid #CCC; background: #EEE; }
.reportProblem { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

/**
 * Add to Newsletter
 */
.add-to-newsletter {
  margin-top: 6px;
}
.add-to-newsletter-link {
  padding: 12px 2px;
  max-width: 55px;
  font-size: 10px;
  background-color: #004276;
  white-space: normal !important;
  color: white;
}

.add-to-newsletter-link:hover {
  text-decoration: none;
  color: white;
}

.add-to-newsletter-box {
  background: #F1F1F1;
  background-image: -moz-linear-gradient(#F1F1F1, #F9F9F9);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#F1F1F1),to(#F9F9F9));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F1F1',endColorstr='#F9F9F9');
  text-align: left;
  padding: 20px;
}

.add-to-newsletter-box .next-issue {
  font-size: 16px !important;
}

.add-to-newsletter-box .story {
  background: white;
  width: 500px;
}

.story-comment-textarea {
  resize: none;
  height: 65px;
  width: 500px;
  padding: 8px;
  border: 4px solid #CCC;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.countdown {
  color: #666;
  font-size: 12px;
  font-weight: normal;
}

.countdown.negative {
  color: red;
  font-weight: bold;
}

.panel-add-story {
  border-color: #f0f0f0;
  border-radius: 3px;
  box-shadow: 1px 2px 4px rgba(0,0,0,0.05);
  -webkit-box-shadow: 1px 2px 4px rgba(0,0,0,0.05);
  margin-top: 20px;
}

.panel-add-story .panel-heading {
  background-color: #fff;
  border-bottom: 1px solid transparent;
  border-color: #f0f0f0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  color: #3e3e47;
  padding: 10px 20px;
}

.panel-add-story .panel-title {
  font-size: 24px;
}

.newsletter-add-story {
  max-width: 600px;
}

.newsletter-add-story .next-issue {
  font-size: 16px !important;
}

.newsletter-add-story .alert-section {
  margin-top: 20px;
}

.newsletter-add-story .form-group {
  margin-bottom: 5px;
}

.newsletter-add-story .form-horizontal .control-label {
  text-align: right;
  margin-bottom: 0;
  padding-top: 7px;
}

.margin-bottom {
  margin-bottom: 10px !important;
}

/**
 * Subscribe/Unsubscribe
 */
.unsubscribe-content,
.subscribe-content {
  background-color: white;
  text-align: left;
  overflow: hidden;
  border: 1px solid #E5E5E5;
  margin: 20px auto;
}

.unsubscribe-content .main-section,
.subscribe-content .main-section {
  padding: 20px 0;
}

.unsubscribe-content .main-section h2 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.unsubscribe-content .list-group-item-actions {
  font-size: 11px;
}

.unsubscribe-content .login-panel {
  border: 1px solid #CCC;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-bottom: 25px;
  padding: 10px;
}

.unsubscribe-content .login-panel a {
  font-weight: bold;
}

.unsubscribe-content .unsubscribe-from-all {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

.subscribe-content .subscription-success {
  padding: 50px 0;
}

.subscribe-content .subscription-success h2 {
  line-height: 1.4em;
}

.subscribe-content .subscription-success .lead {
  font-size: 16px;
  margin: 50px 0 0;
}

.subscribe-content .subscription-success .subscription-success-cta {
  text-align: center;
  padding: 10px 0 0;
}

.subscribe-content .subscription-success .subscription-success-cta .btn {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .unsubscribe-content,
  .subscribe-content {
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
  }
  
  .unsubscribe-content .main-section,
  .subscribe-content .main-section {
    padding: 20px 15px;
  }
}

/**
 * Facebook Messenger Subscribe
 */
.subscribe-with-fb-messenger-cta {
  padding: 0;
}

.subscribe-with-fb-messenger-cta .favorite-action {
  padding-top: 20px;
  float: left;
}

.subscribe-with-fb-messenger-cta .subscribe-action {
  padding: 25px 0;
  background-color: #c2e6ff;
  border: 1px solid #a5d0ee;
  text-align: center;
  overflow: auto;
}

.subscribe-with-fb-messenger-cta .description,
.subscribe-with-fb-messenger-cta .description-success {
  padding: 0 20px 10px 20px;
  font-size: 20px;
}

.subscribe-with-fb-messenger-cta input.form-control.input-sm {
  max-width: 180px;
}

.subscribe-with-fb-messenger-cta .description-content {
  margin: 0 auto;
}

.subscribe-with-fb-messenger-cta input.form-control.input-sm {
  max-width: 180px;
}

.subscribe-with-fb-messenger-cta .description-content {
  margin: 0 auto;
}

.fb-messenger-container .description-small {
  display: table-cell;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  padding: 0 10px;
  font-size: small;
  font-weight: lighter;
}

.fb-messenger-container hr {
  border-top: 1px solid #a5d0ee;
  width: 100px;
}

.fb-messenger-button-large-container {
  width: 150px;
  margin: 0 auto;
  overflow: hidden;
}

.fb-messenger-description {
  margin: 0 auto;
}

.fb-messenger-or {
  display: table;
}

.img_sign-in-with-twitter-gray, .img_buffer, .img_email_story, .img_hackernews_icon, .img_techmeme_icon, .img_reddit_icon, .img_private_lock_icon, .img_corner, .img_more_down, .img_twitter_share_small, .img_facebook_share_small, .img_linkedin_share_small, .img_invite_share_small, .img_email_share_small, .img_slack, .img_twitter_icon_16, .img_twitter_icon_10, .img_facebook_icon_16, .img_facebook_icon_10, .img_linkedin_icon_16, .img_linkedin_icon_10, .img_Sign-in-with-Facebook, .img_Sign-in-with-LinkedIn, .img_moreinfo, .img_appstore_badge, .img_android-appstore_badge, .img_sign-in-with-twitter-gray-small{
	background: url(/static/images/nuzzel_sprites.png) no-repeat;
}

.img_sign-in-with-twitter-gray{
	background-position: 0 0;
	width: 158px;
	height: 28px;
}

.img_buffer{
	background-position: 0 -92px ;
	width: 55px;
	height: 20px;
}

.img_email_story{
	background-position: -56px -92px ;
	width: 55px;
	height: 17px;
}

.img_hackernews_icon{
	background-position: 0 -113px ;
	width: 16px;
	height: 16px;
        display: inline-block;
}

.img_techmeme_icon{
	background-position: -17px -113px ;
	width: 16px;
	height: 16px;
        display: inline-block;
}

.img_reddit_icon{
	background-position: -34px -113px ;
	width: 16px;
	height: 16px;
        display: inline-block;
}

.img_private_lock_icon{
	background-position: -51px -113px ;
	width: 12px;
	height: 12px;
        display: inline-block;
}

.img_corner{
	background-position: -64px -113px ;
	width: 7px;
	height: 7px;
}

.img_more_down{
	background-position: -72px -113px ;
	width: 15px;
	height: 10px;
        display: inline-block;
}

.img_twitter_share_small{
	background-position: 0 -29px ;
	width: 55px;
	height: 20px;
        display: inline-block;
}

.img_facebook_share_small{
	background-position: -56px -29px ;
	width: 55px;
	height: 20px;
        display: inline-block;
}

.img_linkedin_share_small{
	background-position: 0 -50px ;
	width: 55px;
	height: 20px;
        display: inline-block;
}

.img_invite_share_small{
	background-position: -56px -50px ;
	width: 55px;
	height: 20px;
        display: inline-block;
}

.img_email_share_small{
	background-position: 0 -71px ;
	width: 55px;
	height: 20px;
}

.img_slack{
	background-position: -56px -71px ;
	width: 55px;
	height: 20px;
}

.img_twitter_icon_16{
	background-position: -112px -29px ;
	width: 16px;
	height: 16px;
}

.img_twitter_icon_10{
	background-position: -129px -29px ;
	width: 10px;
	height: 10px;
}

.img_facebook_icon_16{
	background-position: -112px -46px ;
	width: 16px;
	height: 16px;
}

.img_facebook_icon_10{
	background-position: -129px -40px ;
	width: 10px;
	height: 10px;
}

.img_linkedin_icon_16{
	background-position: -112px -63px ;
	width: 16px;
	height: 16px;
}

.img_linkedin_icon_10{
	background-position: -129px -51px ;
	width: 10px;
	height: 10px;
}

.img_Sign-in-with-Facebook{
	background-position: 0 -130px ;
	width: 151px;
	height: 24px;
}

.img_Sign-in-with-LinkedIn{
	background-position: 0 -155px ;
	width: 151px;
	height: 24px;
}

.img_moreinfo{
	background-position: -88px -113px ;
	width: 14px;
	height: 8px;
        display: inline-block;
}

.img_appstore_badge{
	background-position: 0 -180px ;
	width: 139px;
	height: 40px;
}

.img_android-appstore_badge{
	background-position: 0 -221px ;
	width: 115px;
	height: 40px;
}

.img_sign-in-with-twitter-gray-small{
	background-position: 0 -262px ;
	width: 151px;
	height: 27px;
}

@media only screen and (min-width: 768px) {
  .modal-subscribe-content {
    max-width: none;
    min-width: 400px;
    padding: 15px;
  }

  .modal-subscribe-form input {
    min-width: 300px;
  }
}
