h1 {
    font-size: 28px;
	font-weight: bold;
    letter-spacing: -1px;
    line-height: 32px;
    margin: 15px 0;
}

h2 {
	font-size: 22px;
	margin-bottom: 5px;
	margin-top: 30px;
}
div.article_list_container {
	margin-bottom: 20px;
}

div.article_list_container p {
	font-size: 1.5em;
}

div.article_list_container img#sample_article {
	border: 1px solid #ddd;
}

table.article_list {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ddd;
}

table.article_list th { 
	background: #222;
	color: #fff;
	font-size: 13px;
	white-space: nowrap;
}

table.article_list th, table.article_list td {
	padding: 8px 10px;
}

table.article_list td {
	font-size: 1.5em;
}

table.article_list td a {
	font-weight: bold;
}

img.sample_article {
	border: 1px solid #ddd;
	margin-top: 5px;
}

.remove_header, td.remove_cells {
	text-align: center;
	width: 30px;
}

input.delete-row {
    background:url('//g.foolcdn.com/art/MyArticles/closeBtn.png') no-repeat transparent;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    width: 18px;
    position: relative;
    text-indent: -999px;
}
input.delete-row:hover {
	opacity:0.7;
}
th.order {
	width: 30px;
}

th.article-name {
	width: 60%;
}


tr:nth-child(odd) {
   background-color: #f1f1f1;
}

.hidden {
	display: none;
}

#savethis {
	background:url('//g.foolcdn.com/art/MyArticles/slideDownArrow.gif') no-repeat scroll right 3px transparent; 
	padding-right:28px;
}

span.save_button {
	margin-left: 10px;
}

span.save_button form {
	display: inline;
}

span.save_button input {
	border: 1px solid #bccadd;
	background: #fdfdfe; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWVlZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #fdfdfe 0%, #e9eefa 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfe), color-stop(100%,#e9eefa)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fdfdfe 0%,#e9eefa 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fdfdfe 0%,#e9eefa 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fdfdfe 0%,#e9eefa 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fdfdfe 0%,#e9eefa 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfe', endColorstr='#e9eefa',GradientType=0 ); /* IE6-8 */
-moz-border-radius: 4px;
border-radius: 4px;
color: #222;
font-size: .75em;
}

span.save_button span.save_image {
	background: url('//g.foolcdn.com/art/MyArticles/add_bookmark.gif') no-repeat scroll right 3px transparent; 
}

ul.additional_articles {
	padding-left: 20px;
	font-size: 1.4em;
}

ul.additional_articles li {
	margin-bottom: 5px;
}

.article_list img {
    width: 5%;
}

.additional_articles form {
	display: inline;
}

.quick_save {
	background-image: url('/img/quick_save_btn.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 12px;
    text-decor4ation: none !important;
    width: 12px;
}

.quick_save:hover {
	background-position: -12px 0px;
}