

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Codewise Presentation Manager - In-Page Content Cascading Style Sheet,
	manitobanurses.ca - Manitoba Nurses Union

Copyright (c) 2004-2016 Twisted Lime Media Inc. (nee Codewise Systems Inc.)
All rights reserved.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
All media styles
 _______  _______  _______  _______  _______  _
(  ____ \(  ___  )(       )(       )(  ___  )( (    /|
| (    \/| (   ) || () () || () () || (   ) ||  \  ( |
| |      | |   | || || || || || || || |   | ||   \ | |
| |      | |   | || |(_)| || |(_)| || |   | || (\ \) |
| |      | |   | || |   | || |   | || |   | || | \   |
| (____/\| (___) || )   ( || )   ( || (___) || )  \  |
(_______/(_______)|/     \||/     \|(_______)|/    )_)

*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
HTML tag styles */




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Classes */

img {
	vertical-align: middle;
}
.img-responsive {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.panel-title {
	 font-size: 22px;
}

body.page-user .styled {
	margin-bottom: 0 !important;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Layout styles */

.pageTabs {
	right: 0;
	cursor: pointer;
}

.pageTabs li.activated a {
	border-bottom: 1px solid #d8d8d8 !important;
}

.lightText {
	color: #ffffff;
}

.clickableDiv {
	cursor: pointer;
}

.clickableDiv:hover h3 {
	color: rgba(123, 14, 66, 0.95);
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Screen media styles
 _______  _______  _______  _______  _______  _
(  ____ \(  ____ \(  ____ )(  ____ \(  ____ \( (    /|
| (    \/| (    \/| (    )|| (    \/| (    \/|  \  ( |
| (_____ | |      | (____)|| (__    | (__    |   \ | |
(_____  )| |      |     __)|  __)   |  __)   | (\ \) |
		) || |      | (\ (   | (      | (      | | \   |
/\____) || (____/\| ) \ \__| (____/\| (____/\| )  \  |
\_______)(_______/|/   \__/(_______/(_______/|/    )_)

*/ @media screen {

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Screen media - HTML tags */




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Screen media - Classes */




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Screen media - Layout */




} /* Closing brace for "@media screen" statement */




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Print media styles
 _______  _______ _________ _       _________
(  ____ )(  ____ )\__   __/( (    /|\__   __/
| (    )|| (    )|   ) (   |  \  ( |   ) (
| (____)|| (____)|   | |   |   \ | |   | |
|  _____)|     __)   | |   | (\ \) |   | |
| (      | (\ (      | |   | | \   |   | |
| )      | ) \ \_____) (___| )  \  |   | |
|/       |/   \__/\_______/|/    )_)   )_(

*/ @media print {

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Print media - HTML tags */




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Print media - Classes */




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Print media - Layout */




} /* Closing brace for "@media print" statement */




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Mobile styles
 _______  _______  ______  _________ _	      _______
(       )(  ___  )(  ___ \ \__   __/( \      (  ____ \
| () () || (   ) || (   ) )   ) (   | (      | (    \/
| || || || |   | || (__/ /    | |   | |      | (__
| |(_)| || |   | ||  __ (     | |   | |      |  __)
| |   | || |   | || (  \ \    | |   | |      | (
| )   ( || (___) || )___) )___) (___| (____/\| (____/\
|/     \|(_______)|/ \___/ \_______/(_______/(_______/

*/

body.mobileVersion div.yourClassNameGoesHere {

}
