body {
	font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}

.cf:before,
.cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.box {
	padding: 0 10px;
	position: relative;
}

.break {
	position: absolute;
	top:0;
	bottom:0;
	height:100%;
	width:4px;
	-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;
	margin-left: 8px;
	background-color:#343434;
}

.point {
	color: #767676;
}

.highlight {
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.5;
	color: #343434;
}

.device,
.device-info {
	position: relative;
	border:dashed 5px;
	-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;
	-webkit-box-sizing: padding-box;
	-moz-box-sizing: padding-box;
	box-sizing: padding-box;
}

.device {
	float: left;
	margin-top: 40px;
}

.device-info {
	/*padding:0 10px 10px;*/
	margin:-5px 0 0 -5px;
	border-style:solid;
	overflow: hidden;
}

.size,
.devList {
	color: #343434;
	background-color: #E6E4E4;
}

.size {
	position: absolute;
	top:-42px;
	left:-5px;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	cursor: pointer;
}

.size > h2 {
	margin: 0;
	font-size: 19px;
	line-height: 40px;
	vertical-align: middle;
	white-space: nowrap;
	padding:0 17px 5px;
}

.devList {
	display: none;
	position: absolute;
	top:100%;
	margin: -8px 0 0;
	padding: 10px 16px 10px 32px;
	white-space: nowrap;
	z-index: 100;
	-webkit-border-radius:  0 10px 10px 10px;
	-moz-border-radius:  0 10px 10px 10px;
	border-radius:  0 10px 10px 10px;
}

.size:hover .devList {
	display: block;
}

.frame {
	border:0;
	margin:0;
	padding:0;
}

table {
	border-collapse: collapse;
}

tbody > tr:nth-of-type(odd) {
  background-color:#F4F4F4;
}

th {
	border-bottom: 2px solid #343434;
	cursor: pointer;
	font-size: 1.1em;
}

th > div {
	position: relative;
	padding-right:18px;
}

th > div:before,
th > div:after {
	display: block;
	position: absolute;
	content: '';

	top:50%;
	right:0;

	width: 0;
	height: 0;
}

th > div:before {
	margin-top: -7px;

	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	
	border-bottom: 6px solid  #DDDDDD;
}

th > div:after {
	margin-top: 2px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	
	border-top: 6px solid  #DDDDDD;
}

th > div.up:before {
	border-bottom-color: #343434;
}

th > div.down:after {
	border-top-color: #343434;
}

td, th {
	padding: 5px 8px;
}
