/*! GruntPony - v0.0.3 - 2014-05-20
* https://bitbucket.org/itcase-dev/itcase-grunt-pony
* Copyright (c) 2014 ITCase; Licensed MIT */
.tourschool
{

}
	.tourschool-schedule-group
	{
		padding: 0 0 1em 0;
	}
		.tourschool-schedule-group__title
		{
			font: normal 1.3em 'Arial', Helvetica, sans-serif;
			color: #E5097F;
			padding: 0 0 0.3em 0;
			margin: 0;
		}
			.tourschool-schedule-group__title-link
			{
				color: #E5097F;
				border-bottom: dashed 1px #E5097F;
				text-decoration: none;
				cursor: pointer;
			}
			.tourschool-schedule-group__title-link:hover
			{
				color: #FF6702;
				border-bottom: dashed 1px #FF6702;
			}
			.tourschool-schedule-group__title-link:after
			{
				width: 7px;
				height: 10px;
				font-size: 0;
				background-position: 0 65%;
				background-repeat: no-repeat;
				background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAA5SURBVAiZVYxBDsAgEAKHvlUPfkgPPna8dJtKQggTQmhTAPcIr9KXAE/BApXukajX+npRP9Om/34AJ9Qo4rlZdLEAAAAASUVORK5CYII=);
				display: inline-block;
				position: relative;
				margin: 0 0 0 -7px;
				left: 13px;
				content: '';
			}
		.tourschool-schedule-group__content
		{
			padding: 1em 1em;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			background: #efefef;
			margin: 1em 0 0 0;
			/*display: none;*/
		}
			.tourschool-schedule
			{
				width: 100%;
				border-collapse: collapse;
				display: table;
			}
				.tourschool-schedule-item
				{
					display: table-row;
					background: #fff;
				}
				.tourschool-schedule-item_type_title
				{
					font-size: 0.9em;
					color: #444;
					border-bottom: solid 1px #ccc;
					background: #efefef;
				}
					.tourschool-schedule-item_id
					{
						width: 5%;
						font: 0.8em Arial;
						color: #444;
						display: table-cell;
						padding: 0.5em 0 1em 1em;
					}
					.tourschool-schedule-item_date
					{
						width: 12%;
						font: 0.8em Arial;
						color: #444;
						display: table-cell;
						padding: 0 0 1em 0.5em;
					}
						.tourschool-schedule-item_date-text
						{
							display: block;
							padding: 0 0 0.3em 0;
						}
					.tourschool-schedule-item_name
					{
						width: 25%;
						font: 0.8em Arial;
						color: #444;
						display: table-cell;
						padding: 0 0 1em 0.5em;
					}
						.tourschool-schedule-item_name-link
						{
							color: #E5097F;
						}
						.tourschool-schedule-item_name-link:hover
						{
							color: #000;
						}
					.tourschool-schedule-item_duration
					{
						width: 30%;
						font: 0.8em Arial;
						color: #444;
						display: table-cell;
						padding: 0 0 1em 0.5em;
					}
					.tourschool-schedule-item_cost
					{
						width: 12%;
						font: 0.8em Arial;
						color: #444;
						display: table-cell;
						padding: 0 0 1em 0.5em;
					}
					.tourschool-schedule-item_link
					{
						width: 20%;
						font: 0.8em Arial;
						display: table-cell;
						padding: 1em 1em 1em 0;
						text-align: right;
					}
.tourschool-list
{

}
	.tourschool-list__item
	{
		padding: 1em 0;
	}
		.tourschool-list__item-link
		{
			font: 1.1em Arial;
			color: #E5097F;
		}
		.tourschool-list__item-link:hover
		{
			color: #000;
		}
