/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

-------------------------------------------------------------- */

html { 
	margin:0; 
	padding:0; 
	border:0; 
	height: 100%;
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* This helps to make newer HTML5 elements behave like DIVs in older browers */ 
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display:block;
}

/* Line-height should always be unitless! */
body {
  line-height: 1.5;
  background: white; 
	height: 100%;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { 
	border-collapse: separate; 
	border-spacing: 0; 
}
/* float:none prevents the span-x classes from breaking table-cell display */
caption, th, td { 
	text-align: left; 
	font-weight: normal; 
	float:none !important; 
}
table, th, td { 
	vertical-align: middle; 
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Remember to define your own focus styles! */
:focus { outline: 0; }
/* --------------------------------------------------------------

   typography.css
   * Sets up some sensible default typography.

-------------------------------------------------------------- */

/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }
body {
  font-size: 75%;
  color: #333;
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: bold; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
/* 
	These can be used to pull an image at the start of a paragraph, so 
	that the text flows around it (usage: <p><img class="left">Text</p>) 
 */
.left  			{ float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
.right 			{ float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus,	
a:hover     { color: #10a4e8; text-decoration: underline; }
a           { color: #10a4e8; text-decoration: none; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong,dfn	{ font-weight: bold; }
em,dfn      { font-style: italic; }
sup, sub    { line-height: 0; }

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre         { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul,
li ol       { margin: 0; }
ul, ol      { margin: 0 1.5em 1.5em 0; padding-left: 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

/* 
	Because of the need for padding on TH and TD, the vertical rhythm 
	on table cells has to be 27px, instead of the standard 18px or 36px 
	of other elements. 
 */ 
table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th    { background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
/*
	You can zebra-stripe your tables in outdated browsers by adding 
	the class "even" to every other table row. 
 */
tbody tr:nth-child(even) td, 
tbody tr.even td  { 
	background: #e5ecf9; 
}
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }



/* -------------------------------------------------------------- 
   
   BLUEPRINT CSS
    * Filename:        grid.css
    * Version:         0.7.1 (2008-02-25) YYYY-MM-DD
    * Website:         http://code.google.com/p/blueprintcss/

   Generated by:
    * Blueprint CSS Grid Generator (2010-09-27) [http://bgg.kematzy.com/]

   Based on work by:
    * Olav Bjorkoy      [bjorkoy.com]
    * Nathan Borror     [playgroundblues.com]
    * Jeff Croft        [jeffcroft.com]
    * Christian Metts   [mintchaos.com]
    * Khoi Vinh         [subtraction.com]

   == STRUCTURE: ========================
    * Page width:            1022 px
    * Number of columns:     28
    * Column width:          23 px
    * Margin width:          14 px
   ======================================

   By default, the grid is 1022px wide, with 28 columns 
   spanning 23px, and a 14px margin between columns.

   If you need fewer or more columns, use this formula to calculate
   the new total width: 

   Total width = (number_of_columns * column_width) - margin_width

   Read more about using a grid here:
   * subtraction.com/archives/2007/0318_oh_yeeaahh.php
   
-------------------------------------------------------------- */

/* A container should group all your columns. */
.container {
  width: 1022px;
  margin: 0 auto;
}

/* Use this class on any div.span / container to see the grid. */
.showgrid { 
  background: url("../blueprint/src/grid.png");
}

/* Body margin for a sensile default look. */
body {
  margin:1.5em 0;	
}


/* Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24, div.span-25, div.span-26, div.span-27, div.span-28 {float:left;margin-right: 14px;}

/* The last column in a row needs this class. */
div.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1  { width: 23px;}
.span-2  { width: 60px;}
.span-3  { width: 97px;}
.span-4  { width: 134px;}
.span-5  { width: 171px;}
.span-6  { width: 208px;}
.span-7  { width: 245px;}
.span-8  { width: 282px;}
.span-9  { width: 319px;}
.span-10 { width: 356px;}
.span-11 { width: 393px;}
.span-12 { width: 430px;}
.span-13 { width: 467px;}
.span-14 { width: 504px;}
.span-15 { width: 541px;}
.span-16 { width: 578px;}
.span-17 { width: 615px;}
.span-18 { width: 652px;}
.span-19 { width: 689px;}
.span-20 { width: 726px;}
.span-21 { width: 763px;}
.span-22 { width: 800px;}
.span-23 { width: 837px;}
.span-24 { width: 874px;}
.span-25 { width: 911px;}
.span-26 { width: 948px;}
.span-27 { width: 985px;}
.span-28, div.span-28 { width: 1022px; margin: 0; }


/* Add these to a column to append empty cols. */
.append-1  { padding-right: 37px;}
.append-2  { padding-right: 74px;}
.append-3  { padding-right: 111px;}
.append-4  { padding-right: 148px;}
.append-5  { padding-right: 185px;}
.append-6  { padding-right: 222px;}
.append-7  { padding-right: 259px;}
.append-8  { padding-right: 296px;}
.append-9  { padding-right: 333px;}
.append-10 { padding-right: 370px;}
.append-11 { padding-right: 407px;}
.append-12 { padding-right: 444px;}
.append-13 { padding-right: 481px;}
.append-14 { padding-right: 518px;}
.append-15 { padding-right: 555px;}
.append-16 { padding-right: 592px;}
.append-17 { padding-right: 629px;}
.append-18 { padding-right: 666px;}
.append-19 { padding-right: 703px;}
.append-20 { padding-right: 740px;}
.append-21 { padding-right: 777px;}
.append-22 { padding-right: 814px;}
.append-23 { padding-right: 851px;}
.append-24 { padding-right: 888px;}
.append-25 { padding-right: 925px;}
.append-26 { padding-right: 962px;}
.append-27 { padding-right: 999px;}


/* Add these to a column to prepend empty cols. */
.prepend-1  { padding-left: 37px;}
.prepend-2  { padding-left: 74px;}
.prepend-3  { padding-left: 111px;}
.prepend-4  { padding-left: 148px;}
.prepend-5  { padding-left: 185px;}
.prepend-6  { padding-left: 222px;}
.prepend-7  { padding-left: 259px;}
.prepend-8  { padding-left: 296px;}
.prepend-9  { padding-left: 333px;}
.prepend-10 { padding-left: 370px;}
.prepend-11 { padding-left: 407px;}
.prepend-12 { padding-left: 444px;}
.prepend-13 { padding-left: 481px;}
.prepend-14 { padding-left: 518px;}
.prepend-15 { padding-left: 555px;}
.prepend-16 { padding-left: 592px;}
.prepend-17 { padding-left: 629px;}
.prepend-18 { padding-left: 666px;}
.prepend-19 { padding-left: 703px;}
.prepend-20 { padding-left: 740px;}
.prepend-21 { padding-left: 777px;}
.prepend-22 { padding-left: 814px;}
.prepend-23 { padding-left: 851px;}
.prepend-24 { padding-left: 888px;}
.prepend-25 { padding-left: 925px;}
.prepend-26 { padding-left: 962px;}
.prepend-27 { padding-left: 999px;}



/* Border on right hand side of a column. */
div.border {
  padding-right:6px;
  margin-right:7px;
  border-right: 1px solid #eee;
}

/* Border with more whitespace, spans one column. */
div.colborder {
  padding-right:19px;
  margin-right:16px;
  border-right: 1px solid #eee;
}

/* Use these classes on an element to push it into the 
   next column, or to pull it into the previous column.  */

.pull-1 { margin-left: -37px;}
.pull-2 { margin-left: -74px;}
.pull-3 { margin-left: -111px;}
.pull-4 { margin-left: -148px;}
.pull-5 { margin-left: -185px;}
.pull-6 { margin-left: -222px;}
.pull-7 { margin-left: -259px;}
.pull-8 { margin-left: -296px;}
.pull-9 { margin-left: -333px;}
.pull-10 { margin-left: -370px;}
.pull-11 { margin-left: -407px;}
.pull-12 { margin-left: -444px;}
.pull-13 { margin-left: -481px;}
.pull-14 { margin-left: -518px;}
.pull-15 { margin-left: -555px;}
.pull-16 { margin-left: -592px;}
.pull-17 { margin-left: -629px;}
.pull-18 { margin-left: -666px;}
.pull-19 { margin-left: -703px;}
.pull-20 { margin-left: -740px;}
.pull-21 { margin-left: -777px;}
.pull-22 { margin-left: -814px;}
.pull-23 { margin-left: -851px;}
.pull-24 { margin-left: -888px;}
.pull-25 { margin-left: -925px;}
.pull-26 { margin-left: -962px;}
.pull-27 { margin-left: -999px;}
.pull-28 { margin-left: -1036px;}

.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24, .pull-25, .pull-26, .pull-27, .pull-28 {float:left;position:relative;}


.push-1 { margin: 0 -37px 1.5em 37px;}
.push-2 { margin: 0 -74px 1.5em 74px;}
.push-3 { margin: 0 -111px 1.5em 111px;}
.push-4 { margin: 0 -148px 1.5em 148px;}
.push-5 { margin: 0 -185px 1.5em 185px;}
.push-6 { margin: 0 -222px 1.5em 222px;}
.push-7 { margin: 0 -259px 1.5em 259px;}
.push-8 { margin: 0 -296px 1.5em 296px;}
.push-9 { margin: 0 -333px 1.5em 333px;}
.push-10 { margin: 0 -370px 1.5em 370px;}
.push-11 { margin: 0 -407px 1.5em 407px;}
.push-12 { margin: 0 -444px 1.5em 444px;}
.push-13 { margin: 0 -481px 1.5em 481px;}
.push-14 { margin: 0 -518px 1.5em 518px;}
.push-15 { margin: 0 -555px 1.5em 555px;}
.push-16 { margin: 0 -592px 1.5em 592px;}
.push-17 { margin: 0 -629px 1.5em 629px;}
.push-18 { margin: 0 -666px 1.5em 666px;}
.push-19 { margin: 0 -703px 1.5em 703px;}
.push-20 { margin: 0 -740px 1.5em 740px;}
.push-21 { margin: 0 -777px 1.5em 777px;}
.push-22 { margin: 0 -814px 1.5em 814px;}
.push-23 { margin: 0 -851px 1.5em 851px;}
.push-24 { margin: 0 -888px 1.5em 888px;}
.push-25 { margin: 0 -925px 1.5em 925px;}
.push-26 { margin: 0 -962px 1.5em 962px;}
.push-27 { margin: 0 -999px 1.5em 999px;}
.push-28 { margin: 0 -1036px 1.5em 1036px;}

.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24, .push-25, .push-26, .push-27, .push-28 {float:right;position:relative;}



/* Misc classes and elements
-------------------------------------------------------------- */

/* Use a .box to create a padded box inside a column.  */ 
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #E5ECF9; 
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
}
hr.space {
  background: #fff;
  color: #fff;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clear, .container {display: inline-block;}
* html .clear,
* html .container {height: 1%;}
.clear, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }

/*
 * jQuery UI CSS Framework 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Helvetica,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=2px&bgColorHeader=dddddd&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=50&borderColorHeader=dddddd&fcHeader=444444&iconColorHeader=7C7C7C&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=dddddd&fcContent=444444&iconColorContent=7C7C7C&bgColorDefault=f6f6f6&bgTextureDefault=03_highlight_soft.png&bgImgOpacityDefault=100&borderColorDefault=dddddd&fcDefault=0083b2&iconColorDefault=666666&bgColorHover=0083b2&bgTextureHover=03_highlight_soft.png&bgImgOpacityHover=25&borderColorHover=0083b2&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=dddddd&fcActive=000&iconColorActive=454545&bgColorHighlight=ffffff&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=cccccc&fcHighlight=444444&iconColorHighlight=0083b2&bgColorError=ffffff&bgTextureError=01_flat.png&bgImgOpacityError=55&borderColorError=ff2800&fcError=222222&iconColorError=ff2800&bgColorOverlay=3b3b3b&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Helvetica, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 12px; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Helvetica, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #ffffff url(http://www.twylah.com/stylesheets/images/ui-bg_flat_75_ffffff_40x100.png?1352944116) 50% 50% repeat-x; color: #111111; }
.ui-widget-content a { color: #111111; }
/*.ui-widget-header { border: 1px solid #dddddd; background: #dddddd url(http://www.twylah.com/stylesheets/images/ui-bg_highlight-soft_50_dddddd_1x100.png?1352944116) 50% 50% repeat-x; color: #111111; font-weight: bold; }*/
.ui-widget-header a { color: #111111; }

/* Interaction states
----------------------------------*/
/*.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #dddddd; background: #f6f6f6 url(http://www.twylah.com/stylesheets/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png?1352944116) 50% 50% repeat-x; font-weight: bold; color: #0083b2; }*/
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #0083b2; text-decoration: none; }
/*.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #0083b2; background: #0083b2 url(http://www.twylah.com/stylesheets/images/ui-bg_highlight-soft_25_0083b2_1x100.png?1352944116) 50% 50% repeat-x; font-weight: bold; color: #ffffff; }*/
.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; }
/*.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #dddddd; background: #ffffff url(http://www.twylah.com/stylesheets/images/ui-bg_glass_65_ffffff_1x400.png?1352944116) 50% 50% repeat-x; font-weight: bold; color: #000; }*/
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #000; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #cccccc; background: #ffffff url(http://www.twylah.com/stylesheets/images/ui-bg_flat_55_ffffff_40x100.png?1352944116) 50% 50% repeat-x; color: #444444; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #444444; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #ff2800; background: #ffffff url(http://www.twylah.com/stylesheets/images/ui-bg_flat_55_ffffff_40x100.png?1352944116) 50% 50% repeat-x; color: #222222; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #222222; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #222222; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(http://www.twylah.com/stylesheets/images/ui-icons_7c7c7c_256x240.png?1352944116); }
.ui-widget-content .ui-icon {background-image: url(http://www.twylah.com/stylesheets/images/ui-icons_7c7c7c_256x240.png?1352944116); }
.ui-widget-header .ui-icon {background-image: url(http://www.twylah.com/stylesheets/images/ui-icons_7c7c7c_256x240.png?1352944116); }
.ui-state-default .ui-icon { background-image: url(http://www.twylah.com/stylesheets/images/ui-icons_666666_256x240.png?1352944116); }
/*.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(http://www.twylah.com/stylesheets/images/ui-icons_ffffff_256x240.png?1352944116); }*/
.ui-state-active .ui-icon {background-image: url(http://www.twylah.com/stylesheets/images/ui-icons_454545_256x240.png?1352944116); }
.ui-state-highlight .ui-icon {background-image: url(http://www.twylah.com/stylesheets/images/ui-icons_0083b2_256x240.png?1352944116); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(http://www.twylah.com/stylesheets/images/ui-icons_ff2800_256x240.png?1352944116); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px; }
.ui-corner-tr { -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; }
.ui-corner-br { -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }
.ui-corner-top { -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px; -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }
.ui-corner-right {  -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }
.ui-corner-left { -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px; -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; }
.ui-corner-all { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }

/* Overlays */
.ui-widget-overlay { background: #3b3b3b url(http://www.twylah.com/stylesheets/images/ui-bg_flat_0_3b3b3b_40x100.png?1352944116) 50% 50% repeat-x; opacity: .80;filter:Alpha(Opacity=80); }
.ui-widget-shadow { margin: -4px 0 0 -4px; padding: 4px; background: #aaaaaa url(http://www.twylah.com/stylesheets/images/ui-bg_flat_0_aaaaaa_40x100.png?1352944116) 50% 50% repeat-x; opacity: .60;filter:Alpha(Opacity=60); -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; }/*
 * jQuery UI Resizable 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Selectable 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Accordion 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*
 * jQuery UI Autocomplete 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.9
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*
 * jQuery UI Button 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: auto; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: 0; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
/*.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }*/
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: 0 22px 10px; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Slider 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
 * jQuery UI Tabs 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
 * jQuery UI Datepicker 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*
 * jQuery UI Progressbar 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
.sticky-scroll {
  position:relative;
}

.sticky .sticky-elements {
  position:fixed;
  top: 10px;
  width: 318px;
}


/*!
 * Bootstrap v2.1.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child,
.table-bordered tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}
table [class*=span],
.row-fluid table [class*=span] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table .span13 {
  float: none;
  width: 1004px;
  margin-left: 0;
}
.table .span14 {
  float: none;
  width: 1084px;
  margin-left: 0;
}
.table .span15 {
  float: none;
  width: 1164px;
  margin-left: 0;
}
.table .span16 {
  float: none;
  width: 1244px;
  margin-left: 0;
}
.table .span17 {
  float: none;
  width: 1324px;
  margin-left: 0;
}
.table .span18 {
  float: none;
  width: 1404px;
  margin-left: 0;
}
.table .span19 {
  float: none;
  width: 1484px;
  margin-left: 0;
}
.table .span20 {
  float: none;
  width: 1564px;
  margin-left: 0;
}
.table .span21 {
  float: none;
  width: 1644px;
  margin-left: 0;
}
.table .span22 {
  float: none;
  width: 1724px;
  margin-left: 0;
}
.table .span23 {
  float: none;
  width: 1804px;
  margin-left: 0;
}
.table .span24 {
  float: none;
  width: 1884px;
  margin-left: 0;
}
.table tbody tr.success td {
  background-color: #dff0d8;
}
.table tbody tr.error td {
  background-color: #f2dede;
}
.table tbody tr.warning td {
  background-color: #fcf8e3;
}
.table tbody tr.info td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */

  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
  cursor: pointer;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 926px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 846px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 766px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 686px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 606px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 526px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 446px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 366px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 286px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 206px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 126px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"] {
  float: left;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info > label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  font-size: 14px;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .add-on,
.input-append .btn {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 17px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(http://www.twylah.com/img/glyphicons-halflings.png);
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
/* White icons with optional class, or on hover/active states of certain elements */
.icon-white,
.nav-tabs > .active > a > [class^="icon-"],
.nav-tabs > .active > a > [class*=" icon-"],
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"] {
  background-image: url(http://www.twylah.com/img/glyphicons-halflings-white.png);
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
}
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}
.btn-group {
  position: relative;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-toolbar .btn + .btn,
.btn-toolbar .btn-group + .btn,
.btn-toolbar .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 11px;
}
.btn-group > .btn-small {
  font-size: 12px;
}
.btn-group > .btn-large {
  font-size: 16px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom: 5px solid #000000;
  border-top: 0;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group-vertical .btn {
  display: block;
  float: none;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.nav-list [class^="icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  color: #777777;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
}
.navbar-link {
  color: #777777;
}
.navbar-link:hover {
  color: #333333;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  width: 100%;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333333;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e5e5e5;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #555555;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse {
  color: #999999;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb .active {
  color: #999999;
}
.pagination {
  height: 40px;
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 0 14px;
  line-height: 38px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager a,
.pager span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next a,
.pager .next span {
  float: right;
}
.pager .previous a {
  float: left;
}
.pager .disabled a,
.pager .disabled a:hover,
.pager .disabled span {
  color: #999999;
  background-color: #fff;
  cursor: default;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-bottom: 10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-right: 10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow:after {
  content: "";
  z-index: -1;
}
.popover.top .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: #ffffff;
}
.popover.top .arrow:after {
  border-width: 11px 11px 0;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -1px;
  left: -11px;
}
.popover.right .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: #ffffff;
}
.popover.right .arrow:after {
  border-width: 11px 11px 11px 0;
  border-right-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  left: -1px;
}
.popover.bottom .arrow {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #ffffff;
}
.popover.bottom .arrow:after {
  border-width: 0 11px 11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -1px;
  left: -11px;
}
.popover.left .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: #ffffff;
}
.popover.left .arrow:after {
  border-width: 11px 0 11px 11px;
  border-left-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  right: -1px;
}
.modal-open .modal .dropdown-menu {
  z-index: 2050;
}
.modal-open .modal .dropdown.open {
  *z-index: 2050;
}
.modal-open .modal .popover {
  z-index: 2060;
}
.modal-open .modal .tooltip {
  z-index: 2080;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  overflow: auto;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #0088cc;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #0088cc;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999999;
}
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open  > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel .item > img {
  display: block;
  line-height: 1;
}
.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}
.carousel .active {
  left: 0;
}
.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel .next {
  left: 100%;
}
.carousel .prev {
  left: -100%;
}
.carousel .next.left,
.carousel .prev.right {
  left: 0;
}
.carousel .active.left {
  left: -100%;
}
.carousel .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade.in {
    top: auto;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 710px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 648px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 586px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 524px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 462px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 400px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 338px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 276px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 214px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 152px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 90px;
  }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 28px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 956px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 856px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 756px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 656px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 556px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 456px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 356px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 256px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 156px;
  }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .dropdown-menu a:hover {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}

/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/***** Formerly base.css **********************************************************************************************/
/*global stuff
========================================================================================*/
/* line 41, ../../../app/stylesheets/screen.scss */
.clearfix:before, .clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* line 41, ../../../app/stylesheets/screen.scss */
.clearfix:after {
  clear: both;
}

/* line 41, ../../../app/stylesheets/screen.scss */
.clearfix {
  zoom: 1;
}

/* line 44, ../../../app/stylesheets/screen.scss */
a:focus,
a:hover {
  color: #10a4e8;
  text-decoration: underline;
}

/* line 48, ../../../app/stylesheets/screen.scss */
a {
  color: #10a4e8;
  text-decoration: none;
}

/* line 53, ../../../app/stylesheets/screen.scss */
.popup-container {
  position: relative;
}
/* line 55, ../../../app/stylesheets/screen.scss */
.popup-container .popup {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
/* line 62, ../../../app/stylesheets/screen.scss */
.popup-container:hover .popup {
  display: block;
}
/* line 65, ../../../app/stylesheets/screen.scss */
.popup-container .popup-yellow {
  background-color: #FFF8DF;
  border: 2px solid #F7DDA4;
  padding: 12px 15px 12px 15px;
  text-align: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  min-width: 50px;
  line-height: 16px;
  color: #111111;
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 9px;
  float: left;
}

/* line 82, ../../../app/stylesheets/screen.scss */
.alert {
  overflow: hidden;
  z-index: 999;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff5a5;
  background-color: rgba(255, 245, 165, 0.93);
  height: 0;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0 12px 0;
}
/* line 97, ../../../app/stylesheets/screen.scss */
.alert a {
  color: #10a4e8;
  text-decoration: none;
}
/* line 101, ../../../app/stylesheets/screen.scss */
.alert a:hover, .alert a:focus {
  color: #0284c0;
  text-decoration: none;
}

/* line 107, ../../../app/stylesheets/screen.scss */
.warning {
  color: #ff0000;
}

/* line 111, ../../../app/stylesheets/screen.scss */
.bolded-topic {
  color: #000;
  font-weight: bold;
}
/* line 114, ../../../app/stylesheets/screen.scss */
.bolded-topic a:hover {
  text-decoration: none;
}

/* line 119, ../../../app/stylesheets/screen.scss */
.icon-font {
  font-family: 'EntypoRegular';
  font-weight: normal;
}
/* line 122, ../../../app/stylesheets/screen.scss */
.icon-font a:hover {
  text-decoration: none;
}
/* line 125, ../../../app/stylesheets/screen.scss */
.icon-font a:focus {
  text-decoration: none;
}

/* line 130, ../../../app/stylesheets/screen.scss */
.search-keyword {
  background-color: #ffff00;
  font-weight: bold;
}

/* line 135, ../../../app/stylesheets/screen.scss */
h2 {
  border-bottom: solid 1px #D4D4D4;
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 10px;
  margin-bottom: 3px;
}

/* line 143, ../../../app/stylesheets/screen.scss */
.page-container {
  margin: 20px 0 10px;
  padding: 35px 35px 90px 35px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

/*tools*/
/* line 152, ../../../app/stylesheets/screen.scss */
.hide {
  display: none;
}

/* line 157, ../../../app/stylesheets/screen.scss */
body,
.page {
  margin: 0 auto;
  padding: 0;
  min-width: 1024px;
  background-color: #ffffff;
}

/* line 164, ../../../app/stylesheets/screen.scss */
#theme-1 {
  min-height: 1245px;
}

/* line 168, ../../../app/stylesheets/screen.scss */
div.paginator {
  border-top: 1px solid #D9D4C2;
  margin-top: 30px;
}
/* line 171, ../../../app/stylesheets/screen.scss */
div.paginator .pagination {
  border-top: 1px solid #FFFFFF;
  color: #C4B8A6;
  font-size: 15px;
  margin-top: 0;
  padding-top: 10px;
  text-align: right;
  text-transform: uppercase;
}
/* line 180, ../../../app/stylesheets/screen.scss */
div.paginator span.disabled {
  display: none;
}
/* line 183, ../../../app/stylesheets/screen.scss */
div.paginator a {
  color: #787065;
  margin-left: 5px;
}
/* line 187, ../../../app/stylesheets/screen.scss */
div.paginator em {
  font-style: normal;
  color: #10a4e8;
  margin-left: 5px;
}

/* line 195, ../../../app/stylesheets/screen.scss */
.arrow-down {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #AAAAAA;
  display: inline-block;
  height: 0;
  width: 0;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
/* line 203, ../../../app/stylesheets/screen.scss */
.arrow-down:hover {
  cursor: pointer;
  border-top: 7px solid #888888;
}

/* bootstrap */
/* line 211, ../../../app/stylesheets/screen.scss */
.modal .modal-header {
  padding: 9px 25px;
}
/* line 213, ../../../app/stylesheets/screen.scss */
.modal .modal-header h3 {
  font-size: 23px;
  font-weight: bold;
}
/* line 218, ../../../app/stylesheets/screen.scss */
.modal .modal-body {
  padding: 25px;
}
/* line 221, ../../../app/stylesheets/screen.scss */
.modal .modal-footer {
  padding: 14px 25px 25px;
}

/* line 226, ../../../app/stylesheets/screen.scss */
.img-rounded {
  border-radius: 3px 3px 3px 3px;
}

/* line 230, ../../../app/stylesheets/screen.scss */
a.btn:hover, a.btn:focus, a.btn:active {
  color: #333333;
  text-decoration: none;
}

/* line 235, ../../../app/stylesheets/screen.scss */
a.btn-primary:hover, a.btn-primary:active, a.btn-primary:focus {
  color: #FFFFFF;
  text-decoration: none;
}

/* line 241, ../../../app/stylesheets/screen.scss */
.btn-primary {
  background-color: #028ccb;
  background-image: -moz-linear-gradient(top, #2da9e2, #0490d0);
  background-image: -webkit-linear-gradient(top, #2da9e2, #0490d0);
  background-image: linear-gradient(to bottom, #2da9e2, #0490d0);
}

/* line 248, ../../../app/stylesheets/screen.scss */
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #028ccb;
  color: #FFFFFF;
  text-decoration: none;
}

/* line 254, ../../../app/stylesheets/screen.scss */
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #028ccb;
  color: #FFFFFF;
  text-decoration: none;
}

/* line 260, ../../../app/stylesheets/screen.scss */
.btn.disabled {
  opacity: 0.4;
}

/* line 264, ../../../app/stylesheets/screen.scss */
.btn-primary.disabled {
  background-color: #028ccb;
  cursor: default;
  opacity: 0.2;
}

/* line 270, ../../../app/stylesheets/screen.scss */
.btn-primary.disabled:hover, .btn-primary.disabled:active {
  background-color: #028ccb;
  cursor: default;
  opacity: 0.2;
}

/* twylah icons */
/* line 280, ../../../app/stylesheets/screen.scss */
[class^="twycon-"],
[class*=" twycon-"] {
  display: inline-block;
  background-image: url(http://www.twylah.com/images/twylah_icons.png?1352944116);
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

/* line 287, ../../../app/stylesheets/screen.scss */
.twycon-thumbs-down {
  background-position: 0px 0px;
  height: 17px;
  width: 19px;
}

/* line 293, ../../../app/stylesheets/screen.scss */
.twycon-thumbs-up {
  background-position: -20px 0;
  height: 17px;
  width: 19px;
}

/* line 299, ../../../app/stylesheets/screen.scss */
.twycon-arrow-combo {
  background-position: -39px 0;
  height: 17px;
  width: 10px;
}

/* line 305, ../../../app/stylesheets/screen.scss */
.twycon-chevron-left {
  background-position: -49px 0;
  height: 39px;
  width: 24px;
}

/* line 311, ../../../app/stylesheets/screen.scss */
.twycon-chevron-right {
  background-position: -72px 0;
  height: 39px;
  width: 24px;
}

/* twylah grid */
/* line 319, ../../../app/stylesheets/screen.scss */
.twy-row {
  margin-left: -25px;
  *zoom: 1;
}

/* line 324, ../../../app/stylesheets/screen.scss */
.twy-row:before,
.twy-row:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 329, ../../../app/stylesheets/screen.scss */
.twy-row:after {
  clear: both;
}

/* line 332, ../../../app/stylesheets/screen.scss */
[class*="twy-span"] {
  float: left;
  min-height: 1px;
  margin-left: 25px;
}

/* line 338, ../../../app/stylesheets/screen.scss */
.twy-span9 {
  width: 984px;
}

/* line 341, ../../../app/stylesheets/screen.scss */
.twy-span8 {
  width: 871px;
}

/* line 344, ../../../app/stylesheets/screen.scss */
.twy-span7 {
  width: 759px;
}

/* line 347, ../../../app/stylesheets/screen.scss */
.twy-span6 {
  width: 647px;
}

/* line 350, ../../../app/stylesheets/screen.scss */
.twy-span5 {
  width: 535px;
}

/* line 353, ../../../app/stylesheets/screen.scss */
.twy-span4 {
  width: 423px;
}

/* line 356, ../../../app/stylesheets/screen.scss */
.twy-span3 {
  width: 311px;
}

/* line 359, ../../../app/stylesheets/screen.scss */
.twy-span2 {
  width: 199px;
}

/* line 362, ../../../app/stylesheets/screen.scss */
.twy-span1 {
  width: 87px;
}

/* line 366, ../../../app/stylesheets/screen.scss */
.twy-offset9 {
  margin-left: 930px;
}

/* line 369, ../../../app/stylesheets/screen.scss */
.twy-offset8 {
  margin-left: 830px;
}

/* line 372, ../../../app/stylesheets/screen.scss */
.twy-offset7 {
  margin-left: 730px;
}

/* line 375, ../../../app/stylesheets/screen.scss */
.twy-offset6 {
  margin-left: 630px;
}

/* line 378, ../../../app/stylesheets/screen.scss */
.twy-offset5 {
  margin-left: 530px;
}

/* line 381, ../../../app/stylesheets/screen.scss */
.twy-offset4 {
  margin-left: 430px;
}

/* line 384, ../../../app/stylesheets/screen.scss */
.twy-offset3 {
  margin-left: 330px;
}

/* line 387, ../../../app/stylesheets/screen.scss */
.twy-offset2 {
  margin-left: 249px;
}

/* line 390, ../../../app/stylesheets/screen.scss */
.twy-offset1 {
  margin-left: 137px;
}

/* end twylah grid */
/* layout all
========================================================================================*/
/* line 398, ../../../app/stylesheets/screen.scss */
.outside {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  margin: 0;
}

/* line 406, ../../../app/stylesheets/screen.scss */
.inside {
  width: 984px;
  margin: 0 auto;
}

/* line 411, ../../../app/stylesheets/screen.scss */
.inside_tweet_popup {
  width: 550px;
  margin: 0 auto;
}

/* line 417, ../../../app/stylesheets/screen.scss */
.outer_page {
  margin: 0 auto;
}

/* line 421, ../../../app/stylesheets/screen.scss */
.inner_page {
  margin: 0 auto;
}

/* dialogs
========================================================================================*/
/* line 431, ../../../app/stylesheets/screen.scss */
div.ui-dialog {
  border: 7px solid #000000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: fixed;
}
/* line 435, ../../../app/stylesheets/screen.scss */
div.ui-dialog span.progress {
  padding-left: 35px;
  background-image: url(http://www.twylah.com/images/ajax-loader-small.gif?1352944116);
  background-position: 10px 6px;
  background-repeat: no-repeat;
  cursor: pointer;
}
/* line 441, ../../../app/stylesheets/screen.scss */
div.ui-dialog span.progress:hover {
  padding-left: 35px;
  background-image: url(http://www.twylah.com/images/ajax-loader-small.gif?1352944116);
  background-position: 10px 6px;
  background-repeat: no-repeat;
  cursor: pointer;
}
/* line 449, ../../../app/stylesheets/screen.scss */
div.ui-dialog header {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 15px;
}

/* line 456, ../../../app/stylesheets/screen.scss */
#twitter-auth-dialog {
  display: none;
}
/* line 458, ../../../app/stylesheets/screen.scss */
#twitter-auth-dialog .spinner {
  display: none;
  text-align: center;
}

/* line 464, ../../../app/stylesheets/screen.scss */
.char_count {
  color: #555555;
  float: left;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  margin-right: 3px;
}

/* line 473, ../../../app/stylesheets/screen.scss */
.char_error {
  color: #66B74D;
  float: left;
  font-family: arial;
  font-size: 12px;
  font-weight: normal;
  margin-top: 1.5px;
}

/* line 483, ../../../app/stylesheets/screen.scss */
div.connect-twitter-bookmarklet {
  padding: 20px 0;
  text-align: left;
  width: 650px;
}
/* line 487, ../../../app/stylesheets/screen.scss */
div.connect-twitter-bookmarklet label {
  display: none;
}
/* line 490, ../../../app/stylesheets/screen.scss */
div.connect-twitter-bookmarklet h3 {
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: bold;
  border-bottom: none;
}
/* line 496, ../../../app/stylesheets/screen.scss */
div.connect-twitter-bookmarklet form {
  margin-left: 64px;
  margin-top: 50px;
  width: 455px;
}
/* line 501, ../../../app/stylesheets/screen.scss */
div.connect-twitter-bookmarklet p {
  font-size: 13px;
  line-height: 18px;
}
/* line 505, ../../../app/stylesheets/screen.scss */
div.connect-twitter-bookmarklet .error {
  color: #ff3000;
}
/* line 508, ../../../app/stylesheets/screen.scss */
div.connect-twitter-bookmarklet .button_2 {
  float: right;
  margin-left: 8px;
  margin-top: 70px;
}

/* line 516, ../../../app/stylesheets/screen.scss */
div.connect-twitter-dialog {
  padding: 0 20px;
  text-align: left;
  width: 500px;
}
/* line 520, ../../../app/stylesheets/screen.scss */
div.connect-twitter-dialog label {
  display: none;
}
/* line 523, ../../../app/stylesheets/screen.scss */
div.connect-twitter-dialog header {
  margin: 0 0 10px 0;
  font-size: 19px;
  font-weight: bold;
  border-bottom: none;
  line-height: normal;
}
/* line 530, ../../../app/stylesheets/screen.scss */
div.connect-twitter-dialog form {
  margin-left: 64px;
  margin-top: 50px;
  width: 455px;
}
/* line 535, ../../../app/stylesheets/screen.scss */
div.connect-twitter-dialog p {
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 13px;
  line-height: 18px;
  margin: 0 50px 15px 0;
}
/* line 541, ../../../app/stylesheets/screen.scss */
div.connect-twitter-dialog img {
  margin: 0 0 10px 0;
}
/* line 544, ../../../app/stylesheets/screen.scss */
div.connect-twitter-dialog .error {
  color: #ff3000;
}
/* line 547, ../../../app/stylesheets/screen.scss */
div.connect-twitter-dialog .buffer-dialog-buttons {
  float: right;
  margin: 72px 0 0;
}
/* line 550, ../../../app/stylesheets/screen.scss */
div.connect-twitter-dialog .buffer-dialog-buttons .button_2 {
  margin: 0;
}

/* line 556, ../../../app/stylesheets/screen.scss */
div.retweet_dialog, div.confirm-delete-dialog {
  text-align: left;
}
/* line 558, ../../../app/stylesheets/screen.scss */
div.retweet_dialog label, div.confirm-delete-dialog label {
  display: none;
}
/* line 561, ../../../app/stylesheets/screen.scss */
div.retweet_dialog .error, div.confirm-delete-dialog .error {
  color: #ff3000;
}
/* line 564, ../../../app/stylesheets/screen.scss */
div.retweet_dialog .button_2, div.confirm-delete-dialog .button_2 {
  float: right;
  margin-left: 8px;
  margin-top: 25px;
  margin-bottom: 15px;
}
/* line 570, ../../../app/stylesheets/screen.scss */
div.retweet_dialog section, div.confirm-delete-dialog section {
  border: 1px solid #dfdfdf;
  padding: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 574, ../../../app/stylesheets/screen.scss */
div.retweet_dialog section img, div.confirm-delete-dialog section img {
  width: 48px;
  height: 48px;
  float: left;
  display: block;
}
/* line 580, ../../../app/stylesheets/screen.scss */
div.retweet_dialog section p, div.confirm-delete-dialog section p {
  font-size: 15px;
  line-height: 18px;
  font-family: georgia, serif;
  color: #222;
  margin: 0 0 0 59px;
  min-height: 48px;
}

/* line 592, ../../../app/stylesheets/screen.scss */
div.confirmation_dialog {
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  text-align: center;
  width: 583px;
}
/* line 596, ../../../app/stylesheets/screen.scss */
div.confirmation_dialog label {
  display: none;
}
/* line 599, ../../../app/stylesheets/screen.scss */
div.confirmation_dialog .error {
  color: #ff3000;
}
/* line 602, ../../../app/stylesheets/screen.scss */
div.confirmation_dialog h3 {
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  border-bottom: medium none;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 43px;
  text-align: center;
  color: #000;
  line-height: 29px;
}
/* line 613, ../../../app/stylesheets/screen.scss */
div.confirmation_dialog #confirmation-cancel-1 {
  color: #999999;
  text-decoration: underline;
  cursor: pointer;
}
/* line 618, ../../../app/stylesheets/screen.scss */
div.confirmation_dialog .confirmation_footer {
  background-color: #F3F3F3;
  height: auto;
  min-height: 70px;
  margin: 22px 0 -10px -22px;
  padding: 15px 21px 15px 23px;
  text-align: left;
  width: 100%;
}
/* line 626, ../../../app/stylesheets/screen.scss */
div.confirmation_dialog .confirmation_footer .confirmation_footer_person {
  width: 450px;
}
/* line 629, ../../../app/stylesheets/screen.scss */
div.confirmation_dialog .confirmation_footer img {
  float: left;
  height: 48px;
  margin-bottom: 5px;
  margin-right: 10px;
  margin-top: 2px;
  width: 48px;
}
/* line 637, ../../../app/stylesheets/screen.scss */
div.confirmation_dialog .confirmation_footer h4 {
  color: #222222;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
}
/* line 644, ../../../app/stylesheets/screen.scss */
div.confirmation_dialog .confirmation_footer p {
  color: #222222;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  width: 425px;
}
/* line 655, ../../../app/stylesheets/screen.scss */
div.confirmation_dialog p.share-buttons-header {
  font-size: 16px;
  margin: 21px 0 8px;
}
/* line 659, ../../../app/stylesheets/screen.scss */
div.confirmation_dialog div.share-buttons {
  display: block;
  padding: 0 186px 18px;
  text-align: center;
}
/* line 663, ../../../app/stylesheets/screen.scss */
div.confirmation_dialog div.share-buttons a {
  float: left;
  margin-left: 3px;
}

/* line 670, ../../../app/stylesheets/screen.scss */
div.signup-now-dialog {
  margin-bottom: 25px;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 674, ../../../app/stylesheets/screen.scss */
div.signup-now-dialog label {
  display: none;
}
/* line 677, ../../../app/stylesheets/screen.scss */
div.signup-now-dialog .error {
  color: #ff3000;
}
/* line 680, ../../../app/stylesheets/screen.scss */
div.signup-now-dialog h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: medium none;
  font-size: 21px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 10px;
  margin-top: 43px;
  text-align: center;
  color: #000;
}
/* line 691, ../../../app/stylesheets/screen.scss */
div.signup-now-dialog p.dialog-small-text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 694, ../../../app/stylesheets/screen.scss */
div.signup-now-dialog #click-to-signup a {
  color: #10a4e8;
  font-size: 13px;
}
/* line 698, ../../../app/stylesheets/screen.scss */
div.signup-now-dialog section {
  background: none repeat scroll 0 0 #F3F3F3;
  margin: 50px -10px -27px;
  padding: 12px 15px 1px;
  text-align: left;
}
/* line 703, ../../../app/stylesheets/screen.scss */
div.signup-now-dialog section p {
  color: #555555;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 15px;
}
/* line 710, ../../../app/stylesheets/screen.scss */
div.signup-now-dialog section a {
  color: #10a4e8;
}

/* line 717, ../../../app/stylesheets/screen.scss */
div.reply_dialog {
  text-align: left;
  width: 100%;
}
/* line 720, ../../../app/stylesheets/screen.scss */
div.reply_dialog label {
  display: none;
}
/* line 723, ../../../app/stylesheets/screen.scss */
div.reply_dialog .error {
  color: #ff3000;
}
/* line 726, ../../../app/stylesheets/screen.scss */
div.reply_dialog .button_2 {
  float: right;
  margin-left: 0;
  margin-right: 7px;
  margin-top: 5px;
}
/* line 732, ../../../app/stylesheets/screen.scss */
div.reply_dialog .tweet_post {
  width: 575px;
  border: 1px solid #CCCCCC;
  width: 558px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  padding: 10px;
  font-size: 15px;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  color: #222;
}
/* line 746, ../../../app/stylesheets/screen.scss */
div.reply_dialog .char-count-wrapper {
  float: left;
  margin-left: 2px;
  margin-bottom: 0px;
  width: 345px;
}
/* line 752, ../../../app/stylesheets/screen.scss */
div.reply_dialog .reply_footer {
  background-color: #F3F3F3;
  float: left;
  height: auto;
  margin: 22px 0 -10px -22px;
  padding: 15px 21px 15px 23px;
  width: 100%;
}
/* line 759, ../../../app/stylesheets/screen.scss */
div.reply_dialog .reply_footer img {
  width: 48px;
  height: 48px;
  float: left;
}
/* line 764, ../../../app/stylesheets/screen.scss */
div.reply_dialog .reply_footer p {
  font-size: 13px;
  line-height: 18px;
  font-family: georgia, serif;
  float: left;
  margin-left: 10px;
  margin-top: -2px;
  width: 500px;
  color: #222;
  margin-bottom: 0px;
}
/* line 775, ../../../app/stylesheets/screen.scss */
div.reply_dialog .reply_footer .reply_footer_tweet {
  margin-top: 6px;
}

/* line 782, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog {
  text-align: left;
}
/* line 784, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog .bookmarklet {
  margin-top: 20px;
}
/* line 787, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog label {
  display: none;
}
/* line 790, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog .error {
  color: #ff3000;
}
/* line 793, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog .tweet_post {
  width: 575px;
  border: 1px solid #CCCCCC;
  width: 565px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  padding: 10px;
  font-size: 15px;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  color: #222;
  height: 85px;
  margin-bottom: 5px;
}
/* line 809, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog h4 {
  color: #222222;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
}
/* line 815, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog form {
  margin: 0;
}
/* line 818, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog .button_2 {
  float: right;
  margin-left: 5px;
  margin-right: 2px;
}
/* line 823, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog .send-now-gray {
  color: #555;
}
/* line 825, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog .send-now-gray:hover {
  color: #555;
}
/* line 829, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog .buffer-error-message {
  background: none repeat scroll 0 0 #EBFCFF;
  color: #DE2E1B;
  line-height: 16px;
  margin: 80px 0 0;
  padding: 15px 20px;
}

/* line 838, ../../../app/stylesheets/screen.scss */
.char-count-wrapper {
  height: 20px;
  margin: 0;
  width: 100%;
}
/* line 842, ../../../app/stylesheets/screen.scss */
.char-count-wrapper p {
  color: #AAAAAA;
  float: left;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 12px;
  margin: 2px 3px 0 0;
}
/* line 849, ../../../app/stylesheets/screen.scss */
.char-count-wrapper p.power-tweet-help {
  float: right;
}
/* line 851, ../../../app/stylesheets/screen.scss */
.char-count-wrapper p.power-tweet-help a {
  float: right;
  margin: 0 10px 0 0;
  color: #AAAAAA;
}

/* line 859, ../../../app/stylesheets/screen.scss */
.pt-buttons-wrapper {
  display: inline-block;
  height: 40px;
  margin: 10px 0 0;
  text-align: right;
  width: 100%;
}
/* line 865, ../../../app/stylesheets/screen.scss */
.pt-buttons-wrapper .btn {
  margin-left: 5px;
}

/* line 870, ../../../app/stylesheets/screen.scss */
#loading-container {
  display: inline-block;
  min-height: 130px;
  margin-top: 8px;
  width: 100%;
}
/* line 875, ../../../app/stylesheets/screen.scss */
#loading-container #loading-image {
  display: inline-block;
  height: 16px;
  margin: 0 5px 0 0;
  width: 16px;
}
/* line 881, ../../../app/stylesheets/screen.scss */
#loading-container #loading-text {
  color: #888888;
  display: inline;
  vertical-align: top;
}

/* line 890, ../../../app/stylesheets/screen.scss */
#preview-container #embedly-no-content {
  margin: 15px 0;
}
/* line 893, ../../../app/stylesheets/screen.scss */
#preview-container #embedly-preview {
  min-height: 130px;
  margin-top: 12px;
  width: 100%;
}
/* line 897, ../../../app/stylesheets/screen.scss */
#preview-container #embedly-preview #slides {
  float: left;
  height: auto;
  margin-right: 18px;
  width: 130px;
}
/* line 902, ../../../app/stylesheets/screen.scss */
#preview-container #embedly-preview #slides .slides_container {
  float: left;
  height: 130px;
  width: 130px;
  margin: 0 10px 0 0;
  border: 1px solid #D6D6D6;
  background: #fff;
}
/* line 909, ../../../app/stylesheets/screen.scss */
#preview-container #embedly-preview #slides .slides_container img {
  width: 130px;
  height: auto;
}
/* line 913, ../../../app/stylesheets/screen.scss */
#preview-container #embedly-preview #slides .slides_container embed {
  width: 130px;
  height: 130px;
}
/* line 917, ../../../app/stylesheets/screen.scss */
#preview-container #embedly-preview #slides .slides_container iframe {
  width: 130px;
  height: 130px;
}
/* line 921, ../../../app/stylesheets/screen.scss */
#preview-container #embedly-preview #slides .slides_container object {
  width: 130px;
  height: 130px;
}
/* line 926, ../../../app/stylesheets/screen.scss */
#preview-container #embedly-preview #slides .slides_container #preview-not-supported-container img {
  border: medium none;
  height: auto;
  padding: 43px 57px 0;
  width: auto;
}
/* line 932, ../../../app/stylesheets/screen.scss */
#preview-container #embedly-preview #slides .slides_container #preview-not-supported-container p {
  color: #AAAAAA;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  padding: 0 9px;
  text-align: center;
}
/* line 943, ../../../app/stylesheets/screen.scss */
#preview-container #embedly-preview #embedly-preview-right-column {
  display: inline-block;
  width: 70%;
}
/* line 946, ../../../app/stylesheets/screen.scss */
#preview-container #embedly-preview #embedly-preview-right-column #embedly-article-content {
  color: #555555;
  margin-bottom: 7px;
  margin-top: -3px;
}
/* line 950, ../../../app/stylesheets/screen.scss */
#preview-container #embedly-preview #embedly-preview-right-column #embedly-article-content .article-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
  line-height: 18px;
}
/* line 956, ../../../app/stylesheets/screen.scss */
#preview-container #embedly-preview #embedly-preview-right-column #embedly-article-content p {
  font-size: 12px;
  line-height: 16px;
  marging-bottom: 0;
}
/* line 962, ../../../app/stylesheets/screen.scss */
#preview-container #embedly-preview #embedly-preview-right-column #slide-prev-next-container {
  float: left;
  margin-top: -10px;
}
/* line 965, ../../../app/stylesheets/screen.scss */
#preview-container #embedly-preview #embedly-preview-right-column #slide-prev-next-container a {
  margin-right: 3px;
}
/* line 969, ../../../app/stylesheets/screen.scss */
#preview-container #embedly-preview #embedly-preview-right-column #slide-count-container {
  float: left;
  margin-left: 7px;
  margin-top: -4px;
}
/* line 973, ../../../app/stylesheets/screen.scss */
#preview-container #embedly-preview #embedly-preview-right-column #slide-count-container .current-slide, #preview-container #embedly-preview #embedly-preview-right-column #slide-count-container .slide-count-separator, #preview-container #embedly-preview #embedly-preview-right-column #slide-count-container .total-slides {
  color: #888888;
  float: left;
  margin-right: 4px;
}

/* line 984, ../../../app/stylesheets/screen.scss */
.bookmarklet-inside {
  width: 587px;
}

/* line 988, ../../../app/stylesheets/screen.scss */
.bookmarklet-form {
  width: 588px;
}
/* line 990, ../../../app/stylesheets/screen.scss */
.bookmarklet-form span.progress {
  padding-left: 35px;
  background-image: url(http://www.twylah.com/images/ajax-loader-small.gif?1352944116);
  background-position: 10px 6px;
  background-repeat: no-repeat;
}
/* line 996, ../../../app/stylesheets/screen.scss */
.bookmarklet-form #preview-container {
  margin: 0 20px -10px 0;
}

/* line 1005, ../../../app/stylesheets/screen.scss */
div.waiting-for-auth.modal-dialog,
div.thank-you-dialog {
  padding: 29px 50px 60px 50px;
  text-align: center;
  width: 500px;
}
/* line 1009, ../../../app/stylesheets/screen.scss */
div.waiting-for-auth.modal-dialog label,
div.thank-you-dialog label {
  display: none;
}
/* line 1012, ../../../app/stylesheets/screen.scss */
div.waiting-for-auth.modal-dialog header,
div.thank-you-dialog header {
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 24px;
  font-weight: bold;
}
/* line 1018, ../../../app/stylesheets/screen.scss */
div.waiting-for-auth.modal-dialog h3,
div.thank-you-dialog h3 {
  margin-top: 70px;
  margin-bottom: 17px;
  font-size: 24px;
  font-weight: bold;
}
/* line 1024, ../../../app/stylesheets/screen.scss */
div.waiting-for-auth.modal-dialog form,
div.thank-you-dialog form {
  margin-left: 81px;
  margin-top: 43px;
  width: 440px;
}
/* line 1029, ../../../app/stylesheets/screen.scss */
div.waiting-for-auth.modal-dialog p,
div.thank-you-dialog p {
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 40px;
}
/* line 1035, ../../../app/stylesheets/screen.scss */
div.waiting-for-auth.modal-dialog .error,
div.thank-you-dialog .error {
  color: #ff3000;
  font-size: 14px;
  float: left;
  margin: 4px 0px 0px 0px;
}
/* line 1041, ../../../app/stylesheets/screen.scss */
div.waiting-for-auth.modal-dialog input[type='text'],
div.thank-you-dialog input[type='text'] {
  font-size: 20px;
  margin-top: 1px;
  width: 328px;
  height: 21px;
  padding-left: 7px;
  padding-top: 9px;
  color: #444;
  float: left;
}
/* line 1051, ../../../app/stylesheets/screen.scss */
div.waiting-for-auth.modal-dialog .submit.button,
div.thank-you-dialog .submit.button {
  float: right;
  color: #fff;
}

/* line 1059, ../../../app/stylesheets/screen.scss */
div.domain-instructions.modal-dialog {
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  padding: 30px 50px;
}
/* line 1062, ../../../app/stylesheets/screen.scss */
div.domain-instructions.modal-dialog header {
  font-size: 24px;
  margin: 0 0 20px;
}
/* line 1066, ../../../app/stylesheets/screen.scss */
div.domain-instructions.modal-dialog div.bullets {
  color: #10A4E8;
  font-family: "MuseoSans-700", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 23px;
  position: absolute;
}
/* line 1072, ../../../app/stylesheets/screen.scss */
div.domain-instructions.modal-dialog div#bullet-1 {
  top: 82px;
}
/* line 1075, ../../../app/stylesheets/screen.scss */
div.domain-instructions.modal-dialog div#bullet-2 {
  top: 131px;
}
/* line 1078, ../../../app/stylesheets/screen.scss */
div.domain-instructions.modal-dialog div#bullet-3 {
  top: 182px;
}
/* line 1081, ../../../app/stylesheets/screen.scss */
div.domain-instructions.modal-dialog div#bullet-4 {
  top: 253px;
}
/* line 1084, ../../../app/stylesheets/screen.scss */
div.domain-instructions.modal-dialog p {
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 17px;
  line-height: 22px;
  margin: 0 0 27px 25px;
}
/* line 1090, ../../../app/stylesheets/screen.scss */
div.domain-instructions.modal-dialog p.small-text {
  color: #888;
  font-size: 13px;
  font-style: italic;
  margin: 30px 0 0;
}
/* line 1095, ../../../app/stylesheets/screen.scss */
div.domain-instructions.modal-dialog p.small-text a {
  color: #10a4e8;
}

/*this hides the titlebar in the bookmarklet confirmation sent message*/
/* line 1102, ../../../app/stylesheets/screen.scss */
.bookmarklet-tweet-sent .ui-dialog-titlebar {
  display: none;
}

/*global buttons
========================================================================================*/
/* line 1108, ../../../app/stylesheets/screen.scss */
.xbig-button {
  /*currently homepage button*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.7);
  background-color: #10a4e8;
  background-image: -moz-linear-gradient(90deg, #0490d0, #2da9e2 22px);
  background-image: -webkit-linear-gradient(90deg, #0490d0, #2da9e2 22px);
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  padding: 11px 55px;
  font: bold 21px "Helvetica Neue",Arial,Helvetica,sans-serif;
  color: #fff;
}

/* line 1122, ../../../app/stylesheets/screen.scss */
.xbig-button:hover, .xbig-button:focus {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  background: #0284c0;
  -moz-transition: background 0.2s linear 0s;
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s;
}

/* line 1134, ../../../app/stylesheets/screen.scss */
.big-button {
  /*currently submit button on enter email address dialog*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.7);
  background-color: #10a4e8;
  background-image: -moz-linear-gradient(90deg, #0490d0, #2da9e2 22px);
  background-image: -webkit-linear-gradient(90deg, #0490d0, #2da9e2 22px);
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 8px 17px;
  font: bold 16px "Helvetica Neue",Arial,Helvetica,sans-serif;
}

/* line 1148, ../../../app/stylesheets/screen.scss */
.big-button:hover, .big-button:focus {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  background: #0284c0;
  -moz-transition: background 0.2s linear 0s;
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s;
}

/* line 1158, ../../../app/stylesheets/screen.scss */
html body .button_1 {
  /*small buttons inside widgets*/
  color: #FFF;
  border-color: rgba(0, 0, 0, 0.08) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.3);
  border-style: solid;
  border-width: 1px;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 8px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  margin: 5px 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #10a4e8;
  background-image: -moz-linear-gradient(90deg, #0490d0, #2da9e2 22px);
  background-image: -webkit-linear-gradient(90deg, #0490d0, #2da9e2 22px);
}

/* line 1175, ../../../app/stylesheets/screen.scss */
html body .button_1:hover {
  background-color: #2DA9E2;
  background-image: -moz-linear-gradient(90deg, #0c98d7, #47b3e5 22px);
  background-image: -webkit-linear-gradient(90deg, #0c98d7, #47b3e5 22px);
  cursor: pointer;
}

/* line 1182, ../../../app/stylesheets/screen.scss */
html body .button_1:focus {
  text-decoration: none;
}

/* line 1187, ../../../app/stylesheets/screen.scss */
html body .button_2 {
  /*buttons inside dialogs*/
  color: #FFF;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 15px;
  margin: 5px 0px;
  cursor: pointer;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #0079a7;
  border-color: rgba(0, 0, 0, 0.08) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.3);
  border-style: solid;
  border-width: 1px;
  background-color: #10a4e8;
  background-image: -moz-linear-gradient(90deg, #0490d0, #2da9e2 22px);
  background-image: -webkit-linear-gradient(90deg, #0490d0, #2da9e2 22px);
}
/* line 1205, ../../../app/stylesheets/screen.scss */
html body .button_2:hover {
  color: #FFF;
  background: #0284c0;
  -moz-transition: background 0.2s linear 0s;
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s;
  cursor: pointer;
}
/* line 1213, ../../../app/stylesheets/screen.scss */
html body .button_2:focus {
  color: #FFF;
}

/* line 1218, ../../../app/stylesheets/screen.scss */
html body .gray_button {
  /*buttons inside dialogs gray color*/
  border-color: #CCCCCC;
  color: #666;
  text-shadow: 1px 1px 1px #fff;
  background-color: #e1e2e2;
  background-image: -moz-linear-gradient(90deg, #d3d5d5, #f2f2f2 22px);
  background-image: -webkit-linear-gradient(90deg, #d3d5d5, #f2f2f2 22px);
  -moz-transition: background 0.5s linear 0s;
  -webkit-transition: background 0.5s linear 0s;
  transition: background 0.5s linear 0s;
}
/* line 1228, ../../../app/stylesheets/screen.scss */
html body .gray_button:visited {
  color: #666;
  background-color: #c5c8c8;
  background-image: -moz-linear-gradient(90deg, #cbcece, #f2f2f2 22px);
  background-image: -webkit-linear-gradient(90deg, #cbcece, #f2f2f2 22px);
}
/* line 1234, ../../../app/stylesheets/screen.scss */
html body .gray_button:hover {
  color: #666;
  background-color: #c5c8c8;
  background-image: -moz-linear-gradient(90deg, #cbcece, #f2f2f2 22px);
  background-image: -webkit-linear-gradient(90deg, #cbcece, #f2f2f2 22px);
  cursor: pointer;
}
/* line 1241, ../../../app/stylesheets/screen.scss */
html body .gray_button:active {
  color: #666;
  background-color: #c5c8c8;
  background-image: -moz-linear-gradient(90deg, #cbcece, #f2f2f2 22px);
  background-image: -webkit-linear-gradient(90deg, #cbcece, #f2f2f2 22px);
  cursor: pointer;
}
/* line 1248, ../../../app/stylesheets/screen.scss */
html body .gray_button:focus {
  color: #666;
  background-color: #c5c8c8;
  background-image: -moz-linear-gradient(90deg, #cbcece, #f2f2f2 22px);
  background-image: -webkit-linear-gradient(90deg, #cbcece, #f2f2f2 22px);
}

/* line 1256, ../../../app/stylesheets/screen.scss */
.med_button {
  /*currently follow button*/
  color: #555555;
  cursor: pointer;
  display: inline;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 4px 13px;
  text-shadow: 1px 1px 1px #fff;
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.55);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.55);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.55);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
  border-top: 1px solid #888888;
  background-color: #C9C9C9;
  background-image: -moz-linear-gradient(90deg, #c9c9c9, #f2f2f2 22px);
  background-image: -webkit-linear-gradient(90deg, #c9c9c9, #f2f2f2 22px);
}

/* line 1279, ../../../app/stylesheets/screen.scss */
.med_button:hover {
  background-color: #d8d8d8;
  background-image: -moz-linear-gradient(90deg, #d8d8d8, #f7f7f7 22px);
  background-image: -webkit-linear-gradient(90deg, #d8d8d8, #f7f7f7 22px);
  cursor: pointer;
}

/* line 1286, ../../../app/stylesheets/screen.scss */
.follow_button {
  float: right;
  font-size: 12px;
  margin-top: 12px;
  padding: 5px 0 5px 14px;
}
/* line 1292, ../../../app/stylesheets/screen.scss */
.follow_button .add {
  width: 14px;
  height: 14px;
  background-image: url(http://www.twylah.com/images/followbutton_icon.png?1352944116);
  background-repeat: no-repeat;
  padding: 8px 14px 8px 18px;
  background-position: left center;
  color: #555555;
  text-decoration: none;
}

/* line 1304, ../../../app/stylesheets/screen.scss */
.confirmation_follow_button {
  position: absolute;
  right: 30px;
  top: 159px;
}
/* line 1308, ../../../app/stylesheets/screen.scss */
.confirmation_follow_button .add {
  width: 14px;
  height: 14px;
  background-image: url(http://www.twylah.com/images/followbutton_icon.png?1352944116);
  background-repeat: no-repeat;
  padding: 8px 0px 8px 18px;
  background-position: left center;
  color: #555555;
  text-decoration: none;
}

/* line 1320, ../../../app/stylesheets/screen.scss */
#thank-you-follow-button {
  /*no longer used*/
  font-size: 12px;
  margin-top: 11px;
  padding: 8px 0 8px 14px;
}
/* line 1324, ../../../app/stylesheets/screen.scss */
#thank-you-follow-button .add {
  width: 14px;
  height: 14px;
  background-image: url(http://www.twylah.com/images/followbutton_icon.png?1352944116);
  background-repeat: no-repeat;
  padding: 8px 18px 8px 19px;
  background-position: left center;
  color: #555555;
  text-decoration: none;
}

/* line 1336, ../../../app/stylesheets/screen.scss */
.follow_button_dialog {
  /*no longer used*/
  border-color: #adadad;
  padding: 6px 11px;
}

/* line 1341, ../../../app/stylesheets/screen.scss */
html body .button_3 {
  /*no longer used*/
  background-color: #10A4E8;
  color: #FFF;
  font-style: italic;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: -moz-linear-gradient(center top, #17aaed, #10a4e8) repeat scroll 0 0 transparent;
  border-color: #0079a7;
  border-color: rgba(0, 0, 0, 0.08) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.3);
  border-style: solid;
  border-width: 1px;
  font-family: georgia, serif;
  font-size: 24px;
  font-weight: bold;
  padding: 5px 15px;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.23);
  cursor: pointer;
}

/* line 1359, ../../../app/stylesheets/screen.scss */
input.twitter_username {
  border: solid 1px #D4D4D4;
  color: #D4D4D4;
  font-style: italic;
}

/* line 1365, ../../../app/stylesheets/screen.scss */
.enable-buffer-button {
  opacity: 0.5;
}
/* line 1367, ../../../app/stylesheets/screen.scss */
.enable-buffer-button .buffer-icon-dark {
  background: url(http://www.twylah.com/images/buffer_icon_black.png?1352944116) no-repeat scroll 0 0 transparent;
  display: inline-block;
  height: 12px;
  padding: 0 6px 0 0;
  width: 12px;
}

/* line 1377, ../../../app/stylesheets/screen.scss */
.enabling-buffer-button .loading-spinner {
  background: url(http://www.twylah.com/images/ajax-loader-small.gif?1352944116) no-repeat scroll 0 0 transparent;
  height: 16px;
  width: 16px;
}

/* line 1384, ../../../app/stylesheets/screen.scss */
.loading-spinner {
  background: url(http://www.twylah.com/images/ajax-loader-small.gif?1352944116) no-repeat scroll 0 0 transparent;
  display: inline-block;
  height: 16px;
  margin: 0 5px 0 0;
  width: 16px;
}

/* line 1392, ../../../app/stylesheets/screen.scss */
.buffer-icon-white {
  background: url(http://www.twylah.com/images/buffer_icon_white.png?1352944116) no-repeat scroll 0 0 transparent;
  display: inline-block;
  height: 12px;
  padding: 0 0 0 4px;
  position: relative;
  right: 1px;
  top: 1px;
  width: 12px;
  color: #fff;
}

/* new homepage stuff
========================================================================================*/
/*Request Invite Sign Up*/
/* line 1408, ../../../app/stylesheets/screen.scss */
.homepage-button-signup {
  position: relative;
}
/* line 1410, ../../../app/stylesheets/screen.scss */
.homepage-button-signup .hero-button {
  background: none repeat scroll 0 0 #e9f6ff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  bottom: -126px;
  overflow: hidden;
  position: absolute;
}
/* line 1416, ../../../app/stylesheets/screen.scss */
.homepage-button-signup .hero-button div.xbig-button {
  color: #FFFFFF;
  padding: 10px 0;
  position: absolute;
  text-align: center;
  width: 237px;
}
/* line 1423, ../../../app/stylesheets/screen.scss */
.homepage-button-signup .hero-button form {
  padding: 70px 15px 16px;
  width: 209px;
}
/* line 1426, ../../../app/stylesheets/screen.scss */
.homepage-button-signup .hero-button form label {
  font-size: 15px;
}
/* line 1429, ../../../app/stylesheets/screen.scss */
.homepage-button-signup .hero-button form p.error {
  color: red;
  font-size: 11px;
  line-height: normal;
  margin: 5px 0 0;
}
/* line 1435, ../../../app/stylesheets/screen.scss */
.homepage-button-signup .hero-button form input[type=text] {
  font-size: 13px;
  margin: 0 0 2px;
  padding: 6px;
  width: 193px;
}
/* line 1441, ../../../app/stylesheets/screen.scss */
.homepage-button-signup .hero-button form div.submit.button {
  float: right;
}

/* line 1450, ../../../app/stylesheets/screen.scss */
.polaroids-wrapper .polaroid {
  float: left;
  margin-right: 22px;
  margin-bottom: 32px;
  width: 145px;
  height: 177px;
  position: relative;
}
/* line 1457, ../../../app/stylesheets/screen.scss */
.polaroids-wrapper .polaroid p.label {
  font-size: 13px;
  position: absolute;
  pointer-events: none;
  top: 144px;
  text-shadow: 0 1px 1px #FFFFFF;
  color: #444039;
  width: 148px;
  text-align: center;
  -moz-transition: color 0.18s linear 0s;
  -webkit-transition: color 0.18s linear 0s;
  transition: color 0.18s linear 0s;
}
/* line 1469, ../../../app/stylesheets/screen.scss */
.polaroids-wrapper .polaroid p.label:hover {
  color: #0284c0;
}
/* line 1474, ../../../app/stylesheets/screen.scss */
.polaroids-wrapper .last {
  margin-right: 0;
}

/* line 1479, ../../../app/stylesheets/screen.scss */
a.browse-all {
  display: inline-block;
  font-size: 14px;
  height: 0;
  text-align: center;
  width: 100%;
}

/* line 1487, ../../../app/stylesheets/screen.scss */
.homepage {
  color: #444039;
  background: url(../images/homepage_bg_1352944116.jpg) repeat #efebe3;
  font-family: "MuseoSans-300", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 1491, ../../../app/stylesheets/screen.scss */
.homepage h1 {
  color: #FFFFFF;
  font-family: "MuseoSans-300", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 67px;
  font-weight: normal;
  line-height: 68px;
  letter-spacing: -0.4px;
  text-shadow: 0px 2px 1px #000;
  margin: 0px;
}
/* line 1501, ../../../app/stylesheets/screen.scss */
.homepage h2 {
  font: "MuseoSans-500", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-shadow: 0 1px 1px #FFFFFF;
  margin: 0px;
}
/* line 1507, ../../../app/stylesheets/screen.scss */
.homepage h3 {
  color: #444039;
  font-family: "MuseoSans-700", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: normal;
  text-shadow: 0 1px 1px #FFFFFF;
  margin: 0px;
}
/* line 1515, ../../../app/stylesheets/screen.scss */
.homepage h4 {
  color: #444039;
  font-family: "MuseoSans-500", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-shadow: 0 1px 1px #FFFFFF;
  margin: 0px;
}
/* line 1523, ../../../app/stylesheets/screen.scss */
.homepage p {
  font-family: "MuseoSans-500", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 19px;
  line-height: 26px;
  text-shadow: 0 1px 1px #FFFFFF;
  margin: 0px;
}
/* line 1530, ../../../app/stylesheets/screen.scss */
.homepage a {
  color: #10a4e8;
  -moz-transition: color 0.18s linear 0s;
  -webkit-transition: color 0.18s linear 0s;
  transition: color 0.18s linear 0s;
}
/* line 1536, ../../../app/stylesheets/screen.scss */
.homepage a:hover, .homepage a:focus {
  color: #0284c0;
  text-decoration: none;
}

/* line 1543, ../../../app/stylesheets/screen.scss */
#homepage-header-wrapper {
  background: url(../images/homepage_header_bg_1352944116.jpg) repeat #111111;
  background: url(../images/homepage_header_glow_1352944116.jpg) no-repeat center top, url(../images/homepage_header_bg_1352944116.jpg) repeat;
  background-color: #111;
  padding: 20px 0 40px;
}
/* line 1550, ../../../app/stylesheets/screen.scss */
#homepage-header-wrapper #homepage-header .logo-big {
  width: 144px;
  height: 42px;
}
/* line 1554, ../../../app/stylesheets/screen.scss */
#homepage-header-wrapper #homepage-header #homepage-header-nav {
  float: right;
  margin-top: 16px;
}
/* line 1557, ../../../app/stylesheets/screen.scss */
#homepage-header-wrapper #homepage-header #homepage-header-nav a {
  color: #888888;
  font-size: 14px;
  float: left;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 47px;
}
/* line 1566, ../../../app/stylesheets/screen.scss */
#homepage-header-wrapper #homepage-header #homepage-header-nav a.highlight-link {
  color: #dbdbdb;
}
/* line 1569, ../../../app/stylesheets/screen.scss */
#homepage-header-wrapper #homepage-header #homepage-header-nav a:hover {
  color: #10a4e8;
}
/* line 1573, ../../../app/stylesheets/screen.scss */
#homepage-header-wrapper #homepage-header .hero-message {
  margin: 0;
}
/* line 1575, ../../../app/stylesheets/screen.scss */
#homepage-header-wrapper #homepage-header .hero-message .hero-message-left {
  float: left;
  margin: 50px 0 0 0;
  width: 744px;
}
/* line 1579, ../../../app/stylesheets/screen.scss */
#homepage-header-wrapper #homepage-header .hero-message .hero-message-left h1 {
  float: left;
  font-size: 60px;
  letter-spacing: -0.014em;
  margin: 0;
  padding: 0;
}
/* line 1586, ../../../app/stylesheets/screen.scss */
#homepage-header-wrapper #homepage-header .hero-message .hero-message-left h1.homepage-hero-message {
  font-size: 44px;
  line-height: normal;
  font-weight: normal;
}
/* line 1591, ../../../app/stylesheets/screen.scss */
#homepage-header-wrapper #homepage-header .hero-message .hero-message-left p {
  border-bottom: medium none;
  color: #F5F5F8;
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 23px;
  font-weight: 100;
  letter-spacing: 1px;
  line-height: 32px;
  margin: 0;
  padding: 0;
  text-shadow: 0 2px 1px #000000;
}
/* line 1605, ../../../app/stylesheets/screen.scss */
#homepage-header-wrapper #homepage-header .hero-message .full-width {
  width: 100%;
}
/* line 1608, ../../../app/stylesheets/screen.scss */
#homepage-header-wrapper #homepage-header .hero-message .hero-message-right {
  float: left;
}
/* line 1611, ../../../app/stylesheets/screen.scss */
#homepage-header-wrapper #homepage-header .hero-message .hero-message-right.subpage {
  bottom: 22px;
  position: relative;
}

/* line 1619, ../../../app/stylesheets/screen.scss */
#screenshots-wrapper {
  border-bottom: 1px solid #D9D4C2;
  border-top: 1px solid #FFFFFF;
  padding: 35px 0 73px;
}
/* line 1624, ../../../app/stylesheets/screen.scss */
#screenshots-wrapper #screenshots {
  color: #444039;
}
/* line 1626, ../../../app/stylesheets/screen.scss */
#screenshots-wrapper #screenshots .screenshots-left-column {
  width: 290px;
  float: left;
}
/* line 1630, ../../../app/stylesheets/screen.scss */
#screenshots-wrapper #screenshots header {
  font-size: 25px;
  margin-top: 30px;
  font-family: "MuseoSans-700", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 1635, ../../../app/stylesheets/screen.scss */
#screenshots-wrapper #screenshots p {
  float: left;
  font-size: 18px;
  margin: 5px 0 22px;
  line-height: 26px;
}
/* line 1641, ../../../app/stylesheets/screen.scss */
#screenshots-wrapper #screenshots section {
  width: 165px;
}
/* line 1643, ../../../app/stylesheets/screen.scss */
#screenshots-wrapper #screenshots section p {
  font-size: 14px;
  float: none;
  margin: 0 0 5px 0;
}
/* line 1648, ../../../app/stylesheets/screen.scss */
#screenshots-wrapper #screenshots section a.addthis_button_tweet, #screenshots-wrapper #screenshots section a.addthis_button_facebook_like, #screenshots-wrapper #screenshots section a.addthis_button_google_plusone, #screenshots-wrapper #screenshots section a.addthis_button_pinterest_pinit, #screenshots-wrapper #screenshots section a.addthis_counter {
  float: left;
  margin: 0 30px 5px 0;
}
/* line 1653, ../../../app/stylesheets/screen.scss */
#screenshots-wrapper #screenshots img {
  float: right;
}
/* line 1657, ../../../app/stylesheets/screen.scss */
#screenshots-wrapper #nivoSlider_static {
  float: right;
}
/* line 1660, ../../../app/stylesheets/screen.scss */
#screenshots-wrapper .nivoSlider {
  position: relative;
  width: 625px;
  /* Change this to your images width */
  height: 405px;
  /* Change this to your images height */
  background: url(http://www.twylah.com/images/loading.gif?1352944116) no-repeat 50% 50%;
  float: right;
}
/* line 1667, ../../../app/stylesheets/screen.scss */
#screenshots-wrapper .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
/* line 1673, ../../../app/stylesheets/screen.scss */
#screenshots-wrapper .nivoSlider a {
  border: 0;
  display: block;
}

/* line 1679, ../../../app/stylesheets/screen.scss */
#benefits-wrapper {
  border-bottom: 1px solid #D9D4C2;
  border-top: 1px solid #FFFFFF;
  padding: 40px 0 50px;
}
/* line 1685, ../../../app/stylesheets/screen.scss */
#benefits-wrapper #benefits h3 {
  text-align: center;
  margin-bottom: 30px;
}
/* line 1689, ../../../app/stylesheets/screen.scss */
#benefits-wrapper #benefits .benefits-screenshot {
  float: left;
  margin-right: 31px;
  width: 307px;
}
/* line 1693, ../../../app/stylesheets/screen.scss */
#benefits-wrapper #benefits .benefits-screenshot img {
  width: 300px;
}
/* line 1696, ../../../app/stylesheets/screen.scss */
#benefits-wrapper #benefits .benefits-screenshot h4 {
  margin: 6px 0 4px 6px;
}
/* line 1699, ../../../app/stylesheets/screen.scss */
#benefits-wrapper #benefits .benefits-screenshot p {
  font-size: 15px;
  line-height: 20px;
  margin-left: 6px;
}
/* line 1705, ../../../app/stylesheets/screen.scss */
#benefits-wrapper #benefits .last {
  margin-right: 0px;
}

/* line 1711, ../../../app/stylesheets/screen.scss */
.top-trending-wrapper {
  border-bottom: 1px solid #D9D4C2;
  border-top: 1px solid #FFFFFF;
  padding: 40px 0 50px;
}
/* line 1717, ../../../app/stylesheets/screen.scss */
.top-trending-wrapper .top-trending-pages h3 {
  text-align: center;
  margin-bottom: 30px;
}

/* line 1724, ../../../app/stylesheets/screen.scss */
#quotes-wrapper {
  border-bottom: 1px solid #D9D4C2;
  border-top: 1px solid #FFFFFF;
  padding: 40px 0 50px;
  background: url(http://www.twylah.com/images/homepage_quotes_bg.jpg?1352944116) repeat scroll 0 0 transparent;
}
/* line 1731, ../../../app/stylesheets/screen.scss */
#quotes-wrapper #quotes h3 {
  text-align: center;
  margin-bottom: 30px;
}
/* line 1735, ../../../app/stylesheets/screen.scss */
#quotes-wrapper #quotes .quote-box {
  background: url(http://www.twylah.com/images/homepage_quotes_bg.jpg?1352944116) repeat scroll 0 0 transparent;
  border: 1px solid #F1EEE8;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
  float: left;
  margin-right: 30px;
  margin-bottom: 22px;
  padding: 25px;
  width: 255px;
}
/* line 1744, ../../../app/stylesheets/screen.scss */
#quotes-wrapper #quotes .quote-box img {
  float: left;
  margin-bottom: 80px;
  margin-right: 11px;
  margin-top: 3px;
}
/* line 1750, ../../../app/stylesheets/screen.scss */
#quotes-wrapper #quotes .quote-box p {
  font-size: 13px;
  line-height: 18px;
  margin-left: 4px;
  margin-bottom: 13px;
}
/* line 1756, ../../../app/stylesheets/screen.scss */
#quotes-wrapper #quotes .quote-box .author {
  margin-bottom: 0px;
}
/* line 1759, ../../../app/stylesheets/screen.scss */
#quotes-wrapper #quotes .quote-box .quote-link {
  display: block;
}
/* line 1763, ../../../app/stylesheets/screen.scss */
#quotes-wrapper #quotes .last {
  margin-right: 0px;
}
/* line 1766, ../../../app/stylesheets/screen.scss */
#quotes-wrapper #quotes div.view-all {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  height: 0px;
}

/* line 1776, ../../../app/stylesheets/screen.scss */
#signup-footer-wrapper {
  border-bottom: 1px solid #D9D4C2;
  border-top: 1px solid #FFFFFF;
  padding: 35px 0 30px;
}
/* line 1781, ../../../app/stylesheets/screen.scss */
#signup-footer-wrapper #signup-footer .signup-footer-left {
  float: left;
  margin: 0 41px 0 0;
}
/* line 1784, ../../../app/stylesheets/screen.scss */
#signup-footer-wrapper #signup-footer .signup-footer-left p {
  font-family: "MuseoSans-300", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 35px;
  float: left;
  margin-top: 15px;
}
/* line 1791, ../../../app/stylesheets/screen.scss */
#signup-footer-wrapper #signup-footer .signup-footer-right {
  float: left;
}
/* line 1794, ../../../app/stylesheets/screen.scss */
#signup-footer-wrapper #signup-footer .signup-footer-right .homepage-button-signup .hero-button {
  bottom: -42px;
}
/* line 1796, ../../../app/stylesheets/screen.scss */
#signup-footer-wrapper #signup-footer .signup-footer-right .homepage-button-signup .hero-button form {
  border: 1px solid #C1D7E1;
  border-radius: 4px 4px 4px 4px;
  height: 92px;
  padding: 70px 15px 16px;
  width: 207px;
}

/* end- homepage new stuff */
/*homepage subpage stuff (about, feedback, contact, topic leaders, directory pages etc)
========================================================================================*/
/*new homepage subpages */
/* line 1817, ../../../app/stylesheets/screen.scss */
.homepage-subpage-wrapper {
  margin: 50px 0 50px 0;
  min-height: 600px;
}
/* line 1821, ../../../app/stylesheets/screen.scss */
.homepage-subpage-wrapper h2 {
  font-weight: normal;
  color: #444039;
  border-bottom: none;
}
/* line 1826, ../../../app/stylesheets/screen.scss */
.homepage-subpage-wrapper a {
  color: #10a4e8;
}
/* line 1829, ../../../app/stylesheets/screen.scss */
.homepage-subpage-wrapper a:hover {
  color: #0284c0;
  text-decoration: none;
}
/* line 1833, ../../../app/stylesheets/screen.scss */
.homepage-subpage-wrapper a.join-beta-button:hover {
  color: #FFFFFF;
}
/* line 1836, ../../../app/stylesheets/screen.scss */
.homepage-subpage-wrapper a.xbig-button {
  color: #fff;
}
/* line 1839, ../../../app/stylesheets/screen.scss */
.homepage-subpage-wrapper p {
  margin-bottom: 30px;
}

/* line 1846, ../../../app/stylesheets/screen.scss */
#featured-pages #nav-wrapper {
  background: url(http://www.twylah.com/images/homepage_bg_dark.jpg?1352944116) repeat scroll 0 0 transparent;
  margin-top: -59px;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #d0cbbd;
}
/* line 1853, ../../../app/stylesheets/screen.scss */
#featured-pages #nav-wrapper nav a {
  color: #444039;
  margin-right: 14px;
  font-family: MuseoSans-500, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 6px 10px 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: background 0.2s linear 0s;
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s;
}
/* line 1864, ../../../app/stylesheets/screen.scss */
#featured-pages #nav-wrapper nav a:hover, #featured-pages #nav-wrapper nav a:focus {
  background: #cfc7bd;
  text-shadow: 0 1px 1px #e8e5e1;
}
/* line 1868, ../../../app/stylesheets/screen.scss */
#featured-pages #nav-wrapper nav .last {
  margin-right: 0px;
}
/* line 1871, ../../../app/stylesheets/screen.scss */
#featured-pages #nav-wrapper nav a.active {
  background: #c9c1b6;
  color: #25221d;
  text-shadow: 0 1px 1px #e8e5e1;
}
/* line 1878, ../../../app/stylesheets/screen.scss */
#featured-pages .polaroids-wrapper {
  margin: 40px 0 0 0;
}

/* line 1885, ../../../app/stylesheets/screen.scss */
#reviews h1 {
  margin-bottom: 50px;
}
/* line 1888, ../../../app/stylesheets/screen.scss */
#reviews .testimony {
  padding-bottom: 45px;
  padding-top: 45px;
  border-bottom: 1px solid #D9D4C2;
  border-top: 1px solid #FFFFFF;
}
/* line 1893, ../../../app/stylesheets/screen.scss */
#reviews .testimony img {
  float: left;
  height: 60px;
  margin: 0px 30px 30px 0;
  width: 60px;
  border: 1px solid #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}
/* line 1901, ../../../app/stylesheets/screen.scss */
#reviews .testimony p {
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 10px;
  padding-right: 30px;
}
/* line 1907, ../../../app/stylesheets/screen.scss */
#reviews .testimony span.attribution {
  display: block;
  font-size: 13px;
}
/* line 1911, ../../../app/stylesheets/screen.scss */
#reviews .testimony iframe {
  margin-top: 20px;
  margin-left: 2px;
}
/* line 1916, ../../../app/stylesheets/screen.scss */
#reviews .first {
  border-top: none;
  padding-top: 0px;
}
/* line 1920, ../../../app/stylesheets/screen.scss */
#reviews .last {
  border-bottom: none;
  padding-bottom: 0px;
}

/* line 1926, ../../../app/stylesheets/screen.scss */
#about {
  min-height: 600px;
}
/* line 1928, ../../../app/stylesheets/screen.scss */
#about p {
  margin-bottom: 25px;
}
/* line 1931, ../../../app/stylesheets/screen.scss */
#about aside.partners {
  border-top: 1px solid #D9D4C2;
  margin: 55px 0 0;
  padding: 15px 0 0;
}
/* line 1935, ../../../app/stylesheets/screen.scss */
#about aside.partners div.partner-logos {
  margin: 20px 0 0 0;
}
/* line 1937, ../../../app/stylesheets/screen.scss */
#about aside.partners div.partner-logos a {
  display: inline-block;
  margin: 0 30px 0 0;
}

/* line 1947, ../../../app/stylesheets/screen.scss */
#jobs h3 {
  font-size: 35px;
  margin: 0 0 30px 0;
}
/* line 1951, ../../../app/stylesheets/screen.scss */
#jobs h4 {
  font-size: 21px;
  margin: 40px 0 15px 0;
}
/* line 1955, ../../../app/stylesheets/screen.scss */
#jobs ul {
  font-size: 19px;
}
/* line 1958, ../../../app/stylesheets/screen.scss */
#jobs strong {
  font-family: MuseoSans-700, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
/* line 1962, ../../../app/stylesheets/screen.scss */
#jobs em {
  font-family: MuseoSans-700, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-style: normal;
}

/* line 1968, ../../../app/stylesheets/screen.scss */
#faq {
  position: relative;
}
/* line 1970, ../../../app/stylesheets/screen.scss */
#faq h2 {
  font-family: MuseoSans-700, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 35px;
  padding-bottom: 0px;
  letter-spacing: -0.3px;
  line-height: normal;
}
/* line 1977, ../../../app/stylesheets/screen.scss */
#faq h3 {
  cursor: pointer;
  font-family: MuseoSans-500, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 25px;
  width: -moz-fit-content;
}
/* line 1984, ../../../app/stylesheets/screen.scss */
#faq h3 a {
  color: #444039;
}
/* line 1987, ../../../app/stylesheets/screen.scss */
#faq h3 a:hover {
  color: #0284c0;
  text-decoration: underline;
}
/* line 1991, ../../../app/stylesheets/screen.scss */
#faq h3 a:focus {
  color: #444039;
  text-decoration: underline;
}
/* line 1996, ../../../app/stylesheets/screen.scss */
#faq h3.active {
  font-family: MuseoSans-700, "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* line 1998, ../../../app/stylesheets/screen.scss */
#faq h3.active a {
  color: #444039;
}
/* line 2001, ../../../app/stylesheets/screen.scss */
#faq h3.active a:hover {
  color: #0284c0;
}
/* line 2004, ../../../app/stylesheets/screen.scss */
#faq h3.active a:focus {
  color: #444039;
}
/* line 2008, ../../../app/stylesheets/screen.scss */
#faq div {
  position: relative;
  height: 0;
  overflow: hidden;
  margin-bottom: 35px;
  border-bottom: 1px solid #D9D4C2;
  max-width: 800px;
  padding-bottom: 15px;
  padding-right: 60px;
}
/* line 2018, ../../../app/stylesheets/screen.scss */
#faq p {
  padding: 0;
  margin-bottom: 12px;
  font-size: 17px;
  max-width: 750px;
  line-height: 24px;
  margin-left: 17px;
}
/* line 2026, ../../../app/stylesheets/screen.scss */
#faq ul {
  margin: 0;
  margin-left: 15px;
  width: 750px;
}
/* line 2030, ../../../app/stylesheets/screen.scss */
#faq ul li {
  line-height: 24px;
  margin-bottom: 20px;
  font-size: 17px;
}
/* line 2036, ../../../app/stylesheets/screen.scss */
#faq ul.numbers {
  list-style-type: decimal;
}
/* line 2040, ../../../app/stylesheets/screen.scss */
#faq li img {
  margin: 10px 0 0 0;
}
/* line 2044, ../../../app/stylesheets/screen.scss */
#faq section {
  border-bottom: 1px solid #D9D4C2;
  margin-bottom: 35px;
  padding-bottom: 35px;
  max-width: 900px;
}
/* line 2050, ../../../app/stylesheets/screen.scss */
#faq section.code-box {
  border: 1px solid black;
  background-color: #EEEEFF;
  font-size: 13px;
  height: 88px;
  line-height: 18px;
  overflow: auto;
  padding: 20px;
  margin: 20px 0;
  width: 100%;
}
/* line 2061, ../../../app/stylesheets/screen.scss */
#faq .last {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
/* line 2066, ../../../app/stylesheets/screen.scss */
#faq em {
  font-family: MuseoSans-700, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-style: normal;
}

/* line 2073, ../../../app/stylesheets/screen.scss */
#domain-info section, #custom-design-info section, #trending-widget-info section, #seo-info section, #brand-message-info section, #power-tweet-info section {
  display: inline-block;
}
/* line 2075, ../../../app/stylesheets/screen.scss */
#domain-info section h2, #domain-info section header, #custom-design-info section h2, #custom-design-info section header, #trending-widget-info section h2, #trending-widget-info section header, #seo-info section h2, #seo-info section header, #brand-message-info section h2, #brand-message-info section header, #power-tweet-info section h2, #power-tweet-info section header {
  font-family: MuseoSans-700, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 27px;
  padding-bottom: 0px;
  letter-spacing: -0.3px;
  margin: 0 0 10px 0;
  line-height: normal;
}
/* line 2083, ../../../app/stylesheets/screen.scss */
#domain-info section p, #custom-design-info section p, #trending-widget-info section p, #seo-info section p, #brand-message-info section p, #power-tweet-info section p {
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 22px;
}
/* line 2088, ../../../app/stylesheets/screen.scss */
#domain-info section p.bullets, #custom-design-info section p.bullets, #trending-widget-info section p.bullets, #seo-info section p.bullets, #brand-message-info section p.bullets, #power-tweet-info section p.bullets {
  line-height: 27px;
  margin-bottom: 20px;
}
/* line 2092, ../../../app/stylesheets/screen.scss */
#domain-info section p.small-text, #custom-design-info section p.small-text, #trending-widget-info section p.small-text, #seo-info section p.small-text, #brand-message-info section p.small-text, #power-tweet-info section p.small-text {
  font-size: 15px;
  font-style: italic;
  line-height: normal;
  margin: 80px 0 0 0;
}
/* line 2098, ../../../app/stylesheets/screen.scss */
#domain-info section strong, #custom-design-info section strong, #trending-widget-info section strong, #seo-info section strong, #brand-message-info section strong, #power-tweet-info section strong {
  font-family: MuseoSans-700, "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* line 2101, ../../../app/stylesheets/screen.scss */
#domain-info section div.homepage-button-signup, #custom-design-info section div.homepage-button-signup, #trending-widget-info section div.homepage-button-signup, #seo-info section div.homepage-button-signup, #brand-message-info section div.homepage-button-signup, #power-tweet-info section div.homepage-button-signup {
  bottom: 88px;
}
/* line 2104, ../../../app/stylesheets/screen.scss */
#domain-info section img, #custom-design-info section img, #trending-widget-info section img, #seo-info section img, #brand-message-info section img, #power-tweet-info section img {
  float: right;
}
/* line 2108, ../../../app/stylesheets/screen.scss */
#domain-info section div.three-columns div.column, #custom-design-info section div.three-columns div.column, #trending-widget-info section div.three-columns div.column, #seo-info section div.three-columns div.column, #brand-message-info section div.three-columns div.column, #power-tweet-info section div.three-columns div.column {
  float: left;
  margin: 0 42px 0 0;
  width: 300px;
}
/* line 2112, ../../../app/stylesheets/screen.scss */
#domain-info section div.three-columns div.column p, #custom-design-info section div.three-columns div.column p, #trending-widget-info section div.three-columns div.column p, #seo-info section div.three-columns div.column p, #brand-message-info section div.three-columns div.column p, #power-tweet-info section div.three-columns div.column p {
  float: left;
  font-size: 15px;
  line-height: 19px;
  margin: 8px 0 20px 3px;
}
/* line 2118, ../../../app/stylesheets/screen.scss */
#domain-info section div.three-columns div.column strong, #custom-design-info section div.three-columns div.column strong, #trending-widget-info section div.three-columns div.column strong, #seo-info section div.three-columns div.column strong, #brand-message-info section div.three-columns div.column strong, #power-tweet-info section div.three-columns div.column strong {
  font-family: MuseoSans-700, "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #000;
}
/* line 2123, ../../../app/stylesheets/screen.scss */
#domain-info section div.three-columns div.column.last, #custom-design-info section div.three-columns div.column.last, #trending-widget-info section div.three-columns div.column.last, #seo-info section div.three-columns div.column.last, #brand-message-info section div.three-columns div.column.last, #power-tweet-info section div.three-columns div.column.last {
  margin-right: 0px;
}
/* line 2127, ../../../app/stylesheets/screen.scss */
#domain-info section .column.span-5, #custom-design-info section .column.span-5, #trending-widget-info section .column.span-5, #seo-info section .column.span-5, #brand-message-info section .column.span-5, #power-tweet-info section .column.span-5 {
  margin: 0 14px 0 0;
  padding: 0;
  width: 235px;
}
/* line 2132, ../../../app/stylesheets/screen.scss */
#domain-info section .column.span-5.last, #custom-design-info section .column.span-5.last, #trending-widget-info section .column.span-5.last, #seo-info section .column.span-5.last, #brand-message-info section .column.span-5.last, #power-tweet-info section .column.span-5.last {
  margin: 0 0 0 0;
}
/* line 2135, ../../../app/stylesheets/screen.scss */
#domain-info section .span-14.append-1, #custom-design-info section .span-14.append-1, #trending-widget-info section .span-14.append-1, #seo-info section .span-14.append-1, #brand-message-info section .span-14.append-1, #power-tweet-info section .span-14.append-1 {
  margin: 0;
}
/* line 2139, ../../../app/stylesheets/screen.scss */
#domain-info div.border, #custom-design-info div.border, #trending-widget-info div.border, #seo-info div.border, #brand-message-info div.border, #power-tweet-info div.border {
  border-top: 1px solid #D9D4C2;
  margin: 50px 0;
}

/* line 2147, ../../../app/stylesheets/screen.scss */
#custom-design-info section p.small-text {
  margin: 30px 0 0 0;
}

/* line 2156, ../../../app/stylesheets/screen.scss */
#power-tweet-info div.power-tweet-media-providers div.column div.column-label {
  color: #888;
  font-family: MuseoSans-500Italic, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: italic;
  margin: 0 0 3px 3px;
}
/* line 2163, ../../../app/stylesheets/screen.scss */
#power-tweet-info div.power-tweet-media-providers div.column ul {
  margin: 0;
  padding: 0;
}
/* line 2166, ../../../app/stylesheets/screen.scss */
#power-tweet-info div.power-tweet-media-providers div.column ul li.media-provider {
  background: #f6f2ed;
  display: inline-block;
  height: 48px;
  margin: 0 0 20px 0;
  width: 233px;
}
/* line 2172, ../../../app/stylesheets/screen.scss */
#power-tweet-info div.power-tweet-media-providers div.column ul li.media-provider a {
  display: inline-block;
  height: 19px;
  padding: 15px 14px;
  width: 206px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-transition: box-shadow 0.12s linear 0s;
  -webkit-transition: box-shadow  0.12s linear 0s;
  transition: box-shadow  0.12s linear 0s;
}
/* line 2182, ../../../app/stylesheets/screen.scss */
#power-tweet-info div.power-tweet-media-providers div.column ul li.media-provider a img {
  margin: 2px 8px 0 0;
  width: 16px;
  height: 16px;
}
/* line 2187, ../../../app/stylesheets/screen.scss */
#power-tweet-info div.power-tweet-media-providers div.column ul li.media-provider a span.media-type-name {
  color: #444039;
  font-size: 16px;
}
/* line 2192, ../../../app/stylesheets/screen.scss */
#power-tweet-info div.power-tweet-media-providers div.column ul li.media-provider a:hover, #power-tweet-info div.power-tweet-media-providers div.column ul li.media-provider a:focus {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

/* line 2202, ../../../app/stylesheets/screen.scss */
#topic-leaders header, #directory header {
  font-size: 22px;
  margin: 0 0 20px 0;
}
/* line 2206, ../../../app/stylesheets/screen.scss */
#topic-leaders .leaderboard_wrapper, #directory .leaderboard_wrapper {
  height: auto;
  margin-bottom: 30px;
  margin-top: 0;
  width: 600px;
}
/* line 2211, ../../../app/stylesheets/screen.scss */
#topic-leaders .leaderboard_wrapper h2, #directory .leaderboard_wrapper h2 {
  font-size: 22px;
  text-transform: capitalize;
}
/* line 2215, ../../../app/stylesheets/screen.scss */
#topic-leaders .leaderboard_wrapper ul, #directory .leaderboard_wrapper ul {
  float: none;
  list-style: none outside none;
  margin: 0px;
  padding: 0px;
}
/* line 2221, ../../../app/stylesheets/screen.scss */
#topic-leaders .leaderboard_wrapper li, #directory .leaderboard_wrapper li {
  display: inline-block;
  height: 40px;
  margin-bottom: 15px;
  margin-top: 0px;
  height: 50px;
}
/* line 2228, ../../../app/stylesheets/screen.scss */
#topic-leaders .leaderboard_wrapper img, #directory .leaderboard_wrapper img {
  float: left;
  padding: 0px;
  width: 40px;
  height: 40px;
  margin: 4px 12px 0 0;
}
/* line 2235, ../../../app/stylesheets/screen.scss */
#topic-leaders .leaderboard_wrapper p, #directory .leaderboard_wrapper p {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  line-height: normal;
}
/* line 2241, ../../../app/stylesheets/screen.scss */
#topic-leaders .leaderboard_wrapper a, #directory .leaderboard_wrapper a {
  font-weight: bold;
  font-size: 13px;
}
/* line 2245, ../../../app/stylesheets/screen.scss */
#topic-leaders .leaderboard_wrapper .nameandbio_wrapper, #directory .leaderboard_wrapper .nameandbio_wrapper {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 500px;
}
/* line 2251, ../../../app/stylesheets/screen.scss */
#topic-leaders .leaderboard_wrapper .name, #directory .leaderboard_wrapper .name {
  margin: 0px;
  padding: 0px;
}
/* line 2255, ../../../app/stylesheets/screen.scss */
#topic-leaders .leaderboard_wrapper .morelink, #directory .leaderboard_wrapper .morelink {
  font-size: 12px;
}
/* line 2259, ../../../app/stylesheets/screen.scss */
#topic-leaders #nav-wrapper, #directory #nav-wrapper {
  background: url(http://www.twylah.com/images/homepage_bg_dark.jpg?1352944116) repeat scroll 0 0 transparent;
  margin: -59px 0 40px;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #d0cbbd;
}
/* line 2265, ../../../app/stylesheets/screen.scss */
#topic-leaders #nav-wrapper nav a, #directory #nav-wrapper nav a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #444039;
  font-family: MuseoSans-500, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 0 5px 0 0;
  padding: 6px 10px 4px;
  -moz-transition: background 0.2s linear 0s;
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s;
}
/* line 2276, ../../../app/stylesheets/screen.scss */
#topic-leaders #nav-wrapper nav a:hover, #topic-leaders #nav-wrapper nav a:focus, #directory #nav-wrapper nav a:hover, #directory #nav-wrapper nav a:focus {
  background: #cfc7bd;
  text-shadow: 0 1px 1px #e8e5e1;
}
/* line 2280, ../../../app/stylesheets/screen.scss */
#topic-leaders #nav-wrapper nav .last, #directory #nav-wrapper nav .last {
  margin-right: 0px;
}
/* line 2283, ../../../app/stylesheets/screen.scss */
#topic-leaders #nav-wrapper nav a.active, #directory #nav-wrapper nav a.active {
  background: #c9c1b6;
  color: #25221d;
  text-shadow: 0 1px 1px #e8e5e1;
}

/* line 2293, ../../../app/stylesheets/screen.scss */
#directory .leaderboard_wrapper {
  margin-bottom: 5px;
  width: 900px;
}
/* line 2296, ../../../app/stylesheets/screen.scss */
#directory .leaderboard_wrapper .nameandbio_wrapper {
  width: 800px;
}
/* line 2300, ../../../app/stylesheets/screen.scss */
#directory #trending-topics a {
  font-size: 12px;
  font-weight: normal;
}

/* line 2307, ../../../app/stylesheets/screen.scss */
#page-500 #homepage-header-wrapper #homepage-header .hero-message h1 {
  width: 900px;
}

/*static message stuff (user not yet signed up, 404, 500 etc)
========================================================================================*/
/* line 2316, ../../../app/stylesheets/screen.scss */
.static_message {
  margin-top: 84px;
  margin-bottom: 65px;
  text-align: center;
}
/* line 2320, ../../../app/stylesheets/screen.scss */
.static_message h1 {
  color: #222;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: bold;
}
/* line 2326, ../../../app/stylesheets/screen.scss */
.static_message h2 {
  color: #888;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: normal;
  border-bottom: none;
}
/* line 2333, ../../../app/stylesheets/screen.scss */
.static_message a {
  font-size: 17px;
}
/* line 2336, ../../../app/stylesheets/screen.scss */
.static_message section {
  background: none repeat scroll 0 0 #F3F3F3;
  margin: 84px 4px -88px;
  padding-bottom: 12px;
  padding-top: 25px;
  border-top: 1px solid #dfdfdf;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
/* line 2345, ../../../app/stylesheets/screen.scss */
.static_message section header {
  color: #858585;
  text-shadow: 0 1px #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 25px;
}
/* line 2351, ../../../app/stylesheets/screen.scss */
.static_message section a {
  font-size: 10px;
}

/* line 2357, ../../../app/stylesheets/screen.scss */
#sign-in-page {
  padding: 75px 100px 165px;
}
/* line 2359, ../../../app/stylesheets/screen.scss */
#sign-in-page p {
  color: #000000;
  float: left;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 0;
}
/* line 2366, ../../../app/stylesheets/screen.scss */
#sign-in-page .xbig-button {
  float: right;
  margin-right: 8px;
  margin-top: 28px;
}

/* end-static message stuff  */
/* global footer
===============================================================================*/
/* line 2379, ../../../app/stylesheets/screen.scss */
#footer-wrapper {
  margin-top: 20px;
  font-size: 12px;
  color: #818181;
}
/* line 2385, ../../../app/stylesheets/screen.scss */
#footer-wrapper #footer {
  width: 100%;
  margin: 0px;
  margin-bottom: 12px;
}
/* line 2389, ../../../app/stylesheets/screen.scss */
#footer-wrapper #footer a {
  text-transform: uppercase;
  margin-right: 35px;
}
/* line 2393, ../../../app/stylesheets/screen.scss */
#footer-wrapper #footer .last {
  margin-right: 0px;
}
/* line 2397, ../../../app/stylesheets/screen.scss */
#footer-wrapper #directory-footer {
  float: left;
  margin: 0px;
  width: 100%;
}
/* line 2401, ../../../app/stylesheets/screen.scss */
#footer-wrapper #directory-footer header {
  display: inline;
}
/* line 2404, ../../../app/stylesheets/screen.scss */
#footer-wrapper #directory-footer a {
  margin-left: 5px;
  text-transform: uppercase;
}

/* line 2411, ../../../app/stylesheets/screen.scss */
#homepage-footer-wrapper {
  background: url(../images/homepage_header_bg_1352944116.jpg) repeat #111111;
  background: url(../images/footer_bg_1352944116.png) repeat-x center top, url(../images/homepage_header_bg_1352944116.jpg) repeat;
  background-color: #111;
  padding: 28px 0px 35px 0px;
  font-family: MuseoSans-500, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  color: #818181;
  text-shadow: 0px 2px 1px #000;
  border-top: #333;
}
/* line 2423, ../../../app/stylesheets/screen.scss */
#homepage-footer-wrapper a {
  color: #818181;
  text-shadow: 0px 2px 1px #000;
}
/* line 2427, ../../../app/stylesheets/screen.scss */
#homepage-footer-wrapper a:hover {
  color: #10a4e8;
  text-decoration: none;
}
/* line 2432, ../../../app/stylesheets/screen.scss */
#homepage-footer-wrapper #footer {
  width: 100%;
  margin: 0px;
  margin-bottom: 18px;
}
/* line 2436, ../../../app/stylesheets/screen.scss */
#homepage-footer-wrapper #footer a {
  text-transform: uppercase;
  margin-right: 35px;
}
/* line 2440, ../../../app/stylesheets/screen.scss */
#homepage-footer-wrapper #footer .last {
  margin-right: 0px;
}
/* line 2444, ../../../app/stylesheets/screen.scss */
#homepage-footer-wrapper #directory-footer {
  float: left;
  margin: 0px;
  width: 100%;
}
/* line 2448, ../../../app/stylesheets/screen.scss */
#homepage-footer-wrapper #directory-footer header {
  display: inline;
}
/* line 2451, ../../../app/stylesheets/screen.scss */
#homepage-footer-wrapper #directory-footer a {
  margin-left: 5px;
  text-transform: uppercase;
}

/* line 2458, ../../../app/stylesheets/screen.scss */
.static_footer a {
  float: left;
  margin-right: 20px;
  font-style: italic;
  font-weight: bold;
  font-family: georgia, serif;
  color: #10A4E8;
  text-decoration: none;
}

/* line 2468, ../../../app/stylesheets/screen.scss */
.static_footer a:hover {
  text-decoration: underline;
}

/*end footer*/
/*brand pages
========================================================================================*/
/* line 2478, ../../../app/stylesheets/screen.scss */
#brand-pages {
  text-align: center;
}
/* line 2480, ../../../app/stylesheets/screen.scss */
#brand-pages h1 {
  font-size: 33px;
  font-family: Century Gothic, "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-weight: bold;
  padding-bottom: 0;
  margin: 0px 0px 15px 0px;
}
/* line 2487, ../../../app/stylesheets/screen.scss */
#brand-pages h2 {
  border-bottom: medium none;
  font-size: 17px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
/* line 2493, ../../../app/stylesheets/screen.scss */
#brand-pages p {
  line-height: 22px;
  font-size: 17px;
  font-family: Century Gothic, "Helvetica Neue",Arial,Helvetica,sans-serif;
  padding-bottom: 0;
  margin: 39px 0 60px;
}
/* line 2500, ../../../app/stylesheets/screen.scss */
#brand-pages img:hover {
  opacity: .95;
}
/* line 2503, ../../../app/stylesheets/screen.scss */
#brand-pages #brand-pages-button-text {
  font-size: 19px;
}
/* line 2506, ../../../app/stylesheets/screen.scss */
#brand-pages #celebrity-brand-container1 {
  left: -4px;
  position: relative;
  top: -13px;
  z-index: 0;
}
/* line 2512, ../../../app/stylesheets/screen.scss */
#brand-pages #celebrity-brand-container2 {
  left: -186px;
  margin-top: 0;
  position: relative;
  top: -256px;
  z-index: 1;
}
/* line 2519, ../../../app/stylesheets/screen.scss */
#brand-pages #celebrity-brand-container3 {
  left: 180px;
  position: relative;
  top: -542px;
  z-index: 1;
}
/* line 2525, ../../../app/stylesheets/screen.scss */
#brand-pages #callout-arrow1 {
  background: url(http://www.twylah.com/images/callout-arrow1.png?1352944116) no-repeat scroll 0 0 transparent;
  height: 63px;
  left: 12%;
  position: absolute;
  top: 37%;
  width: 78px;
  z-index: 2;
}
/* line 2534, ../../../app/stylesheets/screen.scss */
#brand-pages #callout-arrow2 {
  background: url(http://www.twylah.com/images/callout-arrow2.png?1352944116) no-repeat scroll 0 0 transparent;
  height: 53px;
  left: 76%;
  position: absolute;
  top: 11%;
  width: 76px;
  z-index: 2;
}
/* line 2543, ../../../app/stylesheets/screen.scss */
#brand-pages #callout-arrow3 {
  background: url(http://www.twylah.com/images/callout-arrow3.png?1352944116) no-repeat scroll 0 0 transparent;
  height: 61px;
  left: 74%;
  position: absolute;
  top: 42%;
  width: 106px;
  z-index: 2;
}
/* line 2552, ../../../app/stylesheets/screen.scss */
#brand-pages #callout-arrow4 {
  background: url(http://www.twylah.com/images/callout-arrow4.png?1352944116) no-repeat scroll 0 0 transparent;
  height: 43px;
  left: 34%;
  position: absolute;
  top: 94%;
  width: 68px;
  z-index: 2;
}
/* line 2561, ../../../app/stylesheets/screen.scss */
#brand-pages #callout-arrow5 {
  background: url(http://www.twylah.com/images/callout-arrow5.png?1352944116) no-repeat scroll 0 0 transparent;
  height: 51px;
  left: 66%;
  position: absolute;
  top: 68%;
  width: 101px;
  z-index: 2;
}
/* line 2570, ../../../app/stylesheets/screen.scss */
#brand-pages div.callout-text {
  color: #333333;
  font-family: Century Gothic,"Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 13px;
  line-height: 16.5px;
  text-align: left;
}
/* line 2577, ../../../app/stylesheets/screen.scss */
#brand-pages #callout-text1 {
  left: 4%;
  position: absolute;
  top: 23%;
  width: 119px;
  z-index: 2;
}
/* line 2584, ../../../app/stylesheets/screen.scss */
#brand-pages #callout-text2 {
  left: 84%;
  position: absolute;
  top: 18%;
  width: 119px;
  z-index: 2;
}
/* line 2591, ../../../app/stylesheets/screen.scss */
#brand-pages #callout-text3 {
  left: 85%;
  position: absolute;
  top: 45%;
  width: 119px;
  z-index: 2;
}
/* line 2598, ../../../app/stylesheets/screen.scss */
#brand-pages #callout-text4 {
  left: 42%;
  position: absolute;
  top: 101%;
  width: 204px;
  z-index: 2;
}
/* line 2605, ../../../app/stylesheets/screen.scss */
#brand-pages #callout-text5 {
  left: 73%;
  position: absolute;
  top: 33%;
  width: 80px;
  z-index: 2;
}

/*row - one
===============================*/
/* line 2619, ../../../app/stylesheets/screen.scss */
.logo {
  display: block;
  float: left;
  margin-right: 30px;
}

/* line 2625, ../../../app/stylesheets/screen.scss */
.logo {
  display: block;
  float: left;
  margin-right: 18px;
}

/* line 2630, ../../../app/stylesheets/screen.scss */
.logo img {
  margin-top: 10px;
}

/* line 2634, ../../../app/stylesheets/screen.scss */
.twylah_header {
  height: 40px;
  background-color: #000;
}

/* line 2639, ../../../app/stylesheets/screen.scss */
.join_login {
  float: right;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-style: normal;
  position: relative;
}

/* line 2646, ../../../app/stylesheets/screen.scss */
#powertweet-info-icon {
  background: url(http://www.twylah.com/images/info_icon_dark.png?1352944116) no-repeat scroll 0 0 transparent;
  width: 15px;
  height: 15px;
  float: left;
  border-right: 1px solid #444444;
  margin-right: 29px;
  margin-top: 3px;
  padding-right: 26px;
}
/* line 2655, ../../../app/stylesheets/screen.scss */
#powertweet-info-icon .powertweet-popup {
  left: -116px;
  top: 20px;
  width: 236px;
}

/* user navigation
===============================*/
/* line 2665, ../../../app/stylesheets/screen.scss */
#user-nav {
  /*a.highlighted-action {*/
  /*height: 17px;*/
  /*margin-right: 15px;*/
  /*padding-right: 15px;*/
  /*}*/
  /*a.power-tweet-icon {*/
  /*background-image: url(http://www.twylah.com/images/power-tweet.png?1352944116);*/
  /*background-position: left center;*/
  /*background-repeat: no-repeat;*/
  /*}*/
}
/* line 2666, ../../../app/stylesheets/screen.scss */
#user-nav a {
  border-right: 1px solid #272727;
  color: #777777;
  float: left;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: -0.25px;
  padding: 10px 18px;
}
/* line 2675, ../../../app/stylesheets/screen.scss */
#user-nav a:hover {
  background-color: #000;
  background-image: -moz-linear-gradient(90deg, #242424, black 60px);
  background-image: -webkit-linear-gradient(90deg, #242424, black 60px);
  background-image: linear-gradient(90deg, #242424, #000000 60px);
  text-decoration: none;
  color: #c2c2c2;
}
/* line 2683, ../../../app/stylesheets/screen.scss */
#user-nav a:focus {
  text-decoration: none;
}
/* line 2686, ../../../app/stylesheets/screen.scss */
#user-nav a.get-twylah-page {
  border-left: 1px solid #272727;
}
/* line 2699, ../../../app/stylesheets/screen.scss */
#user-nav div.power-tweet-wrapper {
  float: left;
}
/* line 2701, ../../../app/stylesheets/screen.scss */
#user-nav div.power-tweet-wrapper:hover {
  background-color: #000;
  background-image: -moz-linear-gradient(90deg, #242424, black 60px);
  background-image: -webkit-linear-gradient(90deg, #242424, black 60px);
  background-image: linear-gradient(90deg, #242424, #000000 60px);
}
/* line 2707, ../../../app/stylesheets/screen.scss */
#user-nav div.power-tweet-wrapper a.power-tweet-link {
  padding: 10px 18px 10px 0px;
}
/* line 2710, ../../../app/stylesheets/screen.scss */
#user-nav div.power-tweet-wrapper a.power-tweet-icon {
  border-left: 1px solid #272727;
  border-right: medium none;
  padding: 11px 6px 9px 18px;
}
/* line 2716, ../../../app/stylesheets/screen.scss */
#user-nav div.user-links {
  float: left;
  padding: 0;
  position: relative;
}
/* line 2720, ../../../app/stylesheets/screen.scss */
#user-nav div.user-links:hover {
  background-color: #000;
  background-image: -moz-linear-gradient(90deg, #242424, black 60px);
  background-image: -webkit-linear-gradient(90deg, #242424, black 60px);
  background-image: linear-gradient(90deg, #242424, #000000 60px);
}
/* line 2726, ../../../app/stylesheets/screen.scss */
#user-nav div.user-links a {
  border-right: none;
  float: left;
  padding: 10px 5px 10px 6px;
}
/* line 2731, ../../../app/stylesheets/screen.scss */
#user-nav div.user-links a:hover, #user-nav div.user-links a:focus {
  text-decoration: none;
}
/* line 2734, ../../../app/stylesheets/screen.scss */
#user-nav div.user-links a.avatar {
  padding: 11px 0 6px 18px;
}
/* line 2736, ../../../app/stylesheets/screen.scss */
#user-nav div.user-links a.avatar img {
  height: 18px;
  width: 18px;
}
/* line 2742, ../../../app/stylesheets/screen.scss */
#user-nav div.user-dropdown {
  float: left;
  padding: 10px 5px 12px 8px;
  cursor: pointer;
}
/* line 2746, ../../../app/stylesheets/screen.scss */
#user-nav div.user-dropdown img {
  width: 10px;
  height: 5px;
}
/* line 2750, ../../../app/stylesheets/screen.scss */
#user-nav div.user-dropdown ul {
  display: none;
  position: absolute;
  float: left;
  top: 40px;
  right: -18px;
  background-color: #000;
  list-style: none;
  padding: 0;
  z-index: 10;
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
}
/* line 2762, ../../../app/stylesheets/screen.scss */
#user-nav div.user-dropdown ul li {
  text-align: left;
  font-size: 13px;
  float: left;
}
/* line 2766, ../../../app/stylesheets/screen.scss */
#user-nav div.user-dropdown ul li a {
  padding: 4px 20px 10px;
  border: none;
}
/* line 2769, ../../../app/stylesheets/screen.scss */
#user-nav div.user-dropdown ul li a:hover {
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
}
/* line 2774, ../../../app/stylesheets/screen.scss */
#user-nav div.user-dropdown ul li:last-child {
  border-bottom: none;
}
/* line 2779, ../../../app/stylesheets/screen.scss */
#user-nav div.user-dropdown:hover ul {
  display: block;
}

/* line 2784, ../../../app/stylesheets/screen.scss */
.login_span {
  color: #cccccc;
  margin-top: 5px;
}
/* line 2787, ../../../app/stylesheets/screen.scss */
.login_span a, .login_span span, .login_span img {
  vertical-align: middle;
}
/* line 2790, ../../../app/stylesheets/screen.scss */
.login_span img {
  width: 17px;
  height: 17px;
  margin-top: 1px;
  margin-right: 6px;
}
/* line 2796, ../../../app/stylesheets/screen.scss */
.login_span a:hover {
  color: #65CFFF;
}
/* line 2799, ../../../app/stylesheets/screen.scss */
.login_span .twylah_header a {
  color: #FFF;
}
/* line 2802, ../../../app/stylesheets/screen.scss */
.login_span .join_login {
  float: right;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-style: normal;
  position: relative;
}
/* line 2807, ../../../app/stylesheets/screen.scss */
.login_span .join_login a {
  color: #65CFFF;
}

/*end row - one*/
/*row - two
===============================*/
/* line 2819, ../../../app/stylesheets/screen.scss */
.user_header {
  background-color: #1376B5;
  border-bottom: 1px solid #04629E;
  border-top: 0px solid #004673;
  min-height: 92px;
}
/* line 2824, ../../../app/stylesheets/screen.scss */
.user_header div.share-buttons {
  float: right;
  width: 275px;
  margin: 11px 0 0;
}
/* line 2828, ../../../app/stylesheets/screen.scss */
.user_header div.share-buttons a.addthis_button_twitter_follow_native {
  float: left;
  margin: 0 0 7px;
  width: 245px;
}
/* line 2833, ../../../app/stylesheets/screen.scss */
.user_header div.share-buttons a.addthis_button_twitter, .user_header div.share-buttons a.addthis_button_facebook, .user_header div.share-buttons a.addthis_button_google_plusone_share, .user_header div.share-buttons a.addthis_button_buffer, .user_header div.share-buttons a.addthis_button_compact, .user_header div.share-buttons a.addthis_counter {
  float: left;
  padding: 0 5px 0 0;
}

/* line 2840, ../../../app/stylesheets/screen.scss */
.user_info {
  display: block;
  float: left;
  margin: 11px 0 0;
  width: 565px;
}

/* line 2847, ../../../app/stylesheets/screen.scss */
.user_info .avatar {
  float: left;
  width: 70px;
  height: 70px;
}

/* line 2854, ../../../app/stylesheets/screen.scss */
.user_info h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 35px;
  font-weight: bold;
  margin: -2px 0 5px 85px;
  line-height: 28px;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.23);
}
/* line 2861, ../../../app/stylesheets/screen.scss */
.user_info h1 a {
  color: #FFF;
}
/* line 2864, ../../../app/stylesheets/screen.scss */
.user_info h1 a:hover {
  color: #10A4E8;
  text-decoration: none;
  text-shadow: none;
}
/* line 2869, ../../../app/stylesheets/screen.scss */
.user_info h1 a:focus {
  color: #10A4E8;
  text-decoration: none;
  text-shadow: none;
}

/* line 2876, ../../../app/stylesheets/screen.scss */
.user_bio {
  color: #A9D0E5;
  font-family: georgia, serif;
  font-size: 12px;
  font-style: italic;
  line-height: 14px;
  margin: 0 0 5px 85px;
}
/* line 2883, ../../../app/stylesheets/screen.scss */
.user_bio span.location_and_website {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
}

/*end row - two*/
/*row - three
===============================*/
/* line 2895, ../../../app/stylesheets/screen.scss */
.tag_nav {
  height: 43px;
  background-color: #64A4CD;
  border-bottom: 1px solid #5294BF;
  border-top: 1px solid #90C2E1;
  overflow: hidden;
  color: #1376B5;
}

/* line 2903, ../../../app/stylesheets/screen.scss */
.tag_nav a {
  color: #fff;
  text-shadow: 0 0px 1px rgba(0, 0, 0, 0.38);
  text-decoration: none;
}

/* line 2909, ../../../app/stylesheets/screen.scss */
.tag_nav a:focus {
  color: #fff;
  text-decoration: none;
  text-shadow: none;
}

/* line 2915, ../../../app/stylesheets/screen.scss */
.tag_nav a:hover {
  color: #1376B5;
  text-decoration: none;
  text-shadow: none;
}

/* line 2921, ../../../app/stylesheets/screen.scss */
.tag_nav ul {
  list-style-type: none;
  -webkit-padding-start: 0px;
  margin: 0px;
  padding: 0px;
}

/* line 2928, ../../../app/stylesheets/screen.scss */
.tag_nav ul li {
  float: left;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 2934, ../../../app/stylesheets/screen.scss */
.tag_nav ul li.last {
  padding-right: 0px;
}

/*the following selector will have to be styled inline with javascript eventually*/
/* line 2939, ../../../app/stylesheets/screen.scss */
.tag_nav ul li {
  margin-top: 10px;
  padding-right: 45px;
  font-size: 1.29em;
}

/*			end js selector requirements*/
/* line 2946, ../../../app/stylesheets/screen.scss */
#tabslide {
  background: none repeat scroll 0 0 #EEEEEE;
  height: 43px;
  background-color: #64A4CD;
  border-bottom: 1px solid #5294BF;
  border-top: 1px solid #90C2E1;
  overflow: hidden;
  color: #1376B5;
}
/* line 2954, ../../../app/stylesheets/screen.scss */
#tabslide a {
  color: #fff;
  text-shadow: 0 0px 1px rgba(0, 0, 0, 0.38);
  text-decoration: none;
}
/* line 2959, ../../../app/stylesheets/screen.scss */
#tabslide a:focus {
  color: #1376B5;
  text-decoration: none;
  text-shadow: none;
}
/* line 2964, ../../../app/stylesheets/screen.scss */
#tabslide a:hover {
  color: #1376B5;
  text-decoration: none;
  text-shadow: none;
}
/* line 2969, ../../../app/stylesheets/screen.scss */
#tabslide ul {
  list-style-type: none;
  -webkit-padding-start: 0px;
  padding: 0px;
  margin: 0px;
}
/* line 2975, ../../../app/stylesheets/screen.scss */
#tabslide ul li {
  float: left;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 2980, ../../../app/stylesheets/screen.scss */
#tabslide ul li.last {
  padding-right: 0px;
}
/* line 2983, ../../../app/stylesheets/screen.scss */
#tabslide li {
  margin-top: 13px;
  padding-right: 45px;
  font-size: 12px;
}
/* line 2988, ../../../app/stylesheets/screen.scss */
#tabslide ol {
  margin: none;
  padding: none;
}
/* line 2992, ../../../app/stylesheets/screen.scss */
#tabslide .last {
  padding-right: none;
}

/* line 2998, ../../../app/stylesheets/screen.scss */
#tabslide_slidetoggle {
  width: 984px;
}
/* line 3000, ../../../app/stylesheets/screen.scss */
#tabslide_slidetoggle a {
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-radius: 0 0 4px 4px;
  background-color: #64A4CD;
  background-image: url(../images/tabarrows_down_1352944116.png);
  background-position: 87px 6px;
  background-repeat: no-repeat;
  border: 1px solid #5294BF;
  color: #FFFFFF;
  float: right;
  font-size: 10px;
  font-weight: bold;
  height: 19px;
  margin-top: -1px;
  padding: 3px 9px 0 0;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0px 1px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  width: 96px;
}
/* line 3023, ../../../app/stylesheets/screen.scss */
#tabslide_slidetoggle a:hover {
  color: #1376B5;
  text-decoration: none;
  text-shadow: none;
}

/*end row - three*/
/*row four
===============================*/
/* line 3036, ../../../app/stylesheets/screen.scss */
.row_4 {
  height: 32px;
}

/* line 3040, ../../../app/stylesheets/screen.scss */
.topic_subheader {
  float: left;
  width: 760px;
}

/* line 3045, ../../../app/stylesheets/screen.scss */
.topic_subheader h2 {
  border-bottom: medium none;
  margin-bottom: 4px;
  padding-bottom: 0;
  padding-top: 10px;
  font-size: 16px;
}

/*end row - four*/
/*row five - subheader
===============================*/
/* line 3058, ../../../app/stylesheets/screen.scss */
.subheader .inside {
  line-height: 12px;
  padding-bottom: 0px;
  color: #aaa;
}

/* line 3064, ../../../app/stylesheets/screen.scss */
.subheader .disabled {
  color: #888888;
  font-style: italic;
  font-weight: bold;
  font-family: georgia, serif;
  font-size: 11px;
}

/* line 3071, ../../../app/stylesheets/screen.scss */
.subheader a {
  color: #10A4E8;
  font-style: italic;
  font-weight: bold;
  font-family: georgia, serif;
  font-size: 11px;
}

/* line 3078, ../../../app/stylesheets/screen.scss */
.view {
  display: inline;
}

/* line 3081, ../../../app/stylesheets/screen.scss */
.subheader .content_type {
  float: right;
  display: inline;
}

/*end row - five*/
/*widgets
========================================================================================*/
/* line 3091, ../../../app/stylesheets/screen.scss */
.widget {
  background-color: #FFF;
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  margin: 0 0 15px 15px;
  position: relative;
}

/* line 3103, ../../../app/stylesheets/screen.scss */
.widget-wrapper {
  padding: 5px 18px 12px;
}

/* line 3107, ../../../app/stylesheets/screen.scss */
.inside_widget {
  padding: 0px;
}

/* line 3111, ../../../app/stylesheets/screen.scss */
.widget_left {
  margin-left: 0 !important;
}

/* line 3115, ../../../app/stylesheets/screen.scss */
.widget_image {
  width: 100%;
  background-color: #ffffff;
  border: 1px #eaeaea solid;
  position: relative;
  margin-left: 18px;
  margin-right: 18px;
  margin-bottom: 12px;
}
/* line 3123, ../../../app/stylesheets/screen.scss */
.widget_image img {
  -moz-transition: opacity 0.2s linear 0s;
  -webkit-transition: opacity 0.2s linear 0s;
  transition: opacity 0.2s linear 0s;
}
/* line 3127, ../../../app/stylesheets/screen.scss */
.widget_image img:hover {
  opacity: .85;
}
/* line 3131, ../../../app/stylesheets/screen.scss */
.widget_image .loading-spinner {
  z-index: 1;
  position: absolute;
}
/* line 3135, ../../../app/stylesheets/screen.scss */
.widget_image .widget-image-tweet-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  -moz-transition: opacity 0.3s linear 0s;
  -webkit-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
}
/* line 3145, ../../../app/stylesheets/screen.scss */
.widget_image .widget-image-tweet-wrapper .widget-image-tweet {
  position: absolute;
  bottom: 15px;
  padding: 20px;
  font-size: 15px;
  line-height: 19px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
/* line 3154, ../../../app/stylesheets/screen.scss */
.widget_image:hover .widget-image-tweet-wrapper {
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
}

/* line 3160, ../../../app/stylesheets/screen.scss */
.widget_332 {
  width: 318px;
  height: 620px;
}
/* line 3163, ../../../app/stylesheets/screen.scss */
.widget_332 p {
  margin-bottom: 0px;
}
/* line 3166, ../../../app/stylesheets/screen.scss */
.widget_332 .widget_tweet {
  font-size: 14px;
  line-height: 17px;
}
/* line 3170, ../../../app/stylesheets/screen.scss */
.widget_332 .widget_image {
  height: 170px;
  width: 282px;
  overflow: hidden;
  text-align: center;
}
/* line 3175, ../../../app/stylesheets/screen.scss */
.widget_332 .widget_image .widget-image-tweet {
  font-size: 13px;
  line-height: 17px;
}
/* line 3180, ../../../app/stylesheets/screen.scss */
.widget_332 .widget_image img {
  height: auto;
  max-width: 282px;
}
/* line 3184, ../../../app/stylesheets/screen.scss */
.widget_332 .widget_image object {
  max-width: 282px;
}
/* line 3187, ../../../app/stylesheets/screen.scss */
.widget_332 .widget_image embed {
  width: 282px;
}
/* line 3190, ../../../app/stylesheets/screen.scss */
.widget_332 .widget_image .embeddedObject {
  width: 282px;
}
/* line 3193, ../../../app/stylesheets/screen.scss */
.widget_332 .widget_image iframe {
  width: 282px;
}
/* line 3196, ../../../app/stylesheets/screen.scss */
.widget_332 .widget_tweet_content .thumb {
  width: 55px;
  height: 55px;
}

/*controls the height of the widget image on the gallery page*/
/* line 3206, ../../../app/stylesheets/screen.scss */
body.standard .widget_332 .widget_image object {
  height: 170px;
}

/* line 3209, ../../../app/stylesheets/screen.scss */
body.standard .widget_332 .widget_image embed {
  height: 170px;
}

/* line 3212, ../../../app/stylesheets/screen.scss */
body.standard .widget_332 .widget_image .embeddedObject {
  height: 170px;
}

/* line 3215, ../../../app/stylesheets/screen.scss */
body.standard .widget_332 .widget_image iframe {
  height: 170px;
}

/* line 3219, ../../../app/stylesheets/screen.scss */
.widget_440 {
  width: 419px;
  height: 720px;
}
/* line 3222, ../../../app/stylesheets/screen.scss */
.widget_440 p {
  margin-bottom: 0px;
}
/* line 3225, ../../../app/stylesheets/screen.scss */
.widget_440 .widget_tweet {
  font-size: 15px;
  line-height: 19px;
}
/* line 3229, ../../../app/stylesheets/screen.scss */
.widget_440 .widget_image {
  height: 215px;
  width: 383px;
  overflow: hidden;
  text-align: center;
}
/* line 3235, ../../../app/stylesheets/screen.scss */
.widget_440 .widget_image img {
  height: auto;
}
/* line 3238, ../../../app/stylesheets/screen.scss */
.widget_440 .loading-spinner {
  top: 75px;
  left: 159px;
}
/* line 3242, ../../../app/stylesheets/screen.scss */
.widget_440 .widget_image object {
  width: 383px;
}
/* line 3245, ../../../app/stylesheets/screen.scss */
.widget_440 .widget_image embed {
  width: 383px;
}
/* line 3248, ../../../app/stylesheets/screen.scss */
.widget_440 .widget_image .embeddedObject {
  width: 383px;
}
/* line 3251, ../../../app/stylesheets/screen.scss */
.widget_440 .widget_image iframe {
  width: 383px;
}

/*controls the height of the widget image on the gallery page*/
/* line 3257, ../../../app/stylesheets/screen.scss */
body.standard .widget_440 .widget_image object {
  height: 215px;
}

/* line 3260, ../../../app/stylesheets/screen.scss */
body.standard .widget_440 .widget_image embed {
  height: 215px;
}

/* line 3263, ../../../app/stylesheets/screen.scss */
body.standard .widget_440 .widget_image .embeddedObject {
  height: 215px;
}

/* line 3266, ../../../app/stylesheets/screen.scss */
body.standard .widget_440 .widget_image iframe {
  height: 215px;
}

/* line 3271, ../../../app/stylesheets/screen.scss */
.widget_440.widget_440_515 {
  height: 500px;
}

/* line 3275, ../../../app/stylesheets/screen.scss */
.widget_440_205 {
  width: 419px;
  height: 205px;
}

/* line 3280, ../../../app/stylesheets/screen.scss */
.widget_570 {
  width: 550px;
  height: 720px;
}
/* line 3283, ../../../app/stylesheets/screen.scss */
.widget_570 p {
  margin-bottom: 0px;
}
/* line 3286, ../../../app/stylesheets/screen.scss */
.widget_570 .widget_tweet {
  font-size: 17px;
  line-height: 21px;
}
/* line 3290, ../../../app/stylesheets/screen.scss */
.widget_570 .widget_image {
  height: 280px;
  width: 514px;
  text-align: center;
  overflow: hidden;
}
/* line 3296, ../../../app/stylesheets/screen.scss */
.widget_570 .widget_image img {
  height: auto;
}
/* line 3299, ../../../app/stylesheets/screen.scss */
.widget_570 .loading-spinner {
  top: 108px;
  left: 225px;
}
/* line 3303, ../../../app/stylesheets/screen.scss */
.widget_570 .widget_image object {
  width: 514px;
}
/* line 3306, ../../../app/stylesheets/screen.scss */
.widget_570 .widget_image embed {
  width: 514px;
}
/* line 3309, ../../../app/stylesheets/screen.scss */
.widget_570 .widget_image iframe {
  width: 514px;
}
/* line 3312, ../../../app/stylesheets/screen.scss */
.widget_570 .widget_image .embeddedObject {
  width: 514px;
}

/*controls the height of the widget image on the gallery page*/
/* line 3318, ../../../app/stylesheets/screen.scss */
body.standard .widget_570 .widget_image object {
  height: 280px;
}

/* line 3321, ../../../app/stylesheets/screen.scss */
body.standard .widget_570 .widget_image embed {
  height: 280px;
}

/* line 3324, ../../../app/stylesheets/screen.scss */
body.standard .widget_570 .widget_image .embeddedObject {
  height: 280px;
}

/* line 3327, ../../../app/stylesheets/screen.scss */
body.standard .widget_570 .widget_image iframe {
  height: 280px;
}

/* line 3331, ../../../app/stylesheets/screen.scss */
.widget_651 {
  width: 670px;
  float: left;
  background-color: #fff;
  margin-left: 0 !important;
  margin: 0 0 15px 15px;
}

/* line 3339, ../../../app/stylesheets/screen.scss */
#gallery-widget {
  width: 300px;
}
/* line 3341, ../../../app/stylesheets/screen.scss */
#gallery-widget .gallery-widget-image {
  float: left;
  height: 83px;
  margin: 0 6px 6px 0;
  overflow: hidden;
  width: 83px;
}
/* line 3348, ../../../app/stylesheets/screen.scss */
#gallery-widget .image-2, #gallery-widget .image-5 {
  margin-right: 0px;
}
/* line 3351, ../../../app/stylesheets/screen.scss */
#gallery-widget #blank-image-0 {
  background: url("../images/global/blank_image_0.jpg");
}
/* line 3354, ../../../app/stylesheets/screen.scss */
#gallery-widget #blank-image-1 {
  background: url("../images/global/blank_image_1.jpg");
}
/* line 3357, ../../../app/stylesheets/screen.scss */
#gallery-widget #blank-image-2 {
  background: url("../images/global/blank_image_2.jpg");
}
/* line 3360, ../../../app/stylesheets/screen.scss */
#gallery-widget #blank-image-3 {
  background: url("../images/global/blank_image_3.jpg");
}
/* line 3363, ../../../app/stylesheets/screen.scss */
#gallery-widget #blank-image-4 {
  background: url("../images/global/blank_image_4.jpg");
}
/* line 3366, ../../../app/stylesheets/screen.scss */
#gallery-widget #blank-image-5 {
  background: url("../images/global/blank_image_5.jpg");
}
/* line 3369, ../../../app/stylesheets/screen.scss */
#gallery-widget a.label {
  color: #FFFFFF;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 46px;
  line-height: 15px;
  padding: 35px 2px 2px;
  position: absolute;
  text-align: center;
  text-shadow: 0 2px 1px #000000;
  text-transform: capitalize;
  width: 79px;
  overflow: hidden;
  word-wrap: break-word;
  letter-spacing: -0.3px;
  -moz-transition: background 0.2s linear 0s;
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s;
  background: black;
  /* for IE6-8 */
  background: transparent\9;
  /* for IE6-8 */
  background: rgba(0, 0, 0, 0.55);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #4c000000, endColorstr = #4c000000);
  /* for IE8 amd below */
  zoom: 1;
  /* for IE6-7 */
}
/* line 3393, ../../../app/stylesheets/screen.scss */
#gallery-widget a.label:nth-child(n) {
  filter: none;
  /* removes filter for IE6-9 */
}
/* line 3397, ../../../app/stylesheets/screen.scss */
#gallery-widget a.label:hover {
  background: rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
/* line 3401, ../../../app/stylesheets/screen.scss */
#gallery-widget a.label:focus {
  text-decoration: none;
}
/* line 3404, ../../../app/stylesheets/screen.scss */
#gallery-widget .button-wrapper {
  margin-bottom: 0;
  margin-top: 5px;
  text-align: center;
}
/* line 3408, ../../../app/stylesheets/screen.scss */
#gallery-widget .button-wrapper .button_1 {
  font-size: 15px;
  margin: 0;
  padding: 7px;
  display: block;
}

/* line 3417, ../../../app/stylesheets/screen.scss */
#share-widget {
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  width: 300px;
}
/* line 3420, ../../../app/stylesheets/screen.scss */
#share-widget .widget-wrapper {
  height: 25px;
  padding: -7px 0 0 16px;
}
/* line 3424, ../../../app/stylesheets/screen.scss */
#share-widget .plusone {
  width: 74px;
  float: left;
}
/* line 3428, ../../../app/stylesheets/screen.scss */
#share-widget .tweet-this-page {
  width: 88px;
  float: left;
}
/* line 3432, ../../../app/stylesheets/screen.scss */
#share-widget .like {
  float: left;
}
/* line 3435, ../../../app/stylesheets/screen.scss */
#share-widget .share-buttons {
  float: left;
}
/* line 3437, ../../../app/stylesheets/screen.scss */
#share-widget .share-buttons a {
  padding: 0 5px 0 0;
}
/* line 3441, ../../../app/stylesheets/screen.scss */
#share-widget a.addthis_button_pinterest_pinit {
  float: left;
  padding: 5px 0;
}
/* line 3445, ../../../app/stylesheets/screen.scss */
#share-widget #back-to-top {
  float: right;
  font-size: 12px;
  font-weight: bold;
  margin: 15px 0 5px;
}
/* line 3450, ../../../app/stylesheets/screen.scss */
#share-widget #back-to-top a {
  color: #AAA;
}

/* line 3457, ../../../app/stylesheets/screen.scss */
#cta-widget img {
  float: left;
  height: 60px;
  width: 60px;
}
/* line 3462, ../../../app/stylesheets/screen.scss */
#cta-widget p {
  float: left;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 17px;
  margin: 19px 0 0 20px;
}
/* line 3468, ../../../app/stylesheets/screen.scss */
#cta-widget a {
  font-weight: bold;
}
/* line 3471, ../../../app/stylesheets/screen.scss */
#cta-widget .button_1 {
  float: right;
  font-size: 13px;
  margin-right: 16px;
  margin-top: 17px;
  padding: 5px 12px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

/*inside the widget
========================================================================================*/
/* line 3483, ../../../app/stylesheets/screen.scss */
h3.widget_title {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  border-bottom: solid 4px #000;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin-left: 18px;
  margin-right: 18px;
  margin-top: 13px;
  margin-bottom: 6px;
  letter-spacing: -0.3px;
}

/* line 3496, ../../../app/stylesheets/screen.scss */
h3.widget_title a {
  text-decoration: none;
  color: #000;
}
/* line 3500, ../../../app/stylesheets/screen.scss */
h3.widget_title a:hover {
  color: #10a4e8;
}

/* line 3505, ../../../app/stylesheets/screen.scss */
.widget_tweet {
  padding: 12px 18px 11px;
  border-bottom: 1px solid #EAEAEA;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
/* line 3509, ../../../app/stylesheets/screen.scss */
.widget_tweet:hover {
  cursor: pointer;
  background-color: #EDFBFE;
}
/* line 3512, ../../../app/stylesheets/screen.scss */
.widget_tweet:hover .js-tweet-actions {
  visibility: visible;
}

/* line 3518, ../../../app/stylesheets/screen.scss */
.widget_tweet_content {
  -moz-transition: background-color 0.3s linear 0s;
  -webkit-transition: background-color 0.3s linear 0s;
  transition: background-color 0.3s linear 0s;
}
/* line 3522, ../../../app/stylesheets/screen.scss */
.widget_tweet_content .thumb-wrapper {
  float: left;
  width: 70px;
  margin: 2px 12px 0px 0px;
}
/* line 3526, ../../../app/stylesheets/screen.scss */
.widget_tweet_content .thumb-wrapper .thumb {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border: 1px solid #eaeaea;
}
/* line 3531, ../../../app/stylesheets/screen.scss */
.widget_tweet_content .thumb-wrapper .thumb img {
  -moz-transition: opacity 0.2s linear 0s;
  -webkit-transition: opacity 0.2s linear 0s;
  transition: opacity 0.2s linear 0s;
}
/* line 3536, ../../../app/stylesheets/screen.scss */
.widget_tweet_content .thumb-wrapper .thumb img:hover {
  opacity: 0.85;
}

/* line 3543, ../../../app/stylesheets/screen.scss */
.tweet-footer {
  font-size: 12px;
  height: 16px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
/* line 3547, ../../../app/stylesheets/screen.scss */
.tweet-footer .tweet-timestamp {
  color: #aaa;
}
/* line 3549, ../../../app/stylesheets/screen.scss */
.tweet-footer .tweet-timestamp a {
  color: #aaa;
}
/* line 3553, ../../../app/stylesheets/screen.scss */
.tweet-footer .bullet-separator {
  color: #aaa;
}
/* line 3556, ../../../app/stylesheets/screen.scss */
.tweet-footer a.view-details {
  color: #aaa;
  margin: 0 3px 0 0;
}
/* line 3560, ../../../app/stylesheets/screen.scss */
.tweet-footer a.remove-tweet {
  color: #aaa;
  display: none;
}
/* line 3564, ../../../app/stylesheets/screen.scss */
.tweet-footer .js-tweet-actions {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  margin: 0 0 0 5px;
  vertical-align: text-top;
  visibility: hidden;
}
/* line 3569, ../../../app/stylesheets/screen.scss */
.tweet-footer .js-tweet-actions img {
  margin: 0 3px 0 0;
  opacity: 0.5;
}
/* line 3572, ../../../app/stylesheets/screen.scss */
.tweet-footer .js-tweet-actions img:hover {
  opacity: 1;
}

/* line 3579, ../../../app/stylesheets/screen.scss */
.widget_tweet_content {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

/* line 3587, ../../../app/stylesheets/screen.scss */
.widget_tweet p.tweet {
  overflow-x: hidden;
  margin-bottom: 4px;
}

/* line 3592, ../../../app/stylesheets/screen.scss */
a.mention-link {
  color: #999999;
}
/* line 3594, ../../../app/stylesheets/screen.scss */
a.mention-link:hover, a.mention-link:focus {
  color: #999999;
}

/* line 3599, ../../../app/stylesheets/screen.scss */
.widget_tweet p.tweet img {
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}

/* line 3605, ../../../app/stylesheets/screen.scss */
.widget_1024 .tagged_as {
  clear: left;
}

/* line 3609, ../../../app/stylesheets/screen.scss */
.tweet_when {
  color: #b2b2b2;
  float: left;
  font-size: 11px;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
}
/* line 3614, ../../../app/stylesheets/screen.scss */
.tweet_when .avatar {
  width: 15px;
  height: 15px;
  vertical-align: sub;
}
/* line 3620, ../../../app/stylesheets/screen.scss */
.tweet_when a {
  color: #C3C3C3;
}

/* line 3625, ../../../app/stylesheets/screen.scss */
.retweet_reply {
  display: none;
  float: left;
  font-size: 11px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 0 5px;
}
/* line 3631, ../../../app/stylesheets/screen.scss */
.retweet_reply a:hover, .retweet_reply a:focus {
  text-decoration: none;
}
/* line 3634, ../../../app/stylesheets/screen.scss */
.retweet_reply span.underline:hover, .retweet_reply span.underline:focus {
  text-decoration: underline;
}
/* line 3637, ../../../app/stylesheets/screen.scss */
.retweet_reply .icon-font {
  bottom: 3px;
  float: left;
  font-size: 25px;
  position: relative;
  padding-right: 1px;
}
/* line 3644, ../../../app/stylesheets/screen.scss */
.retweet_reply .reply {
  float: left;
  margin-right: 10px;
}
/* line 3648, ../../../app/stylesheets/screen.scss */
.retweet_reply .retweet {
  float: left;
}
/* line 3651, ../../../app/stylesheets/screen.scss */
.retweet_reply .more .icon-font {
  margin-left: 12px;
}
/* line 3654, ../../../app/stylesheets/screen.scss */
.retweet_reply .delete_tweet {
  float: left;
  margin: 0 6px 0 0;
}

/* line 3660, ../../../app/stylesheets/screen.scss */
.view-media {
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
}
/* line 3664, ../../../app/stylesheets/screen.scss */
.view-media a:hover, .view-media a:focus {
  text-decoration: none;
}
/* line 3667, ../../../app/stylesheets/screen.scss */
.view-media span.underline:hover, .view-media span.underline:focus {
  text-decoration: underline;
}
/* line 3670, ../../../app/stylesheets/screen.scss */
.view-media .icon-font {
  bottom: 2px;
  float: left;
  font-size: 25px;
  margin-right: 0px;
  position: relative;
}

/* line 3679, ../../../app/stylesheets/screen.scss */
a.lower_link {
  float: right;
  margin: 14px 0;
  position: absolute;
  bottom: 3px;
  right: 9px;
  text-transform: capitalize;
}

/* Money Box
===============================================================================*/
/* line 3692, ../../../app/stylesheets/screen.scss */
.opt-in-money-box {
  position: relative;
}
/* line 3696, ../../../app/stylesheets/screen.scss */
.opt-in-money-box #money_box_deposit_new {
  padding-left: 15px;
}
/* line 3700, ../../../app/stylesheets/screen.scss */
.opt-in-money-box h3 {
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 20px 0 23px;
  margin-bottom: 0px;
}
/* line 3708, ../../../app/stylesheets/screen.scss */
.opt-in-money-box label {
  float: left;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin: 5px 5px 0 0;
  text-align: right;
  width: 60px;
}
/* line 3718, ../../../app/stylesheets/screen.scss */
.opt-in-money-box .row {
  overflow: hidden;
}
/* line 3721, ../../../app/stylesheets/screen.scss */
.opt-in-money-box .row input {
  float: left;
  font-size: 14px;
  margin-bottom: 10px;
  width: 235px;
}
/* line 3728, ../../../app/stylesheets/screen.scss */
.opt-in-money-box .row select {
  float: left;
  margin-bottom: 10px;
  margin-right: 6px;
  margin-top: 3px;
  width: 78px;
}
/* line 3738, ../../../app/stylesheets/screen.scss */
.opt-in-money-box .error input {
  border: 1px solid red;
}
/* line 3741, ../../../app/stylesheets/screen.scss */
.opt-in-money-box .error select {
  border: 1px solid red;
}
/* line 3747, ../../../app/stylesheets/screen.scss */
.opt-in-money-box .submit input {
  background-color: #1084E8;
  border: 1px solid #1084E8;
  color: white;
  font-size: 12px;
  font-weight: bold;
  height: auto;
  margin-left: 65px;
  margin-top: 2px;
  padding: 3px;
  width: 54px;
}
/* line 3759, ../../../app/stylesheets/screen.scss */
.opt-in-money-box .submit input:hover {
  cursor: pointer;
}
/* line 3764, ../../../app/stylesheets/screen.scss */
.opt-in-money-box ul.error {
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 10px;
  font-weight: bold;
  list-style: none outside none;
  margin: 0 0 0 0;
  padding: 0 0 0;
  width: 75px;
}
/* line 3773, ../../../app/stylesheets/screen.scss */
.opt-in-money-box ul.error li {
  bottom: 11px;
  color: red;
  float: left;
  height: 0;
  left: 64px;
  margin-bottom: 9px;
  position: relative;
}
/* line 3784, ../../../app/stylesheets/screen.scss */
.opt-in-money-box .overlay {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: black;
  width: 100%;
  height: 100%;
}
/* line 3794, ../../../app/stylesheets/screen.scss */
.opt-in-money-box .overlay p {
  text-align: center;
  color: #FFF;
  font-size: 30px;
  padding-top: 80px;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
}

/* line 3806, ../../../app/stylesheets/screen.scss */
#floating-money-box {
  position: fixed;
  right: -420px;
  bottom: -15px;
}
/* line 3812, ../../../app/stylesheets/screen.scss */
#floating-money-box .widget_440_205 {
  width: auto;
  height: auto;
}
/* line 3814, ../../../app/stylesheets/screen.scss */
#floating-money-box .widget {
  width: 318px;
  height: 156px;
}
/* line 3819, ../../../app/stylesheets/screen.scss */
#floating-money-box div.actions {
  position: relative;
}
/* line 3822, ../../../app/stylesheets/screen.scss */
#floating-money-box div.actions a.close {
  z-index: 10;
  position: absolute;
  top: 3px;
  right: 3px;
  background-color: #FFF;
  color: #999;
  border: 1px solid #999;
  z-index: 10;
  display: block;
  font-weight: bold;
  padding: 0px 5px;
}
/* line 3839, ../../../app/stylesheets/screen.scss */
#floating-money-box .default {
  width: 390px;
  height: 100px;
  border: 3px solid #E9E9E9;
  -webkit-box-shadow: -3px -3px 4px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: -3px -3px 4px #cccccc;
  box-shadow: -3px -3px 5px #cccccc;
}
/* line 3848, ../../../app/stylesheets/screen.scss */
#floating-money-box .default img {
  height: 50px;
  width: 50px;
  float: left;
  margin: 25px 0 25px 20px;
}
/* line 3855, ../../../app/stylesheets/screen.scss */
#floating-money-box .default .actions {
  font-family: "Helvetica Neue", "Arial", sans-serif;
  float: left;
  margin: 21px 0 25px 13px;
}
/* line 3860, ../../../app/stylesheets/screen.scss */
#floating-money-box .default .actions p {
  margin-bottom: 3px;
  font-weight: bold;
}
/* line 3864, ../../../app/stylesheets/screen.scss */
#floating-money-box .default .actions .follow_button {
  margin-top: 0;
  float: left;
}
/* line 3871, ../../../app/stylesheets/screen.scss */
#floating-money-box .custom-money-box img {
  width: 318px;
  height: 156px;
}
/* line 3878, ../../../app/stylesheets/screen.scss */
#floating-money-box .opt-in-money-box .row input {
  width: 185px;
}

/* line 3885, ../../../app/stylesheets/screen.scss */
#money-box-small {
  height: auto;
  width: 300px;
}
/* line 3888, ../../../app/stylesheets/screen.scss */
#money-box-small .widget_440_205 {
  height: auto;
  width: 300px;
  background-color: none;
}
/* line 3892, ../../../app/stylesheets/screen.scss */
#money-box-small .widget_440_205 a {
  float: inherit;
  height: auto;
  display: inline-block;
}
/* line 3896, ../../../app/stylesheets/screen.scss */
#money-box-small .widget_440_205 a img {
  float: inherit;
  height: auto;
  width: 300px;
}
/* line 3904, ../../../app/stylesheets/screen.scss */
#money-box-small #fb-reg-default img {
  float: inherit;
  height: auto;
  width: 300px;
}
/* line 3909, ../../../app/stylesheets/screen.scss */
#money-box-small #fb-reg-default #fb-reg-confirmation {
  font-size: 18px;
  height: 83px;
  padding: 64px 0 0;
}

/* line 3917, ../../../app/stylesheets/screen.scss */
#fb-reg-default {
  cursor: pointer;
}
/* line 3919, ../../../app/stylesheets/screen.scss */
#fb-reg-default #fb-reg-confirmation {
  background: rgba(255, 255, 255, 0.9);
  color: #000000;
  cursor: default;
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
  height: 117px;
  padding: 88px 0 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 3936, ../../../app/stylesheets/screen.scss */
#fb-reg-form {
  border: 3px solid #000000;
  box-shadow: 0 0 5px #333333;
  height: 315px;
  width: 413px;
  z-index: 1;
}
/* line 3942, ../../../app/stylesheets/screen.scss */
#fb-reg-form header {
  background: #000000;
  color: #FFFFFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  padding: 7px 0 7px 10px;
}

/* right and left columns for topic and tweet landing pages
========================================================================================*/
/* line 3955, ../../../app/stylesheets/screen.scss */
.left-column {
  float: left;
  margin: 0 14px 0 0;
  width: 670px;
}

/* line 3961, ../../../app/stylesheets/screen.scss */
.right-column {
  float: left;
  width: 300px;
}
/* line 3964, ../../../app/stylesheets/screen.scss */
.right-column .widget {
  margin: 0 0 15px 0px;
}
/* line 3967, ../../../app/stylesheets/screen.scss */
.right-column h3.widget_title {
  font-size: 17px;
  padding-bottom: 1px;
  text-transform: none;
  border-bottom: 3px solid #000000;
}

/*tweet landing page
========================================================================================*/
/* line 3980, ../../../app/stylesheets/screen.scss */
#tweet-landing #tweetlanding-main {
  width: 670px;
}
/* line 3983, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweet-landing-wrapper {
  padding-left: 25px;
  padding-right: 25px;
  margin: 0px;
}
/* line 3989, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail a#edit-tweet-content {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  display: block;
  margin: 8px 18px -18px 0;
  text-align: right;
}
/* line 3997, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail div.spinner {
  display: none;
  position: absolute;
  right: 20px;
}
/* line 4002, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail div.addthis_toolbox {
  padding: 0 25px;
  margin: 20px 0 0;
}
/* line 4006, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail img {
  max-width: 591px;
}
/* line 4009, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail h3.stream_title {
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 23px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  margin: 15px 0 5px;
}
/* line 4016, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail h3.stream_title a {
  color: #111;
}
/* line 4020, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .text-box {
  color: #444444;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 23px;
  margin-bottom: 12px;
  overflow: hidden;
  width: 620px;
}
/* line 4029, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .text-box iframe {
  max-width: 620px;
}
/* line 4032, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .text-box img {
  max-width: 620px;
}
/* line 4035, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .text-box object {
  max-width: 620px;
}
/* line 4038, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .text-box embed {
  max-width: 620px;
}
/* line 4042, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail ul.tagged_as {
  padding-top: 25px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dfdfdf;
  list-style: none outside none;
}
/* line 4047, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail ul.tagged_as header {
  float: left;
  margin-right: 2px;
}
/* line 4051, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail ul.tagged_as li {
  float: left;
  margin-bottom: 12px;
  margin-right: 5px;
}
/* line 4056, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail ul.tagged_as a {
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  padding-top: 25px;
  padding-bottom: 25px;
  font-weight: bold;
  background-color: #E8E8E8;
  border-radius: 3px 3px 3px 3px;
  font-size: 13px;
  padding: 4px 10px 5px;
  margin-left: 3px;
}
/* line 4068, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .full_article_link {
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
  text-transform: capitalize;
}
/* line 4076, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail header {
  font-weight: bold;
  font-size: 15px;
  color: #000;
  margin-bottom: 8px;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  margin-top: 20px;
}
/* line 4084, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail header.tag-header {
  margin-top: 0px;
}
/* line 4087, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .related-tweets-wrapper {
  margin: 20px 0;
}
/* line 4089, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .related-tweets-wrapper .related-tweets-section {
  display: block;
}
/* line 4092, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .related-tweets-wrapper .related-tweets {
  border-right: 1px dotted #d5d5d5;
  float: left;
  margin-bottom: 30px;
  padding-left: 19px;
  padding-right: 19px;
  width: 180px;
}
/* line 4100, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .related-tweets-wrapper #related-tweet-0, #tweet-landing .tweetlanding_detail .related-tweets-wrapper #related-tweet-3, #tweet-landing .tweetlanding_detail .related-tweets-wrapper #related-tweet-6, #tweet-landing .tweetlanding_detail .related-tweets-wrapper #related-tweet-9 {
  padding-left: 0px;
}
/* line 4103, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .related-tweets-wrapper #related-tweet-2, #tweet-landing .tweetlanding_detail .related-tweets-wrapper #related-tweet-5, #tweet-landing .tweetlanding_detail .related-tweets-wrapper #related-tweet-8, #tweet-landing .tweetlanding_detail .related-tweets-wrapper #related-tweet-11 {
  padding-right: 0px;
  border-right: none;
}
/* line 4107, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .related-tweets-wrapper .related-row-1, #tweet-landing .tweetlanding_detail .related-tweets-wrapper .related-row-2, #tweet-landing .tweetlanding_detail .related-tweets-wrapper .related-row-3, #tweet-landing .tweetlanding_detail .related-tweets-wrapper .related-row-4 {
  display: inline-block;
}
/* line 4110, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .related-tweets-wrapper .related-tweets-image {
  width: 180px;
  height: 120px;
  overflow: hidden;
  text-align: center;
  margin: 0px;
}
/* line 4116, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .related-tweets-wrapper .related-tweets-image img {
  -moz-transition: opacity 0.2s linear 0s;
  -webkit-transition: opacity 0.2s linear 0s;
  transition: opacity 0.2s linear 0s;
}
/* line 4121, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .related-tweets-wrapper .related-tweets-image img:hover {
  opacity: 0.85;
}
/* line 4126, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .related-tweets-wrapper .related-tweets-content p {
  font-size: 13px;
  line-height: 16px;
  margin-top: 5px;
  width: 185px;
  overflow: hidden;
  margin-bottom: 0;
}
/* line 4134, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .related-tweets-wrapper .related-tweets-content .related-tweet-view-more {
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-weight: bold;
}
/* line 4140, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .related-tweets-wrapper .view-related {
  background-color: #E8E8E8;
  border-radius: 3px 3px 3px 3px;
  cursor: pointer;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  display: block;
}
/* line 4151, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .related-tweets-wrapper .view-related a:hover, #tweet-landing .tweetlanding_detail .related-tweets-wrapper .view-related a:focus {
  text-decoration: none;
}
/* line 4155, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .related-tweets-wrapper #view-less-link {
  display: none;
}
/* line 4160, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .divider {
  border-top: 1px solid #dfdfdf;
}
/* line 4163, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .replies {
  margin-top: 20px;
}
/* line 4165, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .replies .tweet_box_inside {
  overflow: hidden;
}
/* line 4168, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .replies table {
  margin: 0px 0px 20px 0px;
  width: auto;
}
/* line 4172, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .replies th, #tweet-landing .tweetlanding_detail .replies td, #tweet-landing .tweetlanding_detail .replies caption {
  padding: 0px;
}
/* line 4175, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .replies table, #tweet-landing .tweetlanding_detail .replies th, #tweet-landing .tweetlanding_detail .replies td {
  vertical-align: top;
}
/* line 4178, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .replies table, #tweet-landing .tweetlanding_detail .replies th, #tweet-landing .tweetlanding_detail .replies td, #tweet-landing .tweetlanding_detail .replies img {
  vertical-align: top;
}
/* line 4181, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .replies .content {
  margin-left: 10px;
  margin-top: -2px;
}
/* line 4185, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .replies p {
  font-family: georgia, serif;
  font-size: 14px;
  line-height: 18px;
  margin: 0px;
}
/* line 4191, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .replies .reply-divider {
  border-bottom: 1px dashed #DFDFDF;
  height: 0;
  margin-bottom: 15px;
}
/* line 4200, ../../../app/stylesheets/screen.scss */
#tweet-landing #tweet_media_edit_form form {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 25px;
}
/* line 4203, ../../../app/stylesheets/screen.scss */
#tweet-landing #tweet_media_edit_form form div.form-buttons {
  display: block;
  margin: 8px -9px 8px 0;
  text-align: right;
}
/* line 4207, ../../../app/stylesheets/screen.scss */
#tweet-landing #tweet_media_edit_form form div.form-buttons a {
  color: #888;
  margin: 0 5px 0 0;
}
/* line 4210, ../../../app/stylesheets/screen.scss */
#tweet-landing #tweet_media_edit_form form div.form-buttons a:hover {
  cursor: pointer;
}
/* line 4215, ../../../app/stylesheets/screen.scss */
#tweet-landing #tweet_media_edit_form form input#title {
  font-size: 14px;
  height: 25px;
  margin: 0 0 12px;
  padding: 0 0 0 5px;
  width: 98%;
}
/* line 4222, ../../../app/stylesheets/screen.scss */
#tweet-landing #tweet_media_edit_form form div#tweet_form_slides {
  margin: 15px 0 0 0;
}
/* line 4224, ../../../app/stylesheets/screen.scss */
#tweet-landing #tweet_media_edit_form form div#tweet_form_slides div#slide-prev-next-container {
  display: inline;
  margin: 0 5px 0 0;
}
/* line 4228, ../../../app/stylesheets/screen.scss */
#tweet-landing #tweet_media_edit_form form div#tweet_form_slides div#slide-counter-container {
  color: #888888;
  display: inline;
  margin: 0 10px 0 0;
  vertical-align: text-bottom;
}
/* line 4234, ../../../app/stylesheets/screen.scss */
#tweet-landing #tweet_media_edit_form form div#tweet_form_slides div#no-image-box {
  display: inline;
  vertical-align: text-bottom;
}
/* line 4238, ../../../app/stylesheets/screen.scss */
#tweet-landing #tweet_media_edit_form form div#tweet_form_slides div.slides_container {
  margin: 12px 0 0 0;
  width: 620px;
}
/* line 4242, ../../../app/stylesheets/screen.scss */
#tweet-landing #tweet_media_edit_form form div#tweet_form_slides div.slides_container div.media-display img {
  height: auto;
  max-height: none;
  max-width: 620px;
}
/* line 4247, ../../../app/stylesheets/screen.scss */
#tweet-landing #tweet_media_edit_form form div#tweet_form_slides div.slides_container div.media-display iframe, #tweet-landing #tweet_media_edit_form form div#tweet_form_slides div.slides_container div.media-display embed, #tweet-landing #tweet_media_edit_form form div#tweet_form_slides div.slides_container div.media-display object {
  max-width: 620px;
}
/* line 4250, ../../../app/stylesheets/screen.scss */
#tweet-landing #tweet_media_edit_form form div#tweet_form_slides div.slides_container div.media-display p.no-preview-box {
  background: none repeat scroll 0 0 #F3F3F3;
  color: #888888;
  height: 20px;
  padding: 48px;
  width: 270px;
}
/* line 4260, ../../../app/stylesheets/screen.scss */
#tweet-landing #tweet_media_edit_form form textarea#description {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 19px;
  margin: 12px 0 15px;
  padding: 12px 0 12px 12px;
  width: 98%;
}
/* line 4271, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_tweet {
  background-color: #EDFBFE;
  border-bottom: 1px solid #CAE1E6;
  border-top: 1px solid #CAE1E6;
  padding-top: 20px;
  position: relative;
}
/* line 4277, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_tweet table {
  margin-bottom: 0;
}
/* line 4280, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_tweet td, #tweet-landing .tweetlanding_tweet img.avatar {
  vertical-align: top;
}
/* line 4283, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_tweet img.avatar {
  margin-bottom: 15px;
}
/* line 4286, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_tweet th, #tweet-landing .tweetlanding_tweet td, #tweet-landing .tweetlanding_tweet caption {
  padding: 0px;
}
/* line 4289, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_tweet .tweet_box_content {
  margin-left: 13px;
  margin-top: -2px;
  overflow: hidden;
  padding: 0 0 5px;
  width: 545px;
}
/* line 4297, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_tweet .tweet_box_content .tweet-footer a.remove-tweet {
  margin: 0 0 0 5px;
}
/* line 4300, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_tweet .tweet_box_content .tweet-footer .js-tweet-actions {
  float: right;
}
/* line 4302, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_tweet .tweet_box_content .tweet-footer .js-tweet-actions a {
  color: #AAAAAA;
  margin: 0 0 0 8px;
}
/* line 4306, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_tweet .tweet_box_content .tweet-footer .js-tweet-actions img {
  vertical-align: text-top;
}
/* line 4313, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_tweet p {
  font-family: georgia,serif;
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 8px;
}

/*user topic page
========================================================================================*/
/* line 4326, ../../../app/stylesheets/screen.scss */
#user-topic #cta-widget p {
  margin: 19px 0 0 20px;
}
/* line 4329, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main {
  width: 670px;
}
/* line 4331, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main h2 {
  background: none repeat scroll 0 0 #F3F3F3;
  border-bottom: 1px solid #DFDFDF;
  color: #888888;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 24px;
  font-weight: normal;
  padding: 13px 30px;
  margin-bottom: 0px;
  letter-spacing: -0.3px;
}
/* line 4341, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main h2 strong {
  color: #666;
}
/* line 4345, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .tweet-wrapper {
  border-bottom: 1px solid #EAEAEA;
  padding: 40px 30px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
/* line 4349, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .tweet-wrapper:hover {
  cursor: pointer;
  background-color: #EDFBFE;
}
/* line 4352, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .tweet-wrapper:hover .js-tweet-actions {
  visibility: visible;
}
/* line 4356, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .tweet-wrapper .tweet-image {
  border: 1px solid #EAEAEA;
  float: left;
  height: 170px;
  overflow: hidden;
  width: 170px;
  background: #F6f6f6;
}
/* line 4363, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .tweet-wrapper .tweet-image img.small-image {
  padding: 25px;
}
/* line 4366, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .tweet-wrapper .tweet-image img {
  -moz-transition: opacity 0.2s linear 0s;
  -webkit-transition: opacity 0.2s linear 0s;
  transition: opacity 0.2s linear 0s;
}
/* line 4371, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .tweet-wrapper .tweet-image img:hover {
  opacity: .85;
}
/* line 4374, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .tweet-wrapper .tweet-image object, #user-topic #user-topic-main .tweet-wrapper .tweet-image embed, #user-topic #user-topic-main .tweet-wrapper .tweet-image iframe, #user-topic #user-topic-main .tweet-wrapper .tweet-image .embeddedObject {
  max-width: 615px;
}
/* line 4378, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .tweet-wrapper .default-image {
  width: 170px;
  height: 170px;
}
/* line 4382, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .tweet-wrapper .tweet-right-column {
  margin-left: 185px;
  margin-top: -5px;
}
/* line 4385, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .tweet-wrapper .tweet-right-column h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 27px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 5px;
  -moz-transition: color 0.18s linear 0s;
  -webkit-transition: color 0.18s linear 0s;
  transition: color 0.18s linear 0s;
}
/* line 4394, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .tweet-wrapper .tweet-right-column h3 a {
  color: #111;
}
/* line 4398, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .tweet-wrapper .tweet-right-column p {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 3px;
}
/* line 4405, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .tweet-wrapper-no-content {
  background: #f7f7f7;
  border-bottom: 1px solid #eaeaea;
  padding: 30px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
/* line 4410, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .tweet-wrapper-no-content:hover {
  cursor: pointer;
  background-color: #EDFBFE;
}
/* line 4413, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .tweet-wrapper-no-content:hover .js-tweet-actions {
  visibility: visible;
}
/* line 4417, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .tweet-wrapper-no-content p {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 5px;
}
/* line 4423, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .tweet-info {
  float: left;
  height: 15px;
}
/* line 4426, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .tweet-info .tweet_when {
  margin-top: 0px;
}
/* line 4429, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .tweet-info .retweet_reply {
  margin-top: 0px;
  position: absolute;
}
/* line 4432, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .tweet-info .retweet_reply .icon-font {
  bottom: 13px;
}
/* line 4437, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .read-more-button {
  display: block;
  margin-left: 1px;
  margin-top: 35px;
}
/* line 4441, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .read-more-button .button_1 {
  padding: 5px 10px;
}
/* line 4444, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .read-more-button .icon-font {
  bottom: -3px;
  font-size: 25px;
  margin-right: 4px;
  position: relative;
}

/* line 4454, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .read-more-button a.button_1:hover {
  text-decoration: none;
}

/* User Loggedin pages
===============================================================================*/
/* line 4461, ../../../app/stylesheets/screen.scss */
#resources, #manage-topics, #sign-in-page, #topic-tracker, #topic-selector {
  margin-top: 40px;
}
/* line 4463, ../../../app/stylesheets/screen.scss */
#resources h1, #manage-topics h1, #sign-in-page h1, #topic-tracker h1, #topic-selector h1 {
  font-size: 35px;
  font-weight: bold;
}

/* Manage Topics
===============================================================================*/
/* line 4494, ../../../app/stylesheets/screen.scss */
#manage-topics {
  background: url(http://www.twylah.com/images/dragdrop.gif?1352944116) no-repeat scroll 453px 348px white;
}
/* line 4496, ../../../app/stylesheets/screen.scss */
#manage-topics h1 {
  margin-bottom: 8px;
}
/* line 4499, ../../../app/stylesheets/screen.scss */
#manage-topics h2 {
  border-bottom: none;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 6px;
  padding-bottom: 0px;
}
/* line 4506, ../../../app/stylesheets/screen.scss */
#manage-topics h3 {
  border-bottom: none;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 4px;
  padding-bottom: 0px;
}
/* line 4513, ../../../app/stylesheets/screen.scss */
#manage-topics p {
  margin-bottom: 18px;
  padding-bottom: 0px;
  line-height: 16px;
}
/* line 4518, ../../../app/stylesheets/screen.scss */
#manage-topics p.manage-desc {
  width: 725px;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 30px;
}
/* line 4524, ../../../app/stylesheets/screen.scss */
#manage-topics p.finish {
  text-align: right;
  font-size: 15px;
}
/* line 4528, ../../../app/stylesheets/screen.scss */
#manage-topics .big-button {
  float: left;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-style: normal;
  margin: 15px 0 0 0;
}
/* line 4535, ../../../app/stylesheets/screen.scss */
#manage-topics ul {
  display: inline-block;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
/* line 4473, ../../../app/stylesheets/screen.scss */
#manage-topics ul li {
  background-color: #97ECFF;
  border-radius: 3px 3px 3px 3px;
  margin: 0 6px 6px 0;
  padding: 6px 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: background 0.2s linear 0s;
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s;
}
/* line 4482, ../../../app/stylesheets/screen.scss */
#manage-topics ul li span {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #000;
}
/* line 4489, ../../../app/stylesheets/screen.scss */
#manage-topics ul li:hover {
  background-color: #7fdaee;
}
/* line 4541, ../../../app/stylesheets/screen.scss */
#manage-topics ul li {
  float: left;
}
/* line 4543, ../../../app/stylesheets/screen.scss */
#manage-topics ul li span {
  cursor: move;
}
/* line 4549, ../../../app/stylesheets/screen.scss */
#manage-topics div.topics {
  float: left;
  padding-right: 100px;
  width: 460px;
}
/* line 4554, ../../../app/stylesheets/screen.scss */
#manage-topics .drops {
  width: 364px;
  float: right;
}
/* line 4560, ../../../app/stylesheets/screen.scss */
#manage-topics .drops div.error p {
  color: #ffad42;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 15px;
  text-align: left;
}
/* line 4570, ../../../app/stylesheets/screen.scss */
#manage-topics .drops div.success p {
  color: #000;
  float: right;
  font-size: 12px;
  margin-bottom: 5px;
  position: relative;
  text-align: right;
  top: -20px;
  font-weight: bold;
}
/* line 4580, ../../../app/stylesheets/screen.scss */
#manage-topics .drops div.success a {
  font-weight: bold;
}
/* line 4585, ../../../app/stylesheets/screen.scss */
#manage-topics .drops div.drop {
  border: 3px solid #dfdfdf;
  padding: 16px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 10px;
  min-height: 120px;
}
/* line 4595, ../../../app/stylesheets/screen.scss */
#manage-topics .drops div.hover {
  background-color: #EFEFEF;
}
/* line 4599, ../../../app/stylesheets/screen.scss */
#manage-topics .drops ol {
  padding: 0 0 0 15px;
  margin-bottom: 0;
}
/* line 4603, ../../../app/stylesheets/screen.scss */
#manage-topics .drops ol li {
  margin: 0 5px 5px 0;
  height: 32px;
}
/* line 4606, ../../../app/stylesheets/screen.scss */
#manage-topics .drops ol li span {
  padding: 6px 0 6px 16px;
  background-color: #97ECFF;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  cursor: move;
}
/* line 4621, ../../../app/stylesheets/screen.scss */
#manage-topics .drops ol li a {
  padding: 6px 10px;
  background-color: #97ECFF;
  color: #898c91;
  font-weight: bold;
  font-size: 14px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-transition: color 0.2s linear 0s;
  -webkit-transition: color 0.2s linear 0s;
  transition: color 0.2s linear 0s;
}
/* line 4636, ../../../app/stylesheets/screen.scss */
#manage-topics .drops ol li a:hover, #manage-topics .drops ol li a:focus {
  text-decoration: none;
  color: #5d5f63;
}
/* line 4644, ../../../app/stylesheets/screen.scss */
#manage-topics .drops ul {
  margin-bottom: 0;
}
/* line 4473, ../../../app/stylesheets/screen.scss */
#manage-topics .drops ul li {
  background-color: #97ECFF;
  border-radius: 3px 3px 3px 3px;
  margin: 0 6px 6px 0;
  padding: 6px 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: background 0.2s linear 0s;
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s;
}
/* line 4482, ../../../app/stylesheets/screen.scss */
#manage-topics .drops ul li span {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #000;
}
/* line 4489, ../../../app/stylesheets/screen.scss */
#manage-topics .drops ul li:hover {
  background-color: #7fdaee;
}
/* line 4648, ../../../app/stylesheets/screen.scss */
#manage-topics .drops ul li {
  background-color: #DDD;
}
/* line 4650, ../../../app/stylesheets/screen.scss */
#manage-topics .drops ul li span {
  margin-right: 5px;
  float: left;
  color: #999;
  background-color: #DDD;
  cursor: auto;
}
/* line 4657, ../../../app/stylesheets/screen.scss */
#manage-topics .drops ul li a {
  float: left;
  color: #898c91;
  background-color: #DDD;
  font-weight: bold;
  font-size: 14px;
}
/* line 4666, ../../../app/stylesheets/screen.scss */
#manage-topics .drops ul li:hover {
  background-color: #DDD;
}
/* line 4671, ../../../app/stylesheets/screen.scss */
#manage-topics .drops ul.hover, #manage-topics .drops ol.hover {
  background-color: #e8e8e8;
}

/* Resources
===============================================================================*/
/* line 4680, ../../../app/stylesheets/screen.scss */
#resources h1 {
  margin-bottom: 8px;
}
/* line 4683, ../../../app/stylesheets/screen.scss */
#resources h2 {
  border-bottom: none;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 6px;
  padding-bottom: 0px;
}
/* line 4690, ../../../app/stylesheets/screen.scss */
#resources h3 {
  border-bottom: none;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 4px;
  padding-bottom: 0px;
}
/* line 4697, ../../../app/stylesheets/screen.scss */
#resources header {
  font-size: 19px;
  font-weight: bold;
}
/* line 4701, ../../../app/stylesheets/screen.scss */
#resources p {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 10px;
}
/* line 4706, ../../../app/stylesheets/screen.scss */
#resources p.small-text {
  font-size: 13px;
  font-style: italic;
}
/* line 4710, ../../../app/stylesheets/screen.scss */
#resources .section-header {
  -webkit-border-top-right-radius: 7px;
  -webkit-border-top-left-radius: 7px;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-topleft: 7px;
  border-radius: 7px 7px 0 0;
  background-color: #000;
  border-left: 3px solid #ececec;
  border-right: 3px solid #ececec;
  border-top: 3px solid #ececec;
  color: #FFFFFF;
  font-size: 23px;
  padding: 6px 0 6px 25px;
  font-weight: 300;
  margin-top: 30px;
}
/* line 4726, ../../../app/stylesheets/screen.scss */
#resources .section-wrapper {
  background-color: #fff;
  padding-bottom: 30px;
  padding-left: 25px;
  padding-top: 30px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 7px;
  border-radius: 0 0 7px 7px;
  border-right: 3px solid #ececec;
  border-bottom: 3px solid #ececec;
  border-left: 3px solid #ececec;
}
/* line 4744, ../../../app/stylesheets/screen.scss */
#resources .bookmarklet {
  background: white url(http://www.twylah.com/images/bookmarklet_arrow.png?1352944116) no-repeat scroll 93px 11px;
}
/* line 4746, ../../../app/stylesheets/screen.scss */
#resources .bookmarklet p {
  float: left;
  margin: 6px 0 0 22px;
}
/* line 4750, ../../../app/stylesheets/screen.scss */
#resources .bookmarklet p.small-text {
  margin: 0 0 0 22px;
}
/* line 4753, ../../../app/stylesheets/screen.scss */
#resources .bookmarklet a.bookmarklet-icon {
  float: left;
  display: block;
  background: transparent url(http://www.twylah.com/images/bookmarklet_icon.png?1352944116) no-repeat;
  width: 65px;
  height: 65px;
}
/* line 4759, ../../../app/stylesheets/screen.scss */
#resources .bookmarklet a.bookmarklet-icon:hover {
  text-decoration: none;
}
/* line 4762, ../../../app/stylesheets/screen.scss */
#resources .bookmarklet a.bookmarklet-icon:focus {
  text-decoration: none;
}
/* line 4765, ../../../app/stylesheets/screen.scss */
#resources .bookmarklet a.bookmarklet-icon:active {
  text-decoration: none;
}
/* line 4768, ../../../app/stylesheets/screen.scss */
#resources .bookmarklet a.bookmarklet-icon span {
  visibility: hidden;
}
/* line 4775, ../../../app/stylesheets/screen.scss */
#resources #trending-widget-section .section-wrapper #choose-layout {
  margin-bottom: 30px;
}
/* line 4777, ../../../app/stylesheets/screen.scss */
#resources #trending-widget-section .section-wrapper #choose-layout label {
  font-size: 17px;
  font-weight: bold;
  margin-right: 2px;
}
/* line 4782, ../../../app/stylesheets/screen.scss */
#resources #trending-widget-section .section-wrapper #choose-layout select {
  font-size: 15px;
}
/* line 4787, ../../../app/stylesheets/screen.scss */
#resources #trending-widget-section .section-wrapper #square div.square-widget-wrapper {
  width: 300px;
  float: left;
}
/* line 4793, ../../../app/stylesheets/screen.scss */
#resources #trending-widget-section .section-wrapper #vertical div.vertical-widget-wrapper {
  width: 205px;
  float: left;
}
/* line 4799, ../../../app/stylesheets/screen.scss */
#resources #trending-widget-section .section-wrapper #horizontal div.horizontal-widget-wrapper {
  width: 550px;
  float: left;
}
/* line 4804, ../../../app/stylesheets/screen.scss */
#resources #trending-widget-section .section-wrapper div.widget-code-wrapper {
  float: left;
  margin-left: 40px;
}
/* line 4807, ../../../app/stylesheets/screen.scss */
#resources #trending-widget-section .section-wrapper div.widget-code-wrapper p {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 3px;
}
/* line 4812, ../../../app/stylesheets/screen.scss */
#resources #trending-widget-section .section-wrapper div.widget-code-wrapper textarea {
  border: 1px solid #E3E3E3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: left;
  font-size: 12px;
  height: 200px;
  padding: 10px;
  width: 240px;
  background: #d9f7ff;
}
/* line 4823, ../../../app/stylesheets/screen.scss */
#resources #trending-widget-section .section-wrapper p.widget-size {
  margin-top: 8px;
  text-align: center;
  color: #888;
}
/* line 4830, ../../../app/stylesheets/screen.scss */
#resources .badgecode {
  display: none;
}
/* line 4832, ../../../app/stylesheets/screen.scss */
#resources .badgecode textarea {
  border: 1px solid #e3e3e3;
  float: left;
  margin-left: 23px;
  padding: 10px;
  width: 245px;
  height: 100px;
  font-size: 12px;
  background: #d9f7ff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 4843, ../../../app/stylesheets/screen.scss */
#resources .badgecode p {
  float: left;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-left: 24px;
  margin-top: 25px;
}
/* line 4852, ../../../app/stylesheets/screen.scss */
#resources .badge-column {
  float: left;
  margin-right: -1px;
  margin-bottom: 25px;
  margin-top: 10px;
}
/* line 4857, ../../../app/stylesheets/screen.scss */
#resources .badge-column .selected {
  background: #EDFBFE;
}
/* line 4861, ../../../app/stylesheets/screen.scss */
#resources .badge-cell {
  background-color: #F8FBFB;
  border-bottom: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  width: 265px;
  display: block;
}
/* line 4869, ../../../app/stylesheets/screen.scss */
#resources .badge-cell-last {
  border-bottom: 1px solid #e3e3e3;
}
/* line 4872, ../../../app/stylesheets/screen.scss */
#resources .badge-cell-first {
  border-top: 1px solid #e3e3e3;
}
/* line 4875, ../../../app/stylesheets/screen.scss */
#resources .badge-cell:hover {
  background: #edfbfe url(http://www.twylah.com/images/badge_code.png?1352944116) no-repeat scroll 190px 23px;
}
/* line 4878, ../../../app/stylesheets/screen.scss */
#resources .badge-cell:active, #resources .badge-cell:focus {
  background: #edfbfe url(http://www.twylah.com/images/badge_code.png?1352944116) no-repeat scroll 190px 23px;
}
/* line 4881, ../../../app/stylesheets/screen.scss */
#resources .badge-cell img {
  margin: 20px;
}
/* line 4885, ../../../app/stylesheets/screen.scss */
#resources #hosting ul {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  list-style-type: none;
  padding: 0px;
}
/* line 4890, ../../../app/stylesheets/screen.scss */
#resources #hosting ul li {
  line-height: 22px;
  margin: 30px 0 0;
}
/* line 4893, ../../../app/stylesheets/screen.scss */
#resources #hosting ul li span {
  font-weight: bold;
}
/* line 4899, ../../../app/stylesheets/screen.scss */
#resources form {
  margin: 15px 0 0;
}
/* line 4901, ../../../app/stylesheets/screen.scss */
#resources form input#custom_domain, #resources form input#google_analytics_tag {
  font-size: 15px;
  height: 30px;
  margin: 0 3px 0 0;
  padding: 0 0 0 6px;
  width: 280px;
}
/* line 4909, ../../../app/stylesheets/screen.scss */
#resources .button_2 {
  display: block;
  margin: 9px 0 0;
}

/* Theme Templates
===============================================================================*/
/* line 4919, ../../../app/stylesheets/screen.scss */
#theme-templates {
  margin: 30px 0 70px;
  display: inline-block;
}
/* line 4923, ../../../app/stylesheets/screen.scss */
#theme-templates h1 {
  font-weight: bold;
  font-size: 35px;
  margin: 0 0 30px 0;
}
/* line 4928, ../../../app/stylesheets/screen.scss */
#theme-templates p {
  font-size: 17px;
  line-height: 24px;
  margin: 0 0 30px 0;
}
/* line 4933, ../../../app/stylesheets/screen.scss */
#theme-templates section.template-box {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  float: left;
  height: 235px;
  margin: 0 40px 40px 0;
  width: 278px;
}
/* line 4939, ../../../app/stylesheets/screen.scss */
#theme-templates section.template-box img {
  height: auto;
  width: 278px;
}
/* line 4943, ../../../app/stylesheets/screen.scss */
#theme-templates section.template-box .preview-container {
  background: rgba(0, 0, 0, 0.6);
  height: 155px;
  opacity: 0;
  padding: 40px;
  position: absolute;
  -moz-transition: opacity 0.1s ease-out 0s;
  -webkit-transition: opacity 0.1s ease-out 0s;
  transition: opacity 0.1s ease-out 0s;
  text-align: center;
  width: 198px;
}
/* line 4954, ../../../app/stylesheets/screen.scss */
#theme-templates section.template-box .preview-container a.preview-button {
  border: none;
  margin: 60px 0 10px 0;
  float: none;
  display: inline-block;
  padding: 12px 35px;
}
/* line 4961, ../../../app/stylesheets/screen.scss */
#theme-templates section.template-box .preview-container .template-title {
  color: white;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  font-family: georgia;
}
/* line 4968, ../../../app/stylesheets/screen.scss */
#theme-templates section.template-box .preview-container:hover {
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
}
/* line 4974, ../../../app/stylesheets/screen.scss */
#theme-templates section.selected {
  outline: 4px solid #10a4e8;
}
/* line 4977, ../../../app/stylesheets/screen.scss */
#theme-templates section.last {
  margin: 0 0 44px 0;
}
/* line 4980, ../../../app/stylesheets/screen.scss */
#theme-templates div.buttons-container {
  float: left;
  margin: 10px 0 0 0;
}
/* line 4983, ../../../app/stylesheets/screen.scss */
#theme-templates div.buttons-container a {
  margin: 0 0 0 10px;
}

/* topic tracker stuff
===============================*/
/* line 4993, ../../../app/stylesheets/screen.scss */
#topic-tracker section {
  margin-bottom: 55px;
}
/* line 4998, ../../../app/stylesheets/screen.scss */
#topic-tracker section.topic-tracker-header div.image-header-wrapper {
  display: inline-block;
}
/* line 5000, ../../../app/stylesheets/screen.scss */
#topic-tracker section.topic-tracker-header div.image-header-wrapper img {
  float: left;
  height: 85px;
  width: 85px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 5006, ../../../app/stylesheets/screen.scss */
#topic-tracker section.topic-tracker-header div.image-header-wrapper div.header-wrapper {
  display: inline-block;
  margin: -3px 0 0 20px;
}
/* line 5009, ../../../app/stylesheets/screen.scss */
#topic-tracker section.topic-tracker-header div.image-header-wrapper div.header-wrapper h1 {
  font-size: 35px;
  margin: 0 0 8px;
}
/* line 5013, ../../../app/stylesheets/screen.scss */
#topic-tracker section.topic-tracker-header div.image-header-wrapper div.header-wrapper span {
  color: #999;
  display: block;
}
/* line 5019, ../../../app/stylesheets/screen.scss */
#topic-tracker section.topic-tracker-header .change-topics-button {
  display: inline;
  float: right;
}
/* line 5025, ../../../app/stylesheets/screen.scss */
#topic-tracker div.section-header {
  border-bottom: 1px solid #DFDFDF;
  color: #888888;
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 17px;
  padding: 0 0 2px;
  text-transform: uppercase;
}
/* line 5035, ../../../app/stylesheets/screen.scss */
#topic-tracker .popup-icon {
  color: #CCCCCC;
  font-size: 26px;
  font-weight: normal;
  position: relative;
  top: -8px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
/* line 5042, ../../../app/stylesheets/screen.scss */
#topic-tracker .popup-icon:hover {
  cursor: pointer;
  color: #0284c0;
}
/* line 5048, ../../../app/stylesheets/screen.scss */
#topic-tracker div.expand-arrow {
  color: #AAAAAA;
  display: inline-block;
  font-size: 12px;
  margin: 8px 0 0;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 100%;
}
/* line 5056, ../../../app/stylesheets/screen.scss */
#topic-tracker div.expand-arrow:hover {
  cursor: pointer;
  color: #888888;
}
/* line 5060, ../../../app/stylesheets/screen.scss */
#topic-tracker div.expand-arrow span.twycon-arrow-combo {
  opacity: 0.4;
  margin: 0 2px 0 4px;
  vertical-align: text-top;
}
/* line 5067, ../../../app/stylesheets/screen.scss */
#topic-tracker section.overall-scores {
  margin-top: -15px;
  position: relative;
}
/* line 5070, ../../../app/stylesheets/screen.scss */
#topic-tracker section.overall-scores .overall-score-wrapper {
  display: inline-block;
  height: 144px;
  padding: 15px;
  width: 450px;
  margin: 0 20px 0 0;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
/* line 5077, ../../../app/stylesheets/screen.scss */
#topic-tracker section.overall-scores .overall-score-wrapper img {
  margin: 0;
  width: 275px;
}
/* line 5081, ../../../app/stylesheets/screen.scss */
#topic-tracker section.overall-scores .overall-score-wrapper .overall-score {
  color: #296BA2;
  font-size: 19px;
  font-weight: bold;
  left: 134px;
  position: absolute;
  top: 75px;
}
/* line 5089, ../../../app/stylesheets/screen.scss */
#topic-tracker section.overall-scores .overall-score-wrapper .score-info-wrapper {
  float: right;
  margin: 25px 0 0;
  width: 167px;
}
/* line 5093, ../../../app/stylesheets/screen.scss */
#topic-tracker section.overall-scores .overall-score-wrapper .score-info-wrapper .overall-score-big {
  font-size: 39px;
  font-weight: bold;
}
/* line 5097, ../../../app/stylesheets/screen.scss */
#topic-tracker section.overall-scores .overall-score-wrapper .score-info-wrapper .overall-score-title {
  display: block;
  font-size: 19px;
  margin: -10px 0 0px;
}
/* line 5102, ../../../app/stylesheets/screen.scss */
#topic-tracker section.overall-scores .overall-score-wrapper .score-info-wrapper p {
  color: #999999;
  font-size: 11px;
  line-height: 13px;
}
/* line 5109, ../../../app/stylesheets/screen.scss */
#topic-tracker section.overall-scores .brand-influence-score {
  margin: 0 0 0 0;
}
/* line 5114, ../../../app/stylesheets/screen.scss */
#topic-tracker section.top-performing-topics {
  margin-top: -15px;
}
/* line 5119, ../../../app/stylesheets/screen.scss */
#topic-tracker section.competitive-analysis .you-vs-competitor-wrapper {
  float: left;
  margin: 5px 0 30px;
  width: 100%;
}
/* line 5124, ../../../app/stylesheets/screen.scss */
#topic-tracker section.competitive-analysis .user-avatar-wrapper {
  display: inline-block;
  height: 70px;
  padding: 6px;
  width: 70px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
/* line 5130, ../../../app/stylesheets/screen.scss */
#topic-tracker section.competitive-analysis .user-avatar-wrapper img {
  height: 70px;
  width: 70px;
}
/* line 5135, ../../../app/stylesheets/screen.scss */
#topic-tracker section.competitive-analysis .twycon-chevron-left, #topic-tracker section.competitive-analysis .twycon-chevron-right {
  margin: 15px 5px 15px 0;
  opacity: 0.13;
}
/* line 5138, ../../../app/stylesheets/screen.scss */
#topic-tracker section.competitive-analysis .twycon-chevron-left:hover, #topic-tracker section.competitive-analysis .twycon-chevron-right:hover {
  opacity: 0.2;
}
/* line 5142, ../../../app/stylesheets/screen.scss */
#topic-tracker section.competitive-analysis .twycon-chevron-right {
  margin: 15px 0 15px 5px;
}
/* line 5145, ../../../app/stylesheets/screen.scss */
#topic-tracker section.competitive-analysis .versus-text {
  color: #AAAAAA;
  display: inline-block;
  font-size: 35px;
  font-weight: bold;
  margin: 15px 30px;
  text-align: center;
  vertical-align: top;
}
/* line 5154, ../../../app/stylesheets/screen.scss */
#topic-tracker section.competitive-analysis .competitor-info-wrapper {
  display: inline-block;
  height: 70px;
  padding: 6px;
  width: 370px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
/* line 5160, ../../../app/stylesheets/screen.scss */
#topic-tracker section.competitive-analysis .competitor-info-wrapper img {
  display: inline-block;
  height: 70px;
  margin-right: 12px;
  width: 70px;
}
/* line 5166, ../../../app/stylesheets/screen.scss */
#topic-tracker section.competitive-analysis .competitor-info-wrapper .competitor-name-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 270px;
}
/* line 5170, ../../../app/stylesheets/screen.scss */
#topic-tracker section.competitive-analysis .competitor-info-wrapper .competitor-name-wrapper .competitor-name {
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
}
/* line 5175, ../../../app/stylesheets/screen.scss */
#topic-tracker section.competitive-analysis .competitor-info-wrapper .competitor-name-wrapper p {
  font-size: 12px;
  color: #aaa;
  margin-bottom: 3px;
}
/* line 5182, ../../../app/stylesheets/screen.scss */
#topic-tracker section.competitive-analysis .edit-competitors {
  float: right;
}
/* line 5185, ../../../app/stylesheets/screen.scss */
#topic-tracker section.competitive-analysis .small-versus-text {
  color: #AAAAAA;
}
/* line 5188, ../../../app/stylesheets/screen.scss */
#topic-tracker section.competitive-analysis .comparison-bars-wrapper {
  color: #547EB5;
  float: right;
  position: relative;
  width: auto;
}
/* line 5193, ../../../app/stylesheets/screen.scss */
#topic-tracker section.competitive-analysis .comparison-bars-wrapper .you-comparison {
  margin: 0 0 0 -10px;
  position: absolute;
  font-size: 11px;
  top: 30px;
}
/* line 5199, ../../../app/stylesheets/screen.scss */
#topic-tracker section.competitive-analysis .comparison-bars-wrapper .comparison-marker {
  bottom: 9px;
  font-size: 30px;
  font-weight: 300;
  left: 6px;
  position: absolute;
}
/* line 5207, ../../../app/stylesheets/screen.scss */
#topic-tracker section.competitive-analysis .comparison-bars-wrapper.yellow {
  color: #C8A902;
  margin-left: 100px;
}
/* line 5213, ../../../app/stylesheets/screen.scss */
#topic-tracker section.competitive-analysis section.select-competitors head {
  margin-top: 22px;
}
/* line 5216, ../../../app/stylesheets/screen.scss */
#topic-tracker section.competitive-analysis section.select-competitors label, #topic-tracker section.competitive-analysis section.select-competitors .input-prepend {
  margin-bottom: 10px;
}
/* line 5223, ../../../app/stylesheets/screen.scss */
#topic-tracker div.topic-tracker-boxes .topic-box {
  background: #F6F6F6;
  float: left;
  margin: 0 25px 0 0;
  padding: 25px 0 0;
  position: relative;
  width: 479px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 5231, ../../../app/stylesheets/screen.scss */
#topic-tracker div.topic-tracker-boxes .topic-box .topic-box-title-wrapper {
  margin: 0 0 5px;
  padding: 0 30px;
}
/* line 5234, ../../../app/stylesheets/screen.scss */
#topic-tracker div.topic-tracker-boxes .topic-box .topic-box-title-wrapper .topic-box-title {
  color: #000000;
  display: inline;
  font-size: 19px;
  font-weight: bold;
}
/* line 5241, ../../../app/stylesheets/screen.scss */
#topic-tracker div.topic-tracker-boxes .topic-box .topic-bar-label {
  color: #AAAAAA;
  display: inline-block;
  font-size: 11px;
}
/* line 5246, ../../../app/stylesheets/screen.scss */
#topic-tracker div.topic-tracker-boxes .topic-box .tweets-bar-label {
  margin: 0 0 0 157px;
}
/* line 5249, ../../../app/stylesheets/screen.scss */
#topic-tracker div.topic-tracker-boxes .topic-box .reactions-bar-label {
  margin: 0 0 0 143px;
}
/* line 5253, ../../../app/stylesheets/screen.scss */
#topic-tracker div.topic-tracker-boxes .topic-box .topic-box-bars-wrapper .topic-row {
  border-bottom: 1px solid #EAEAEA;
  border-top: 1px solid #FFFFFF;
  padding: 17px 30px;
}
/* line 5258, ../../../app/stylesheets/screen.scss */
#topic-tracker div.topic-tracker-boxes .topic-box .topic-box-bars-wrapper .topic-row-0 {
  border-top: none;
}
/* line 5261, ../../../app/stylesheets/screen.scss */
#topic-tracker div.topic-tracker-boxes .topic-box .topic-box-bars-wrapper .topic-row-9 {
  border-bottom: none;
}
/* line 5264, ../../../app/stylesheets/screen.scss */
#topic-tracker div.topic-tracker-boxes .topic-box .topic-box-bars-wrapper .topic-row-5 {
  border-top: 1px solid #FFFFFF;
}
/* line 5268, ../../../app/stylesheets/screen.scss */
#topic-tracker div.topic-tracker-boxes .topic-box .topic-name {
  color: #000000;
  font-size: 18px;
}
/* line 5271, ../../../app/stylesheets/screen.scss */
#topic-tracker div.topic-tracker-boxes .topic-box .topic-name:hover {
  cursor: default;
}
/* line 5275, ../../../app/stylesheets/screen.scss */
#topic-tracker div.topic-tracker-boxes .topic-box .progress {
  background-image: linear-gradient(to bottom, #f5f5f5, #ffffff);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
  float: right;
  height: 21px;
  margin: 2px 0 0;
  width: 185px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 5283, ../../../app/stylesheets/screen.scss */
#topic-tracker div.topic-tracker-boxes .topic-box .progress .bar-score {
  color: #AAAAAA;
  font-size: 10px;
  margin: 0 0 0 2px;
  position: absolute;
  vertical-align: top;
}
/* line 5291, ../../../app/stylesheets/screen.scss */
#topic-tracker div.topic-tracker-boxes .topic-box .progress .bar:hover {
  cursor: default;
}
/* line 5296, ../../../app/stylesheets/screen.scss */
#topic-tracker div.topic-tracker-boxes .topic-box .progress .bar {
  background-image: linear-gradient(to bottom, #65b0df, #4e9dce);
  background-image: -moz-linear-gradient(top, #65b0df, #4e9dce);
  background-image: -webkit-linear-gradient(top, #65b0df, #4e9dce);
}
/* line 5301, ../../../app/stylesheets/screen.scss */
#topic-tracker div.topic-tracker-boxes .topic-box .progress-warning .bar {
  background-image: linear-gradient(to bottom, #fbd85f, #e6c03c);
  background-image: -moz-linear-gradient(top, #fbd85f, #e6c03c);
  background-image: -webkit-linear-gradient(top, #fbd85f, #e6c03c);
}
/* line 5308, ../../../app/stylesheets/screen.scss */
#topic-tracker div.topic-tracker-boxes div.most-reactions-box {
  margin: 0;
}
/* line 5312, ../../../app/stylesheets/screen.scss */
#topic-tracker div.topic-tracker-boxes div.topic-box.selected-topics-box {
  width: 100%;
}
/* line 5314, ../../../app/stylesheets/screen.scss */
#topic-tracker div.topic-tracker-boxes div.topic-box.selected-topics-box .tweets-bar-label {
  margin: 0 0 0 196px;
}
/* line 5317, ../../../app/stylesheets/screen.scss */
#topic-tracker div.topic-tracker-boxes div.topic-box.selected-topics-box .reactions-bar-label {
  margin: 0 0 0 140px;
}
/* line 5320, ../../../app/stylesheets/screen.scss */
#topic-tracker div.topic-tracker-boxes div.topic-box.selected-topics-box .progress {
  float: right;
}
/* line 5323, ../../../app/stylesheets/screen.scss */
#topic-tracker div.topic-tracker-boxes div.topic-box.selected-topics-box .progress-warning {
  margin-left: 50px;
}
/* line 5326, ../../../app/stylesheets/screen.scss */
#topic-tracker div.topic-tracker-boxes div.topic-box.selected-topics-box .last-tweeted {
  float: right;
  margin: -3px 0 0 50px;
  width: 65px;
}
/* line 5330, ../../../app/stylesheets/screen.scss */
#topic-tracker div.topic-tracker-boxes div.topic-box.selected-topics-box .last-tweeted img {
  display: block;
  height: 17px;
  margin: 0 auto;
  width: 17px;
}
/* line 5336, ../../../app/stylesheets/screen.scss */
#topic-tracker div.topic-tracker-boxes div.topic-box.selected-topics-box .last-tweeted .last-tweet-time-stamp {
  color: #AAAAAA;
  display: block;
  font-size: 10px;
  margin: -1px 0 0;
  text-align: center;
}
/* line 5344, ../../../app/stylesheets/screen.scss */
#topic-tracker div.topic-tracker-boxes div.topic-box.selected-topics-box .suggest-tweet-button {
  float: right;
  margin: 2px 0 0 50px;
}
/* line 5350, ../../../app/stylesheets/screen.scss */
#topic-tracker div.topic-tracker-boxes div.topic-box.competitive-topics-box {
  width: 100%;
}
/* line 5352, ../../../app/stylesheets/screen.scss */
#topic-tracker div.topic-tracker-boxes div.topic-box.competitive-topics-box .tweets-bar-label {
  margin: 0 0 0 225px;
}
/* line 5355, ../../../app/stylesheets/screen.scss */
#topic-tracker div.topic-tracker-boxes div.topic-box.competitive-topics-box .reactions-bar-label {
  margin: 0 0 0 256px;
}
/* line 5358, ../../../app/stylesheets/screen.scss */
#topic-tracker div.topic-tracker-boxes div.topic-box.competitive-topics-box .topic-row {
  padding: 22px 30px;
}
/* line 5361, ../../../app/stylesheets/screen.scss */
#topic-tracker div.topic-tracker-boxes div.topic-box.competitive-topics-box .progress {
  float: right;
  height: 25px;
  width: 220px;
}
/* line 5366, ../../../app/stylesheets/screen.scss */
#topic-tracker div.topic-tracker-boxes div.topic-box.competitive-topics-box .thumbs {
  float: right;
  margin: 3px 0 0 7px;
}
/* line 5370, ../../../app/stylesheets/screen.scss */
#topic-tracker div.topic-tracker-boxes div.topic-box.competitive-topics-box span.twycon-thumbs-up {
  margin-top: 4px;
}

/* line 5379, ../../../app/stylesheets/screen.scss */
div.topic-tweets-modal .modal-header span {
  color: #AAAAAA;
}
/* line 5383, ../../../app/stylesheets/screen.scss */
div.topic-tweets-modal div.modal-body {
  padding: 25px 0;
}
/* line 5386, ../../../app/stylesheets/screen.scss */
div.topic-tweets-modal div.modal-tweet {
  border-bottom: 1px solid #E8E8E8;
  margin: 0 0 15px;
  padding: 0 25px 15px;
}
/* line 5390, ../../../app/stylesheets/screen.scss */
div.topic-tweets-modal div.modal-tweet p {
  font-size: 15px;
  line-height: normal;
  margin: 0 0 2px;
}
/* line 5395, ../../../app/stylesheets/screen.scss */
div.topic-tweets-modal div.modal-tweet div.modal-tweet-info {
  color: #999999;
  height: 18px;
}
/* line 5398, ../../../app/stylesheets/screen.scss */
div.topic-tweets-modal div.modal-tweet div.modal-tweet-info span.modal-tweet-time-stamp {
  float: left;
}
/* line 5401, ../../../app/stylesheets/screen.scss */
div.topic-tweets-modal div.modal-tweet div.modal-tweet-info span.modal-tweet-reactions {
  float: right;
}
/* line 5406, ../../../app/stylesheets/screen.scss */
div.topic-tweets-modal div.modal-tweet.last {
  border-bottom: none;
}

/* line 5411, ../../../app/stylesheets/screen.scss */
.modal.suggest-tweet-modal {
  width: 700px;
  margin: 0 0 0 -350px;
  top: 1%;
}
/* line 5415, ../../../app/stylesheets/screen.scss */
.modal.suggest-tweet-modal .modal-body {
  padding: 10px 25px 15px;
  max-height: 500px;
}
/* line 5419, ../../../app/stylesheets/screen.scss */
.modal.suggest-tweet-modal form {
  margin: 0;
}
/* line 5422, ../../../app/stylesheets/screen.scss */
.modal.suggest-tweet-modal textarea#tweet_post {
  margin: 0;
  width: 98%;
  height: 65px;
}
/* line 5427, ../../../app/stylesheets/screen.scss */
.modal.suggest-tweet-modal #loading-container {
  min-height: 100px;
}
/* line 5431, ../../../app/stylesheets/screen.scss */
.modal.suggest-tweet-modal #preview-container #embedly-preview {
  margin-top: 18px;
  min-height: 100px;
}
/* line 5434, ../../../app/stylesheets/screen.scss */
.modal.suggest-tweet-modal #preview-container #embedly-preview #slides {
  width: 100px;
}
/* line 5436, ../../../app/stylesheets/screen.scss */
.modal.suggest-tweet-modal #preview-container #embedly-preview #slides .slides_container {
  width: 100px;
  height: 100px;
  margin: 0px;
}
/* line 5440, ../../../app/stylesheets/screen.scss */
.modal.suggest-tweet-modal #preview-container #embedly-preview #slides .slides_container img {
  width: 100px;
}
/* line 5443, ../../../app/stylesheets/screen.scss */
.modal.suggest-tweet-modal #preview-container #embedly-preview #slides .slides_container embed {
  width: 100px;
  height: 100px;
}
/* line 5447, ../../../app/stylesheets/screen.scss */
.modal.suggest-tweet-modal #preview-container #embedly-preview #slides .slides_container iframe {
  width: 100px;
  height: 100px;
}
/* line 5451, ../../../app/stylesheets/screen.scss */
.modal.suggest-tweet-modal #preview-container #embedly-preview #slides .slides_container object {
  width: 100px;
  height: 100px;
}
/* line 5457, ../../../app/stylesheets/screen.scss */
.modal.suggest-tweet-modal #preview-container #embedly-preview #embedly-preview-right-column {
  display: inline-block;
  width: 80%;
}
/* line 5460, ../../../app/stylesheets/screen.scss */
.modal.suggest-tweet-modal #preview-container #embedly-preview #embedly-preview-right-column #embedly-article-content {
  color: #888888;
  font-size: 12px;
}
/* line 5463, ../../../app/stylesheets/screen.scss */
.modal.suggest-tweet-modal #preview-container #embedly-preview #embedly-preview-right-column #embedly-article-content .article-title {
  margin-bottom: 0px;
}
/* line 5470, ../../../app/stylesheets/screen.scss */
.modal.suggest-tweet-modal .pt-buttons-wrapper {
  margin: -5px 0 0;
}
/* line 5473, ../../../app/stylesheets/screen.scss */
.modal.suggest-tweet-modal .pt-sent-buttons-wrapper {
  padding: 80px;
  text-align: center;
}

/* line 5480, ../../../app/stylesheets/screen.scss */
.pt-sent-buttons-wrapper .btn {
  margin-left: 5px;
}

/* line 5486, ../../../app/stylesheets/screen.scss */
.suggested-articles-wrapper {
  background: none repeat scroll 0 0 #F6F6F6;
  margin: 0 0 12px;
  padding: 20px 50px;
}
/* line 5490, ../../../app/stylesheets/screen.scss */
.suggested-articles-wrapper .loading-suggested-articles {
  padding: 50px;
  text-align: center;
}
/* line 5493, ../../../app/stylesheets/screen.scss */
.suggested-articles-wrapper .loading-suggested-articles img {
  width: 90px;
  height: 90px;
}
/* line 5498, ../../../app/stylesheets/screen.scss */
.suggested-articles-wrapper .article-card {
  background: #FFFFFF;
  display: inline-block;
  height: 165px;
  margin: 0 30px 0 0;
  padding: 12px 15px;
  width: 125px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
/* line 5507, ../../../app/stylesheets/screen.scss */
.suggested-articles-wrapper .article-card.last {
  background: #FFFFFF;
  margin: 0 0 0 0;
}
/* line 5511, ../../../app/stylesheets/screen.scss */
.suggested-articles-wrapper .article-card.selected {
  -webkit-box-shadow: 0 0 0 4px #10a4e8;
  -moz-box-shadow: 0 0 0 4px #10a4e8;
  box-shadow: 0 0 0 4px #10a4e8;
}
/* line 5513, ../../../app/stylesheets/screen.scss */
.suggested-articles-wrapper .article-card.selected .select-article-button {
  background-color: #E6E6E6;
  background-image: none;
  cursor: default;
  opacity: 0.35;
}
/* line 5519, ../../../app/stylesheets/screen.scss */
.suggested-articles-wrapper .article-card.selected .select-article-button:hover, .suggested-articles-wrapper .article-card.selected .select-article-button:focus, .suggested-articles-wrapper .article-card.selected .select-article-button:active {
  background-color: #E6E6E6;
  background-image: none;
  cursor: default;
  opacity: 0.35;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 5529, ../../../app/stylesheets/screen.scss */
.suggested-articles-wrapper .card-image-wrapper {
  background: #f5f5f5;
  height: 95px;
  margin: 0 0 5px 0;
  overflow: hidden;
  width: 125px;
}
/* line 5536, ../../../app/stylesheets/screen.scss */
.suggested-articles-wrapper .card-title {
  font-size: 11px;
  font-weight: normal;
  height: 40px;
  line-height: 13px;
  margin: 0 0 5px;
  overflow: hidden;
}
/* line 5543, ../../../app/stylesheets/screen.scss */
.suggested-articles-wrapper .card-title a {
  color: #666;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
/* line 5547, ../../../app/stylesheets/screen.scss */
.suggested-articles-wrapper .card-title a:hover {
  color: #0284c0;
  text-decoration: none;
}
/* line 5552, ../../../app/stylesheets/screen.scss */
.suggested-articles-wrapper .select-article-button {
  width: 100%;
}

/* end topic tracker*/
/* topic selector
===============================*/
/* line 5713, ../../../app/stylesheets/screen.scss */
#topic-selector-old h1 {
  margin-bottom: 10px;
}
/* line 5716, ../../../app/stylesheets/screen.scss */
#topic-selector-old p {
  font-size: 17px;
  line-height: normal;
}
/* line 5720, ../../../app/stylesheets/screen.scss */
#topic-selector-old div.topic-buckets-wrapper {
  background: none repeat scroll 0 0 #F8F5EE;
  margin: 15px 0 22px;
  padding: 33px 40px 20px;
}
/* line 5724, ../../../app/stylesheets/screen.scss */
#topic-selector-old div.topic-buckets-wrapper p.small-text {
  font-size: 15px;
  margin: 0 0px 14px 0;
}
/* line 5728, ../../../app/stylesheets/screen.scss */
#topic-selector-old div.topic-buckets-wrapper span.topic-number-position {
  font-weight: bold;
  float: left;
  font-size: 25px;
  color: #D0D0D0;
  margin: 3px 10px 0 0;
}
/* line 5735, ../../../app/stylesheets/screen.scss */
#topic-selector-old div.topic-buckets-wrapper .bucket-1, #topic-selector-old div.topic-buckets-wrapper .bucket-2, #topic-selector-old div.topic-buckets-wrapper .bucket-3, #topic-selector-old div.topic-buckets-wrapper .bucket-4, #topic-selector-old div.topic-buckets-wrapper .bucket-5 {
  float: left;
}
/* line 5738, ../../../app/stylesheets/screen.scss */
#topic-selector-old div.topic-buckets-wrapper .bucket-6, #topic-selector-old div.topic-buckets-wrapper .bucket-7, #topic-selector-old div.topic-buckets-wrapper .bucket-8, #topic-selector-old div.topic-buckets-wrapper .bucket-9, #topic-selector-old div.topic-buckets-wrapper .bucket-10 {
  float: right;
}
/* line 5743, ../../../app/stylesheets/screen.scss */
#topic-selector-old div.topic-bubbles-wrapper span.topic-bubble, #topic-selector-old div.topic-buckets-wrapper span.topic-bubble {
  background: none repeat scroll 0 0 #97ECFF;
  cursor: move;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin: 0 3px 4px 0;
  padding: 6px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 5748, ../../../app/stylesheets/screen.scss */
#topic-selector-old div.topic-buckets-wrapper span.topic-bubble {
  margin: 0;
  float: left;
  cursor: default;
}
/* line 5753, ../../../app/stylesheets/screen.scss */
#topic-selector-old div.topic-buckets-wrapper span.remove-topic-bubble {
  color: #888;
  padding: 0 0 0 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
/* line 5578, ../../../app/stylesheets/screen.scss */
#topic-selector-old div.topic-buckets-wrapper span.remove-topic-bubble:hover {
  color: #000;
}
/* line 5757, ../../../app/stylesheets/screen.scss */
#topic-selector-old span.droppable {
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  height: 30px;
  margin: 0 22px 8px 0;
  padding: 6px 0 6px 6px;
  width: 360px;
}

/* end topic selector/

/*embed layout
========================================================================================*/
/* to target individual extension layouts go to the bottom of the page and add body.facebook or
body.embed next to the element you want to target*/
/* line 5779, ../../../app/stylesheets/screen.scss */
body.embed, body.facebook {
  background-color: #f7f7f7;
  background-image: none;
  -webkit-text-size-adjust: auto;
  -ms-text-size-adjust: auto;
  min-width: 300px;
  /*link and button colors*/
  /*end and button colors*/
}
/* line 5786, ../../../app/stylesheets/screen.scss */
body.embed .page, body.facebook .page {
  min-width: 300px;
}
/* line 5791, ../../../app/stylesheets/screen.scss */
body.embed a, body.facebook a {
  color: #10a4e8;
}
/* line 5794, ../../../app/stylesheets/screen.scss */
body.embed a:hover, body.facebook a:hover {
  color: #10a4e8;
}
/* line 5797, ../../../app/stylesheets/screen.scss */
body.embed .button_1, body.facebook .button_1 {
  background: #10a4e8;
  color: #fff;
}
/* line 5801, ../../../app/stylesheets/screen.scss */
body.embed .button_1:hover, body.facebook .button_1:hover {
  background: #2DA9E2;
  color: #fff;
}
/* line 5805, ../../../app/stylesheets/screen.scss */
body.embed .widget_tweet_content .suppressed-link, body.facebook .widget_tweet_content .suppressed-link {
  color: #10a4e8;
}
/* line 5808, ../../../app/stylesheets/screen.scss */
body.embed .retweet_reply a, body.facebook .retweet_reply a {
  color: #C3C3C3;
}
/* line 5811, ../../../app/stylesheets/screen.scss */
body.embed .retweet_reply a:hover, body.facebook .retweet_reply a:hover {
  color: #10a4e8;
}
/* line 5814, ../../../app/stylesheets/screen.scss */
body.embed h3.widget_title a, body.facebook h3.widget_title a {
  color: #000;
}
/* line 5820, ../../../app/stylesheets/screen.scss */
body.embed #theme-1, body.facebook #theme-1 {
  width: 300px;
  background-image: none;
  min-height: 0px;
}
/* line 5826, ../../../app/stylesheets/screen.scss */
body.embed .outside, body.facebook .outside {
  padding: 0px 10px;
}
/* line 5830, ../../../app/stylesheets/screen.scss */
body.embed .inside, body.facebook .inside {
  width: 100%;
}
/* line 5834, ../../../app/stylesheets/screen.scss */
body.embed .twylah_header, body.facebook .twylah_header {
  height: 25px;
}
/* line 5836, ../../../app/stylesheets/screen.scss */
body.embed .twylah_header .join_login, body.facebook .twylah_header .join_login {
  display: none;
}
/* line 5839, ../../../app/stylesheets/screen.scss */
body.embed .twylah_header .logo img, body.facebook .twylah_header .logo img {
  margin-top: 4px;
  width: 70px;
}
/* line 5843, ../../../app/stylesheets/screen.scss */
body.embed .twylah_header .website_url, body.facebook .twylah_header .website_url {
  display: none;
}
/* line 5848, ../../../app/stylesheets/screen.scss */
body.embed .user_header, body.facebook .user_header {
  height: 100%;
  min-height: 0;
  width: 100%;
  background-color: #EBEBEB;
  border-bottom: 1px solid #d5d5d5;
  border-top: none;
  padding-top: 8px;
  padding-bottom: 8px;
}
/* line 5857, ../../../app/stylesheets/screen.scss */
body.embed .user_header .user_info, body.facebook .user_header .user_info {
  margin: 0;
  padding: 0;
  width: 100%;
}
/* line 5862, ../../../app/stylesheets/screen.scss */
body.embed .user_header h1, body.facebook .user_header h1 {
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 27px;
  margin: 0;
  padding: 0;
}
/* line 5868, ../../../app/stylesheets/screen.scss */
body.embed .user_header h1 a, body.facebook .user_header h1 a {
  color: #000;
  text-shadow: none;
}
/* line 5873, ../../../app/stylesheets/screen.scss */
body.embed .user_header p, body.facebook .user_header p {
  color: #555555;
  font-family: georgia,serif;
  font-size: 13px;
  font-style: italic;
  margin: 0px 0px 0px 0px;
}
/* line 5880, ../../../app/stylesheets/screen.scss */
body.embed .user_header .user_bio, body.facebook .user_header .user_bio {
  display: none;
}
/* line 5883, ../../../app/stylesheets/screen.scss */
body.embed .user_header .avatar, body.facebook .user_header .avatar {
  float: right;
  margin: 0;
  padding: 0;
}
/* line 5887, ../../../app/stylesheets/screen.scss */
body.embed .user_header .avatar img, body.facebook .user_header .avatar img {
  width: 45px;
  height: 45px;
}
/* line 5892, ../../../app/stylesheets/screen.scss */
body.embed .user_header .follow_button, body.facebook .user_header .follow_button {
  display: none;
}
/* line 5897, ../../../app/stylesheets/screen.scss */
body.embed .tag_nav, body.facebook .tag_nav {
  background-color: #F7F7F7;
  border-bottom: medium none;
  border-top: 1px solid #FFFFFF;
  color: #10A4E8;
  height: 80px;
  margin-bottom: 14px;
  overflow: hidden;
  padding-top: 14px;
}
/* line 5906, ../../../app/stylesheets/screen.scss */
body.embed .tag_nav ul li, body.facebook .tag_nav ul li {
  background-color: #000000;
  font-size: 12px;
  margin: 0px 4px 4px 0px;
  padding: 3px 10px;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-weight: bold;
}
/* line 5914, ../../../app/stylesheets/screen.scss */
body.embed .tag_nav a, body.facebook .tag_nav a {
  text-shadow: none;
  color: #fff;
}
/* line 5918, ../../../app/stylesheets/screen.scss */
body.embed .tag_nav a:hover, body.facebook .tag_nav a:hover {
  color: #10a4e8;
}
/* line 5923, ../../../app/stylesheets/screen.scss */
body.embed #tabslide_slidetoggle, body.facebook #tabslide_slidetoggle {
  display: none;
}
/* line 5927, ../../../app/stylesheets/screen.scss */
body.embed #tabslide_wrapper, body.facebook #tabslide_wrapper {
  display: none;
}
/* line 5931, ../../../app/stylesheets/screen.scss */
body.embed .topic_subheader h2, body.facebook .topic_subheader h2 {
  display: none;
}
/* line 5935, ../../../app/stylesheets/screen.scss */
body.embed .row_4, body.facebook .row_4 {
  display: none;
}
/* line 5941, ../../../app/stylesheets/screen.scss */
body.embed #gallery #gallery-widget .button-wrapper, body.facebook #gallery #gallery-widget .button-wrapper {
  display: none;
}
/* line 5947, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .widget, body.facebook .widgets_container .widget {
  width: 100%;
  height: auto;
  margin: 0 0 15px 0;
}
/* line 5952, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container h3.widget_title, body.facebook .widgets_container h3.widget_title {
  font-size: 17px;
  margin: 10px 10px 6px;
}
/* line 5956, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .widget-wrapper, body.facebook .widgets_container .widget-wrapper {
  padding-right: 10px;
  padding-left: 10px;
}
/* line 5960, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .widget_image, body.facebook .widgets_container .widget_image {
  margin-left: 10px;
  margin-right: 10px;
  height: auto;
  width: auto;
  border: none;
}
/* line 5966, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .widget_image img, body.facebook .widgets_container .widget_image img {
  max-width: 100%;
}
/* line 5969, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .widget_image iframe, body.facebook .widgets_container .widget_image iframe {
  width: 100%;
}
/* line 5972, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .widget_image embed, body.facebook .widgets_container .widget_image embed {
  width: 100%;
}
/* line 5975, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .widget_image object, body.facebook .widgets_container .widget_image object {
  width: 100%;
}
/* line 5980, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .widget_tweet_content .thumb-wrapper, body.facebook .widgets_container .widget_tweet_content .thumb-wrapper {
  margin: 2px 9px 0 0;
}
/* line 5983, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .widget_tweet_content .thumb, body.facebook .widgets_container .widget_tweet_content .thumb {
  width: 65px;
  height: 65px;
}
/* line 5990, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .tweet-footer .js-tweet-actions, body.facebook .widgets_container .tweet-footer .js-tweet-actions {
  visibility: visible;
}
/* line 5995, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .widget_570 .widget_tweet, body.facebook .widgets_container .widget_570 .widget_tweet {
  font-size: 16px;
  line-height: 20px;
}
/* line 5999, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .widget_440 .widget_tweet, body.facebook .widgets_container .widget_440 .widget_tweet {
  font-size: 16px;
  line-height: 20px;
}
/* line 6003, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .widget_332 .widget_tweet, body.facebook .widgets_container .widget_332 .widget_tweet {
  font-size: 16px;
  line-height: 20px;
}
/* line 6007, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .retweet_reply, body.facebook .widgets_container .retweet_reply {
  display: none;
}
/* line 6011, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .tweet-info .icon-font, body.facebook .widgets_container .tweet-info .icon-font {
  display: none;
}
/* line 6014, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .tweet-info .view-media, body.facebook .widgets_container .tweet-info .view-media {
  display: none;
}
/* line 6018, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .tweet_when a, body.facebook .widgets_container .tweet_when a {
  color: #c3c3c3;
}
/* line 6022, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .tweet-info-no-margin .icon-font, body.facebook .widgets_container .tweet-info-no-margin .icon-font {
  display: none;
}
/* line 6025, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .tweet-info-no-margin .view-media, body.facebook .widgets_container .tweet-info-no-margin .view-media {
  display: none;
}
/* line 6029, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .share-buttons, body.facebook .widgets_container .share-buttons {
  display: none;
}
/* line 6032, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container a.lower_link, body.facebook .widgets_container a.lower_link {
  position: static;
  float: right;
  margin: 12px 18px 5px 0px;
}
/* line 6037, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .money-box, body.facebook .widgets_container .money-box {
  border: none;
  height: 146px;
  width: 300px;
}
/* line 6041, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .money-box a, body.facebook .widgets_container .money-box a {
  height: 146px;
  width: 300px;
}
/* line 6045, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .money-box img, body.facebook .widgets_container .money-box img {
  height: 146px;
  width: 300px;
}
/* line 6049, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .money-box .pinned-topic-url, body.facebook .widgets_container .money-box .pinned-topic-url {
  display: none;
}
/* line 6055, ../../../app/stylesheets/screen.scss */
body.embed #money-box-small, body.facebook #money-box-small {
  height: auto;
  width: 300px;
}
/* line 6058, ../../../app/stylesheets/screen.scss */
body.embed #money-box-small .widget_440_205, body.facebook #money-box-small .widget_440_205 {
  height: auto;
  width: 300px;
  background-color: none;
  margin-bottom: 10px;
}
/* line 6064, ../../../app/stylesheets/screen.scss */
body.embed #money-box-small a img, body.facebook #money-box-small a img {
  height: auto;
  width: 300px;
}
/* line 6070, ../../../app/stylesheets/screen.scss */
body.embed #floating-money-box, body.facebook #floating-money-box {
  display: none;
}
/* line 6074, ../../../app/stylesheets/screen.scss */
body.embed .right-column, body.facebook .right-column {
  width: 100%;
}
/* line 6079, ../../../app/stylesheets/screen.scss */
body.embed #user-topic .left-column, body.facebook #user-topic .left-column {
  width: 100%;
}
/* line 6081, ../../../app/stylesheets/screen.scss */
body.embed #user-topic .left-column #user-topic-main, body.facebook #user-topic .left-column #user-topic-main {
  width: 100%;
}
/* line 6083, ../../../app/stylesheets/screen.scss */
body.embed #user-topic .left-column #user-topic-main h2, body.facebook #user-topic .left-column #user-topic-main h2 {
  font-size: 14px;
  padding: 10px 10px;
}
/* line 6087, ../../../app/stylesheets/screen.scss */
body.embed #user-topic .left-column #user-topic-main .tweet-wrapper, body.facebook #user-topic .left-column #user-topic-main .tweet-wrapper {
  padding: 15px 10px;
}
/* line 6089, ../../../app/stylesheets/screen.scss */
body.embed #user-topic .left-column #user-topic-main .tweet-wrapper .tweet-image, body.facebook #user-topic .left-column #user-topic-main .tweet-wrapper .tweet-image {
  width: 65px;
  height: 65px;
}
/* line 6092, ../../../app/stylesheets/screen.scss */
body.embed #user-topic .left-column #user-topic-main .tweet-wrapper .tweet-image .default-image a img, body.facebook #user-topic .left-column #user-topic-main .tweet-wrapper .tweet-image .default-image a img {
  display: none;
}
/* line 6096, ../../../app/stylesheets/screen.scss */
body.embed #user-topic .left-column #user-topic-main .tweet-wrapper .tweet-right-column, body.facebook #user-topic .left-column #user-topic-main .tweet-wrapper .tweet-right-column {
  margin-left: 78px;
  margin-top: -2px;
}
/* line 6100, ../../../app/stylesheets/screen.scss */
body.embed #user-topic .left-column #user-topic-main .tweet-wrapper h3, body.facebook #user-topic .left-column #user-topic-main .tweet-wrapper h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 3px;
}
/* line 6105, ../../../app/stylesheets/screen.scss */
body.embed #user-topic .left-column #user-topic-main .tweet-wrapper p, body.facebook #user-topic .left-column #user-topic-main .tweet-wrapper p {
  font-size: 14px;
  line-height: 16px;
}
/* line 6109, ../../../app/stylesheets/screen.scss */
body.embed #user-topic .left-column #user-topic-main .tweet-wrapper .read-more-button, body.facebook #user-topic .left-column #user-topic-main .tweet-wrapper .read-more-button {
  display: none;
}
/* line 6112, ../../../app/stylesheets/screen.scss */
body.embed #user-topic .left-column #user-topic-main .tweet-wrapper .more, body.facebook #user-topic .left-column #user-topic-main .tweet-wrapper .more {
  visibility: hidden;
}
/* line 6116, ../../../app/stylesheets/screen.scss */
body.embed #user-topic .left-column #user-topic-main .tweet-wrapper-no-content, body.facebook #user-topic .left-column #user-topic-main .tweet-wrapper-no-content {
  border-bottom: 1px solid #EAEAEA;
  margin: 0;
  padding: 15px 10px;
  border-top: none;
}
/* line 6121, ../../../app/stylesheets/screen.scss */
body.embed #user-topic .left-column #user-topic-main .tweet-wrapper-no-content p, body.facebook #user-topic .left-column #user-topic-main .tweet-wrapper-no-content p {
  font-size: 15px;
  line-height: normal;
  margin-bottom: 3px;
}
/* line 6126, ../../../app/stylesheets/screen.scss */
body.embed #user-topic .left-column #user-topic-main .tweet-wrapper-no-content .more, body.facebook #user-topic .left-column #user-topic-main .tweet-wrapper-no-content .more {
  visibility: hidden;
}
/* line 6135, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing #tweetlanding-main, body.facebook #tweet-landing #tweetlanding-main {
  width: 100%;
}
/* line 6138, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .left-column, body.facebook #tweet-landing .left-column {
  width: 100%;
}
/* line 6141, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .right-column, body.facebook #tweet-landing .right-column {
  width: 100%;
}
/* line 6144, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweet-landing-wrapper, body.facebook #tweet-landing .tweet-landing-wrapper {
  padding: 0px 10px;
}
/* line 6147, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_tweet, body.facebook #tweet-landing .tweetlanding_tweet {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 6150, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_tweet p, body.facebook #tweet-landing .tweetlanding_tweet p {
  font-size: 13px;
  line-height: 17px;
  margin: 0px;
}
/* line 6155, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_tweet .retweet_reply, body.facebook #tweet-landing .tweetlanding_tweet .retweet_reply {
  display: none;
}
/* line 6158, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_tweet .tweet_box_content, body.facebook #tweet-landing .tweetlanding_tweet .tweet_box_content {
  width: 220px;
}
/* line 6161, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_tweet img.avatar, body.facebook #tweet-landing .tweetlanding_tweet img.avatar {
  width: 40px;
  height: 40px;
  margin-bottom: 0px;
}
/* line 6168, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_detail h3.stream_title, body.facebook #tweet-landing .tweetlanding_detail h3.stream_title {
  font-size: 17px;
  line-height: 19px;
  margin: 10px 0px;
}
/* line 6173, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_detail .text-box, body.facebook #tweet-landing .tweetlanding_detail .text-box {
  line-height: 20px;
  width: 100%;
  margin: 0px;
}
/* line 6177, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_detail .text-box img, body.facebook #tweet-landing .tweetlanding_detail .text-box img {
  max-width: 100%;
}
/* line 6180, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_detail .text-box iframe, body.facebook #tweet-landing .tweetlanding_detail .text-box iframe {
  max-height: none;
  max-width: none;
  width: 100%;
}
/* line 6185, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_detail .text-box embed, body.facebook #tweet-landing .tweetlanding_detail .text-box embed {
  max-height: none;
  max-width: none;
  width: 100%;
}
/* line 6190, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_detail .text-box object, body.facebook #tweet-landing .tweetlanding_detail .text-box object {
  max-height: none;
  max-width: none;
  width: 100%;
}
/* line 6195, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_detail .text-box .full_article_link, body.facebook #tweet-landing .tweetlanding_detail .text-box .full_article_link {
  margin-bottom: 22px;
}
/* line 6199, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_detail .tagged_as, body.facebook #tweet-landing .tweetlanding_detail .tagged_as {
  padding-bottom: 5px;
  padding-top: 10px;
}
/* line 6203, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_detail #related-tweet-0, body.embed #tweet-landing .tweetlanding_detail #related-tweet-1, body.embed #tweet-landing .tweetlanding_detail #related-tweet-2, body.embed #tweet-landing .tweetlanding_detail #related-tweet-3, body.embed #tweet-landing .tweetlanding_detail #related-tweet-4, body.embed #tweet-landing .tweetlanding_detail #related-tweet-5, body.embed #tweet-landing .tweetlanding_detail #related-tweet-6, body.embed #tweet-landing .tweetlanding_detail #related-tweet-7, body.embed #tweet-landing .tweetlanding_detail #related-tweet-8, body.embed #tweet-landing .tweetlanding_detail #related-tweet-9, body.embed #tweet-landing .tweetlanding_detail #related-tweet-10, body.facebook #tweet-landing .tweetlanding_detail #related-tweet-0, body.facebook #tweet-landing .tweetlanding_detail #related-tweet-1, body.facebook #tweet-landing .tweetlanding_detail #related-tweet-2, body.facebook #tweet-landing .tweetlanding_detail #related-tweet-3, body.facebook #tweet-landing .tweetlanding_detail #related-tweet-4, body.facebook #tweet-landing .tweetlanding_detail #related-tweet-5, body.facebook #tweet-landing .tweetlanding_detail #related-tweet-6, body.facebook #tweet-landing .tweetlanding_detail #related-tweet-7, body.facebook #tweet-landing .tweetlanding_detail #related-tweet-8, body.facebook #tweet-landing .tweetlanding_detail #related-tweet-9, body.facebook #tweet-landing .tweetlanding_detail #related-tweet-10 {
  border-top: 1px dotted #D5D5D5;
  margin: 0;
  padding: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}
/* line 6210, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_detail .related-tweets-image, body.facebook #tweet-landing .tweetlanding_detail .related-tweets-image {
  float: left;
  height: 65px;
  width: 65px;
}
/* line 6215, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_detail .related-tweets-content, body.facebook #tweet-landing .tweetlanding_detail .related-tweets-content {
  float: left;
  margin-left: 10px;
  margin-top: -2px;
  width: 200px;
}
/* line 6221, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_detail .related-tweets, body.facebook #tweet-landing .tweetlanding_detail .related-tweets {
  width: 100%;
  border-right: none;
  margin: 0px;
  padding: 0px;
}
/* line 6226, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_detail .related-tweets:hover, body.facebook #tweet-landing .tweetlanding_detail .related-tweets:hover {
  cursor: pointer;
  background-color: #EDFBFE;
}
/* line 6230, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_detail .related-tweets p, body.facebook #tweet-landing .tweetlanding_detail .related-tweets p {
  width: 100%;
  margin-top: 0px;
}
/* line 6234, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_detail .related-tweets .related-tweet-view-more, body.facebook #tweet-landing .tweetlanding_detail .related-tweets .related-tweet-view-more {
  display: none;
}
/* line 6238, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_detail span.view-less-link, body.embed #tweet-landing .tweetlanding_detail span.view-more-link, body.facebook #tweet-landing .tweetlanding_detail span.view-less-link, body.facebook #tweet-landing .tweetlanding_detail span.view-more-link {
  background-color: #E8E8E8;
  border-radius: 3px 3px 3px 3px;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 9px 64px;
  cursor: pointer;
}
/* line 6248, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_detail .replies p, body.facebook #tweet-landing .tweetlanding_detail .replies p {
  font-family: georgia,serif;
  font-size: 12px;
  line-height: 15px;
}
/* line 6254, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_detail .reply-form-divider, body.facebook #tweet-landing .tweetlanding_detail .reply-form-divider {
  border-top: 1px solid #DFDFDF;
  margin: 0 0 12px;
  width: auto;
}
/* line 6262, ../../../app/stylesheets/screen.scss */
body.embed #gallery-widget, body.facebook #gallery-widget {
  width: 100%;
}
/* line 6264, ../../../app/stylesheets/screen.scss */
body.embed #gallery-widget .button_1, body.facebook #gallery-widget .button_1 {
  font-size: 13px;
  padding: 7px 84px;
}
/* line 6268, ../../../app/stylesheets/screen.scss */
body.embed #gallery-widget .gallery-widget-image, body.facebook #gallery-widget .gallery-widget-image {
  margin: 0 5px 5px 0;
  width: 90px;
  height: 90px;
}
/* line 6272, ../../../app/stylesheets/screen.scss */
body.embed #gallery-widget .gallery-widget-image a.label, body.facebook #gallery-widget .gallery-widget-image a.label {
  height: 53px;
  width: 86px;
}
/* line 6277, ../../../app/stylesheets/screen.scss */
body.embed #gallery-widget .image-2, body.embed #gallery-widget .image-5, body.facebook #gallery-widget .image-2, body.facebook #gallery-widget .image-5 {
  margin-right: 0px;
}
/* line 6280, ../../../app/stylesheets/screen.scss */
body.embed #gallery-widget .button_1, body.facebook #gallery-widget .button_1 {
  font-size: 15px;
  margin: 0;
  padding: 7px 50px;
}
/* line 6287, ../../../app/stylesheets/screen.scss */
body.embed #cta-widget, body.facebook #cta-widget {
  display: none;
}
/* line 6291, ../../../app/stylesheets/screen.scss */
body.embed #share-widget, body.facebook #share-widget {
  display: none;
}
/* line 6295, ../../../app/stylesheets/screen.scss */
body.embed #footer, body.embed #footer-wrapper, body.facebook #footer, body.facebook #footer-wrapper {
  display: none;
}
/* line 6299, ../../../app/stylesheets/screen.scss */
body.embed #directory-footer, body.facebook #directory-footer {
  display: none;
}

/*target specific layout
========================================================================================*/
/* line 6308, ../../../app/stylesheets/screen.scss */
body.facebook {
  overflow: hidden;
}

/* line 6312, ../../../app/stylesheets/screen.scss */
body.facebook #theme-1 {
  width: 500px;
}

/* line 6316, ../../../app/stylesheets/screen.scss */
body.facebook .tag_nav {
  height: 52px;
}

/* line 6320, ../../../app/stylesheets/screen.scss */
body.facebook .widgets_container .money-box {
  display: block;
  height: 205px;
  margin-left: 35px;
  width: 419px;
}
/* line 6325, ../../../app/stylesheets/screen.scss */
body.facebook .widgets_container .money-box img {
  height: 205px;
  width: 419px;
}

/* line 6331, ../../../app/stylesheets/screen.scss */
body.facebook .widgets_container .widget_tweet_content .thumb {
  height: 70px;
  width: 70px;
}

/* line 6336, ../../../app/stylesheets/screen.scss */
body.facebook #money-box-small #fb-reg-default img {
  height: 205px;
  width: 419px;
}

/* line 6341, ../../../app/stylesheets/screen.scss */
body.facebook #money-box-small .widget_440_205 {
  display: block;
  height: 205px;
  margin-left: 35px;
  width: 419px;
}
/* line 6346, ../../../app/stylesheets/screen.scss */
body.facebook #money-box-small .widget_440_205 img {
  height: 205px;
  width: 419px;
}

/* line 6354, ../../../app/stylesheets/screen.scss */
body.facebook #user-topic .left-column #user-topic-main .tweet-wrapper {
  padding: 20px 10px;
}

/* line 6358, ../../../app/stylesheets/screen.scss */
body.facebook #user-topic .left-column #user-topic-main .tweet-wrapper .tweet-image {
  width: 100px;
  height: 100px;
}

/* line 6363, ../../../app/stylesheets/screen.scss */
body.facebook #user-topic .left-column #user-topic-main .tweet-wrapper .tweet-right-column {
  margin-left: 115px;
  margin-top: -3px;
}
/* line 6366, ../../../app/stylesheets/screen.scss */
body.facebook #user-topic .left-column #user-topic-main .tweet-wrapper .tweet-right-column h3 {
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 5px;
}

/* line 6373, ../../../app/stylesheets/screen.scss */
body.facebook #user-topic .left-column #user-topic-main .tweet-wrapper-no-content p {
  font-size: 17px;
  line-height: 21px;
}

/* line 6379, ../../../app/stylesheets/screen.scss */
body.facebook #tweet-landing .tweetlanding_tweet .tweet_box_content {
  width: 420px;
}

/* line 6383, ../../../app/stylesheets/screen.scss */
body.facebook #tweet-landing .tweetlanding_tweet .tweet_box_content p {
  font-size: 15px;
  line-height: 19px;
}

/* line 6388, ../../../app/stylesheets/screen.scss */
body.facebook #tweet-landing .tweetlanding_detail .related-tweets-wrapper .related-tweets {
  height: auto;
}

/* line 6392, ../../../app/stylesheets/screen.scss */
body.facebook #tweet-landing .tweetlanding_detail .related-tweets-wrapper .related-tweets-image {
  height: 100px;
  width: 100px;
}

/* line 6397, ../../../app/stylesheets/screen.scss */
body.facebook #tweet-landing .tweetlanding_detail .related-tweets .related-tweets-content {
  float: left;
  margin-left: 15px;
  width: 75%;
}
/* line 6401, ../../../app/stylesheets/screen.scss */
body.facebook #tweet-landing .tweetlanding_detail .related-tweets .related-tweets-content p {
  float: left;
  margin-top: 1px;
}
/* line 6405, ../../../app/stylesheets/screen.scss */
body.facebook #tweet-landing .tweetlanding_detail .related-tweets .related-tweets-content a {
  float: left;
}

/* line 6411, ../../../app/stylesheets/screen.scss */
body.facebook #gallery-widget .button_1 {
  font-size: 14px;
}
/* line 6414, ../../../app/stylesheets/screen.scss */
body.facebook #gallery-widget .gallery-widget-image {
  margin-right: 7px;
}
/* line 6417, ../../../app/stylesheets/screen.scss */
body.facebook #gallery-widget .image-4 {
  margin-right: 0px;
}
/* line 6420, ../../../app/stylesheets/screen.scss */
body.facebook #gallery-widget .image-5 {
  display: none;
}

/* line 6425, ../../../app/stylesheets/screen.scss */
.hidden {
  display: none;
}

.slides_container div {
	width: 600px;
  display: block;
}

.slides_container img{
	max-width: 300px;
	max-height: 300px;
}