body {
    font-size: 14px;
    background: #f3f5f9;
	font-family: "Courier New", Courier, monospace;
}

.page-container {
	padding-bottom: 5em;
}

a:link {
  text-decoration: none!important;
  color: inherit!important;
}

a:visited {
  text-decoration: none!important;
  color: inherit!important;
}

a:hover {
  text-decoration: none!important;
  color: black!important;
}

a:active {
  text-decoration: none!important;
  color: inherit!important;
}

h1 {
	font-weight: bold;
}

h2 {
	font-weight: bold;
}

.p_container {
	margin-left: 2%;
	margin-right: 2%;
	padding-bottom: 50px;
}

.add_button {
	background-color: green;
	color: white;
	font-size: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
}

.drop_button {
	background-color: red;
	color: white;
	font-size: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
}

iframe.note-video-clip {
    height: 283px;
    width: 500px;
    position: relative;
    margin-left: 0px;
    display: block;
}

#news img {
	padding: 10px;
}

@media only screen and (max-device-width: 860px) {
	#header_title {
		display: none !important;
	}
	.page-top {
		display: none !important;
	}
	.page-header {
		margin: 0px 0px 0px 0px !important;
	}
	h1 {
		font-size: 1.5em;
	}
	h2 {
		font-size: 1.2em;
	}
	h3 {
		font-size: 1em;
	}
	h4 {
		font-size: .8em;
	}
	h5 {
		font-size: .7em;
	}
	p {
		font-size: .6em;
	}
	iframe.note-video-clip {
        height: 170px;
        width: 300px;
        position: relative;
        margin-left: 0px;
        display: block;
        text-align: center;
    }
}
