﻿section.journals {
	font-size: 14px;
    margin-top: 3em;
}

	section.journals > article {
		margin: 0 auto;
		max-width: 726px;
		padding: 0 3em;
		text-align: center;
	}

		section.journals > article header {
			height: 50px;
			width: 100%;
			display: block;
			text-align: left;
		}

			section.journals > article header h1 {
				color: #43f6ff;
				font-size: 1.2em;
				margin: 5px 0 0 0;
			}

			section.journals > article header div {
				color: #9c9c9c;
				font-size: 0.8em;
				text-align: left;
				font: normal 1em "Segoe UI", Arial, Tahoma;
			}

			section.journals > article header .sideLightBar {
				float: left;
			}

			section.journals > article header .mainHeader {
				float: left;
				padding-left: 35px;
			}

		section.journals > article section.body {
			text-align: left;
		}

			section.journals > article section.body a {
				color: #43f6ff;
			}

			section.journals > article section.body li, ul, strong, ol {
				color: #9c9c9c;
			}

		section.journals > article footer {
			display: flex;
			flex-direction: row;
			align-items: center;
			justify-content: space-between;
			position: initial;
			margin-top: auto 10px;
			height: inherit;
			text-align: left;
			font: normal 1em "Segoe UI", Arial, Tahoma;
		}

			section.journals > article footer a {
				text-align: left;
				color: #43f6ff;
				margin-right: 5px;
			}

	section.journals > hr.divider {
		width: 100%;
		height: 20px;
		margin: 30px auto 0 auto;
		background: url("/escalation/Images/layout/longStyleBar.png") no-repeat center center;
		border: 0;
		margin: 2em auto;
	}

	section.journals > article img {
		max-width: 100%;
		height: auto;
	}

    section.viewmore {
        margin-top: 3em;
    }

.mainHeader#viewMore {
	height: 52px;
	cursor: pointer;
	background-image: url("/escalation/images/content/journal/viewmore.png");
	background-position: 0 0;
}

    .mainHeader#viewMore:hover {
        height:52px;
        background-position:0 -52px;
    }

/* #region Poll*/
div.poll {
	display: block;
	margin: 0 auto;
    max-width: 726px;
    padding: 0 3em;
    text-align: left;
}

div.poll > div.sideLightBar {
	float: left;
	height: 50px;
    width: 5px%;
    display: block;
    text-align: left;
}

div.poll section {
	margin-left: 40px;
}
div.poll .title {
	padding-left: 35px;
	font: normal 16px "Segoe UI", Arial, Tahoma;
	color: #43f6ff;
	text-decoration: none;
}

div.poll ul {
	list-style-type: none;
}
div.poll ul li {
    font-size: 1em;
}

	div.poll .pollresults .progress-full {
		background: url("/escalation/images/progress_bars2.png") repeat-x scroll 0 -20px;
		display: inline-block;
		height: 20px;
		margin-top: 5px;
		vertical-align: top;
		width: 75%;
	}

	div.poll .pollresults .progress-completed {
		background: url("/escalation/images/progress_bars2.png") repeat-x scroll 0 0;
		height: 20px;
	}

a.link {
    color: #43f6ff;
    font-size: 1em;
}


/* #endregion Poll*/

#article {
    max-width: 910px;
}

    #article footer {
        display: block;
        margin-bottom: 2em;
        position: relative;
        width: 100%;
    }

        #article footer div {
            display: block;
        }

            #article footer div div {
                display: inline-block;
                vertical-align: top;
            }

                #article footer div div:last-child {
                    float: right;
                }