@charset "utf-8";
/* CSS Document */

/*----General Settings----*/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
body.home #ahome,
body.reviewing #areviewing,
body.letters #aletters,
body.essay #aessay,
body.beyond #abeyond,
body.memoir #amemoir,
body.shortStories #ashortStories {
	border-bottom: 7px solid #EDEEE9;
	padding: 0px;
	}
p, h1, h2, h3, h4, h5, h6, li , img{
	padding: 0px;
	margin-top: 0px;
}
hr  {
	width: 60%;	
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-align: left;
	text-indent: 25px;
	margin-bottom: 1em;
}

article, aside, details, figcaption, figure, footer, header,  hgroup, menu, nav, section {
	display: block;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-bottom: .6em;
	  text-shadow: 
                    0px 0px 0px #888,
                    -1px -1px 0px #777, 
                    -2px -2px 1px #666,
                    -3px -3px 1px #555,
                    -4px -4px 2px #444,
                    -5px -5px 3px #333,
                    -6px -6px 5px #000,
                    1px 1px 5px #ccc, 
                    2px 2px 5px #ccc,
                    3px 3px 5px #ccc,
                    4px 4px 5px #ccc,
                    5px 5px 5px #ccc,
                    6px 6px 5px #ccc;
                    
        
                filter: dropshadow(color=#ffff00, offx=1, offy=1);
 
        color:#f0f0f0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0.7em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	margin-bottom: .6em;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	margin-bottom: 1em;
}
h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0.5em;
}
#container  {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 3px solid #FF0000;
	text-align: left;
	overflow: auto;
}
header {
	background: #DDDDDD;
	height: 260px;
	width: 954px;
	margin-bottom: 15px;
}
nav {
	width: 954px;
	margin: 0;
	padding: 0;
	display: inline;
}

nav li {
	float: left;
	min-width: 4em;
	margin-right: 5px;
	margin-bottom: 15px;
	text-align: center;
	margin-left: 3px;
	list-style: none;
}
nav li a:link, 
nav li a:visited {
	background-color: rgb(255, 255, 255);
	color: rgb(85, 85, 102);
	display: block;
	padding: 0.08em;
	text-decoration: none;
	font-weight: bold;
	margin: 0 0 0.1em 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 3px 3px 3px 3px rgba(43, 43, 77, 0.5);
	-moz-box-shadow: 3px 3px 3px 3px rgba(43, 43, 77, 0.5);
	box-shadow: 3px 3px 3px 3px rgba(43, 43, 77, 0.5);
	font-size: 80%;
	-webkit-transition: background-color .75s ease;
	-moz-transition: background-color .75s ease;
	-o-transition: background-color .75s ease;
	transition: background-color .75s ease;
	
}
.nav li a:hover {
  background-color: rgba(69,68,170,1.00);
  color: rgb(255, 255, 255);
}
/*----homePage----*/
.articleHeading {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	text-shadow: 1px 1px 0px #666;
	text-align: center;
	-webkit-box-shadow: 3px 3px 10px 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 3px 3px 10px 8px rgba(0, 0, 0, 0.4);
	box-shadow: 3px 3px 10px 8px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	background-color: #FFF;
	background-image: url(../images/articleHeading.gif);
	background-position: center top;
}
.openArticleHeading {
	font-weight: bold;
	text-align: center;
}

/*---mainArticlePage----*/
#mainContentArticles  {
	float: left;
	position: relative;
	width: 670px;
	margin: 10px 0px 20px 0px;
	padding: 0 20px 10px 10px;
	/*border-right: 2px solid #333;*/
	-webkit-box-shadow: 3px 3px 10px 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 3px 3px 10px 8px rgba(0, 0, 0, 0.4);
	box-shadow: 3px 3px 10px 8px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

img.center {   display: block;   margin-left: auto;   margin-right: auto; }


 
#mainContentArticles img {
	/*margin-right: 10px;*/
	margin-bottom: 5px;
	border: 4px solid #000;
}
#mainContentArticlesPortfolio {
	width: 620px;
	margin: 20px 0px 0px 40px;	
}
/*----homePage----*/
article  {
	float: left;
	width: 58%;
	background: #FFFFFF;
	margin-left: 1%px;
}
#left {
	float: left;
	width: 190px;
	margin: 20px 1% 10px;
	padding-right: 10px;
}
#right {
	float: right;
	width: 190px;
	margin: 30px 1% 10px;
}

.alignLeft {
	float: left;
	margin-right: 10px;
}
.alignRight {
	float: right;
	margin-left: 10px;
}
.mainAdByOne {
	margin-left: 95px;
}
.mainAdByTwo {
	float: left;

}
.mainAdByFour {
	margin-left: 40px;
}
/*---Main Content---*/
.author {
	color: #666666;
	}
.center {
	text-align: center;
}
.centerItalic {
	text-align: center;
	font-style: italic;
}
.centerArialBold_36 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
}
.blackBoldTimes_30 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	background-color: #FFFFFF;
	font-weight: bold;
}
.firstLetter {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
}
#search {
	height: 50px;
	width: 80%;
}
.home #container article img{
	border: 4px solid #000;
}
.indent {
	padding: 0 20px;
}
.indent_2 {
	text-indent: 0;
	margin: 0 40px 10px;
	text-align: justify;
}
.indent_3 {
	text-indent: 300px;
}
footer {
	width: 954px;
	margin: 0;
	padding: 0;
	display: inline;
}
footer li {
	float: left;
	min-width: 4em;
	margin-right: 5px;
	margin-top: -15px;
	text-align: center;
	margin-left: 40px;
	list-style: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bigFont {
	font-family: "Times New Roman", Times, serif;
	font-size: 64px;
}

.lastPara  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-align: left;
	text-indent: 25px;
	margin-bottom: 2em;
}
#ad_1 {
	border-bottom: 5px solid #000000;
	}
/*asidePortfolio {
	float: right;
	width: 590px;
	margin-top: 10px;
}*/
/*----Misc CSS----*/
#ad_2 {
	border-bottom: 5px solid #000000;
	}
.authorName {
	color: #666666;
}
#sidebarArticles  {
	float: right;
	width: 150px;
	padding-top: 30px;
	margin-top: 35px;
	background-color: #fff;
	color: #333;
	-webkit-box-shadow: 3px 3px 10px 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 3px 3px 10px 8px rgba(0, 0, 0, 0.4);
	box-shadow: 3px 3px 10px 8px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 20px;
	background-image: url(http://www.neworldreview.com/vol_8No_55/images/articleHeader_2.gif);
	background-repeat: repeat-y;
}
#sidebarArticlesPortfolio  {
	float: right;
	width: 240px;
	padding-top: 30px;
	margin-top: 20px;
	color: #333;
	background: #fff url(http://www.neworldreview.com/vol_8No_55/css/none);
	-webkit-box-shadow: 3px 3px 10px 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 3px 3px 10px 8px rgba(0, 0, 0, 0.4);
	box-shadow: 3px 3px 10px 8px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 15px;
}
#sidebarArticlesPoliti  {
	float: right;
	width: 510px;
	padding-top: 30px;
	margin-top: 20px;
	color: #333;
	background: #fff url(http://www.neworldreview.com/vol_8No_55/css/none);
	-webkit-box-shadow: 3px 3px 10px 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 3px 3px 10px 8px rgba(0, 0, 0, 0.4);
	box-shadow: 3px 3px 10px 8px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 15px;
}
img.center {   display: block;   margin-left: auto;   margin-right: auto;
 }
/*.textWrap img {
	float: left;
	margin: 0 1em 1em 0;
    border: 1px solid #333;
}*/
.textWrap h2 {
	clear: both;
}
/*dropcap styles here*/
.dropcap p:first-of-type:first-letter {
	float: left;
	font-family: Georgia, Times, serif;
	font-size: 4em;
	margin: 0 5px 0 0;
	line-height: .7;
}
.imageLeft {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.imageRight {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.imageCenter {
	display: block;
	margin: 0 auto;
}
.italic {
	font-style: italic;	
}
.maroon {
	color: #900;	
}
.underline {
text-decoration: underline;	
}
.masthead {
	margin-bottom: 0;	
}

#mainContentFullPage  {
	float: left;
	width: 900px;
	margin-top: 10px 30px;
	
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#googleAdUnit_1 {
	margin-left: 116px;
}

.reviews {
  margin: 15px 0 15px 0;
 
  background-color:#000;
  border-bottom:1px solid #fff;
  color: #fff;
  font-weight:normal;
}
.box {
	float: left;
	height: 400px;
	width: 550px;
	margin-bottom: 20px;
}
.clear {
	clear: both;
}

.leftCovers {
	margin-top: 30px;
}
.bold {
	text-weight: bold;
	font-weight: bold;
	color: #000;
}
 a.cta {
		text-transform: uppercase;
		font-size: .9em;
		font-weight: bold;
		text-decoration: none;
		margin: 05em 0 0 0 ;
		padding: 0px 12px 0px 0px;
		background: url(http://www.neworldreview.com/vol_8No_55/images/cta_arrow.png) no-repeat right 0px; 
 }
 a.cta:hover {
	background-position: right -50px;
	color: red;
}
.poem {
	font-family: Georgia, 'Times New Roman', Serif;
	margin: 20px 0;
	padding-left: 200px;
	text-indent: 0;
	font-weight: bold;
	line-height: 1.5em;
	font-style: italic;
	}
.poemHome {
	font-family: Georgia, 'Times New Roman', Serif;
	margin: 20px 0;
	padding-left: 50px;
	text-indent: 0;
	font-weight: bold;
	line-height: 1.5em;
	font-style: italic;
	}	
#sidebarGallery {
	background-color: #fff;
	float: left;
	width: 580px;
	margin: 10px auto;
	padding: 0;
	border: thick solid rgba(181,74,125,1);
}
.videoFrame {
	display: block;
	margin: 0 auto;
}
.textIndent {
	margin: 10px;	
}
/*.status {
	position: absolute;
	bottom: 0;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 1s ease-in;
	-moz-transition: opacity 1s ease-in;
	-o-transition: opacity 1s ease-in;
	transition: opacity 1s ease-in;
}
.status h3 {
	margin-top: 100px;
	padding: 5px 0;
	
	
}*/
.status:hover {
	position: absolute;
	top: 350;
	left: 300;
	height: 100%;
	opacity: 1;
	background-image: url(../../reviewers/beauford.gif);
	background-repeat: no-repeat;
	background-position:  top: 260;
	margin-left: 350px;
	color: white;
	-webkit-transition: opacity 2s ease-in;
	-moz-transition: opacity 2s ease-in;
	-o-transition: opacity 2s ease-in;
	transition: opacity 2s ease-in;

}
#toggle-axis {
	display: none;	
}
#gallery {
	width: 760px;
	height: 550px;
	float: right;
	}
.justify {
	text-align: justify;	
}
#js-warning {
	display: block;	
}
.js #js-warning {
	display: none;	
}

#jose {
	padding: 30px;
	margin: 0;
	
	zoom: 1;
}

#jose: after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#jose li {
	list-style-type: none;
	margin: 0 1em 1em 0;
	padding: 0;
	float: left;
	text-align: center;
	position: relative;
}

#jose > li:before {
	background: transparent;
}

#jose h4 {
	margin-bottom: 0;
	font-weight: normal;
}

#jose a {
	text-decoration: none;
	display: block;
}
#jose a:hover {
	 
}
#jose img {
	vertical-align: bottom;
	max-width: 100%;
}

#jose .info {
	position: absolute;
	width: 80%;
	margin-left: 10%;
	top: 50%;
	font-size: 85%;
	line-height: 1.2;
	background: #fff;
	border: 1px solid #92c100;
	border-radius: 4px;
	padding: 4px;
	display: none;
}
.mission: {
	margin-left: 25px;
	padding-left: 15px;	
}
.leftSide {
	width: 760px;
	float: left;	
}
.top {
	width: 580px;
		
}
.topMargin {
	margin-top: 0px;	
}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#333;}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#ee1010;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border: solid #ee1010; border-width: 20px 100px 75px; background: #312e1d; overflow:hidden !important}
        #cboxTitle{position:absolute; bottom: 41px; left:0; color:#fff; font-size: 18px; font-size: 1.125rem; right: 0; text-align: center;}
        #cboxCurrent{position:absolute; bottom: 16px; left: 0; text-align: center; right:0px; color:#ccc; font-size: 16px; font-size: 1rem;}
        #cboxLoadingGraphic{background:url(http://www.neworldreview.com/vol_8No_55/images/loader.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background: none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        
		#cboxPrevious, #cboxNext, #cboxPreviousDisabled, #cboxNextDisabled {
			background: #fff url(http://www.neworldreview.com/vol_8No_55/images/sprite.png) 0 -49px;
			bottom: 0;
			height: 63px;
			left: 27px;
			margin-top: -32px;
			position: absolute;
			text-indent: -999em;
			top: 50%;
			width: 45px;
			z-index: 30;
		}
		
		#cboxPreviousDisabled {
			background-position: 0 -488px;
		}
		
		#cboxNext, #cboxNextDisabled {
			background-position: 0 -112px;
			left: auto;
			right: 27px;
		}
		
		#cboxNextDisabled {
			background-position: 0 -552px;
		}
		
        #cboxClose{
			border: 4px solid #7e7550;
			-webkit-border-radius: 50%;
			border-radius: 50%;
			position:absolute; top:8px; right:8px; display:block; width:34px; height:34px; text-indent:-9999px; overflow: hidden;
		}
		#cboxClose:before, #cboxClose:after {
			background: #7e7550;
			content: '';
			height: 32px;
			left: 13px;
			position: absolute;
			-ms-transform: rotate(-45deg);
			-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
			top: -1px;
			width: 4px;
		}
		
		#cboxClose:after {
			left: 9px;
			-ms-transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
		}
		
		#cboxPreviousLink, #cboxNextLink {
			bottom: 16px;
			color: #59bde0;
			font-size: 16px;
			font-size: 1rem;
			left: 328px;
			position: absolute;
			z-index: 2;
		}
		
		#cboxPreviousLink.disabled, #cboxNextLink.disabled {
			color: #7d744f;
			cursor: default;
			text-decoration: none;
		}
		
		#cboxNextLink {
			left: auto;
			right: 360px;
		}
		
		#cboxPreviousLink:before {
			content: '< ';
		}
		
		#cboxNextLink:after {
			content: ' >';
		}
aside#right a img:hover {
	width: 125%;
	height: 125%;	
	margin-left: -45px;
}
aside#left a img:hover {
	width: 125%;
	height: 125%;	
	margin: 0;
}
/* button styles*/
 button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #008cba;
  border-color: #007095;
  color: white;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #007095; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: white; }
  button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: white; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: white; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: white; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: white; }
  button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #008cba;
    border-color: #007095;
    color: white;
    cursor: default;
    opacity: 0.7;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #007095; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: white; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #008cba; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #b9b9b9; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e7e7e7; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #43ac6a;
      border-color: #368a55;
      color: white;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #368a55; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: white; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #43ac6a; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: white;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cf2a0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: white; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #f04124; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }
  
 hr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  height: 5px;
  background-color: rgb(0, 190, 243);
  color: rgb(0, 190, 243);
  border: 0px none;
}