﻿.time-bar
{
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #008ac3;
	background-color: transparent;
	width: 450px;
	height: 15px;
	position: relative;
}

.time-table
{
	margin:auto;
	background-color: transparent;
	width: 450px;
}

.time-lines
{
	width: 450px;
	height: 15px;
}

.time-block
{
	background-color: #008ac3;
	position: absolute;
	height: 14px;
}

.time-line-block
{
	float: left;
	border-width: 0px 1px 0px 0px;
	border-color: #bdbdbd;
	border-style: solid;
	height: 15px;
}

.time-line-block-first
{
	border-width: 0px 1px 0px 1px;
}

.time-line-block-small
{
	height: 7px;
}

.text-lines
{
	width: 450px;
	height: 15px;
    /*display:a*/
}

.text-line-block
{
	float: left;
	height: 15px;
	text-align: center;
	font-size: 9px;

    position:relative;
    /*left:21*/
}
@media only screen and (max-width: 480px)
{
	.text-lines
	{
		width: 225px;
	}

	.time-lines
	{
		width: 225px;
	}

	.time-table
	{
		width: 225px;
	}

	.time-bar
	{
		width: 225px;
	}
}
