@charset "utf-8";#horse-comparer{width:880px;padding:0 10px 10px}#horse-comparer .match-selector{position:absolute;z-index:100;right:30px;top:15px}#horse-comparer .match-selector label{float:left;line-height:38px;margin-right:10px}#horse-comparer .horses-navigation{position:relative;list-style-type:none;background-color:#d9d8d8;height:60px;padding:5px 0 0;text-align:center;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}#horse-comparer .horses-navigation p{font-size:12px}#horse-comparer .horses-navigation:before{top:100%;margin-top:-5px;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-top-color:#d9d8d8;border-width:15px;margin-left:-15px;z-index:10}#horse-comparer .horses-navigation li{display:inline-block;margin:6px 4px 0 0}#horse-comparer .horses-navigation li.placeHolder{background:#ccc;border:1px dashed #666;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}#horse-comparer .horses-navigation li a{display:block;text-decoration:none;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}#horse-comparer .horses-navigation li a span{display:block;text-align:center;width:20px;height:25px;line-height:25px;border-radius:4px;background-color:#5f5e5e;color:#fff;cursor:pointer}#horse-comparer .horses-navigation li.active a span{background-color:transparent;color:inherit!important}#horse-comparer .horses-wrapper{position:relative;background-color:#f0f0f0;padding:15px 0;-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;-webkit-box-shadow:0 3px 10px rgba(0,0,0,.4);-moz-box-shadow:0 3px 10px rgba(0,0,0,.4);box-shadow:0 3px 10px rgba(0,0,0,.4)}#horse-comparer .horses-wrapper.no-flip{}#horse-comparer .prev,#horse-comparer .next{position:absolute;top:0;width:80px;height:100%;background:url(/Content/img/comparer-arrows.png) no-repeat;overflow:hidden;text-indent:-999px}#horse-comparer .prev{left:0;background-position:left center}#horse-comparer .next{right:0;background-position:right center}#horse-comparer .horses{position:relative;overflow:hidden;width:704px;margin:0 auto;-webkit-box-shadow:0 0 7px rgba(0,0,0,.4);-moz-box-shadow:0 0 7px rgba(0,0,0,.4);box-shadow:0 0 7px rgba(0,0,0,.4)}#horse-comparer .horses>ul{width:20000em;position:relative;list-style:none;margin:0;padding:0}#horse-comparer .horses>ul>li{position:relative;cursor:pointer;float:left;width:234px;height:253px}#horse-comparer .horses>ul>li.active{z-index:100;-webkit-box-shadow:0 0 15px rgba(0,0,0,.8);-moz-box-shadow:0 0 15px rgba(0,0,0,.8);box-shadow:0 0 15px rgba(0,0,0,.8)}#horse-comparer .horses>ul>li .horse-box,#horse-comparer .horses>ul>li .horse-history{border:3px solid #fff;height:247px;position:absolute;top:0;left:0;transition:all .5s ease-in;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#horse-comparer .horses>ul>li .horse-box{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg)}#horse-comparer .horses>ul>li .horse-history{width:230px;-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);transform:rotateY(0deg)}#horse-comparer .horses-wrapper.no-flip .horses>ul>li .horse-box,#horse-comparer .horses>ul>li.flip .horse-box{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);transform:rotateY(0deg)}#horse-comparer .horses-wrapper.no-flip .horses>ul>li .horse-history,#horse-comparer .horses>ul>li.flip .flipper .horse-history{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg)}#horse-comparer .horses>ul>li .horse-box .label{display:none}#horse-comparer .horses>ul>li .horse-box .horse-number{display:block}#horse-comparer .horses>ul>li .horse-box ul.horse-info li{white-space:nowrap;overflow:hidden;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;text-overflow:ellipsis}#horse-comparer .horses>ul>li .flipper{position:relative}#horse-comparer .horses>ul>li .horse-history .no-races{line-height:220px;text-align:center;font-size:12px}#horse-comparer .horses-footer{position:relative;z-index:100;height:30px;padding-top:15px}#horse-comparer .flip-horses{margin:0 auto}#horse-comparer .flip-horses span{height:30px;line-height:30px;background:url(/Content/img/icon-flip-horses.png) no-repeat right center;padding-right:25px}#horse-comparer .horses-graph{height:230px;margin:20px 0 0;position:relative;-webkit-box-shadow:0 3px 10px rgba(0,0,0,.4);-moz-box-shadow:0 3px 10px rgba(0,0,0,.4);box-shadow:0 3px 10px rgba(0,0,0,.4);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}#horse-comparer .horses-graph h2{position:absolute;top:100%;left:0;display:block;background-color:#11415a;width:230px;height:60px;line-height:60px;color:#fff;text-align:center;font-weight:normal;font-size:16px;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0;-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}#horse-comparer .horses-graph .graph-wrapper{float:right;background-color:#f0f0f0;height:100%;width:820px;-webkit-border-radius:0 5px 5px 0;-moz-border-radius:0 5px 5px 0;border-radius:0 5px 5px 0}#horse-comparer .horses-graph #graphs{width:720px;height:200px;margin:20px auto 0}.jqplot-target{position:relative;color:#666;font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;font-size:1em}.jqplot-axis{font-size:.75em}.jqplot-xaxis{margin-top:10px}.jqplot-x2axis{margin-bottom:10px}.jqplot-yaxis{margin-right:10px}.jqplot-y2axis,.jqplot-y3axis,.jqplot-y4axis,.jqplot-y5axis,.jqplot-y6axis,.jqplot-y7axis,.jqplot-y8axis,.jqplot-y9axis,.jqplot-yMidAxis{margin-left:10px;margin-right:10px}.jqplot-axis-tick,.jqplot-xaxis-tick,.jqplot-yaxis-tick,.jqplot-x2axis-tick,.jqplot-y2axis-tick,.jqplot-y3axis-tick,.jqplot-y4axis-tick,.jqplot-y5axis-tick,.jqplot-y6axis-tick,.jqplot-y7axis-tick,.jqplot-y8axis-tick,.jqplot-y9axis-tick,.jqplot-yMidAxis-tick{position:absolute;white-space:pre}.jqplot-xaxis-tick{top:0;left:15px;vertical-align:top}.jqplot-x2axis-tick{bottom:0;left:15px;vertical-align:bottom}.jqplot-yaxis-tick{right:0;top:15px;text-align:right}.jqplot-yaxis-tick.jqplot-breakTick{right:-20px;margin-right:0;padding:1px 5px 1px 5px;z-index:2;font-size:1.5em}.jqplot-y2axis-tick,.jqplot-y3axis-tick,.jqplot-y4axis-tick,.jqplot-y5axis-tick,.jqplot-y6axis-tick,.jqplot-y7axis-tick,.jqplot-y8axis-tick,.jqplot-y9axis-tick{left:0;top:15px;text-align:left}.jqplot-yMidAxis-tick{text-align:center;white-space:nowrap}.jqplot-xaxis-label{margin-top:10px;font-size:11pt;position:absolute}.jqplot-x2axis-label{margin-bottom:10px;font-size:11pt;position:absolute}.jqplot-yaxis-label{margin-right:10px;font-size:11pt;position:absolute}.jqplot-yMidAxis-label{font-size:11pt;position:absolute}.jqplot-y2axis-label,.jqplot-y3axis-label,.jqplot-y4axis-label,.jqplot-y5axis-label,.jqplot-y6axis-label,.jqplot-y7axis-label,.jqplot-y8axis-label,.jqplot-y9axis-label{font-size:11pt;margin-left:10px;position:absolute}.jqplot-meterGauge-tick{font-size:.75em;color:#999}.jqplot-meterGauge-label{font-size:1em;color:#999}table.jqplot-table-legend{margin-top:12px;margin-bottom:12px;margin-left:12px;margin-right:12px}table.jqplot-table-legend,table.jqplot-cursor-legend{background-color:rgba(255,255,255,.6);border:1px solid #ccc;position:absolute;font-size:.75em}td.jqplot-table-legend{vertical-align:middle}td.jqplot-seriesToggle:hover,td.jqplot-seriesToggle:active{cursor:pointer}.jqplot-table-legend .jqplot-series-hidden{text-decoration:line-through}div.jqplot-table-legend-swatch-outline{border:1px solid #ccc;padding:1px}div.jqplot-table-legend-swatch{width:0;height:0;border-top-width:5px;border-bottom-width:5px;border-left-width:6px;border-right-width:6px;border-top-style:solid;border-bottom-style:solid;border-left-style:solid;border-right-style:solid}.jqplot-title{top:0;left:0;padding-bottom:.5em;font-size:1.2em}table.jqplot-cursor-tooltip{border:1px solid #ccc;font-size:.75em}.jqplot-cursor-tooltip{border:1px solid #ccc;font-size:.75em;white-space:nowrap;background:rgba(208,208,208,.5);padding:1px}.jqplot-highlighter-tooltip,.jqplot-canvasOverlay-tooltip{border:1px solid #ccc;font-size:.75em;white-space:nowrap;background:rgba(208,208,208,.5);padding:1px}.jqplot-point-label{font-size:.75em;z-index:2}td.jqplot-cursor-legend-swatch{vertical-align:middle;text-align:center}div.jqplot-cursor-legend-swatch{width:1.2em;height:.7em}.jqplot-error{text-align:center}.jqplot-error-message{position:relative;top:46%;display:inline-block}div.jqplot-bubble-label{font-size:.8em;padding-left:2px;padding-right:2px;color:#333}div.jqplot-bubble-label.jqplot-bubble-label-highlight{background:rgba(90%,90%,90%,.7)}div.jqplot-noData-container{text-align:center;background-color:rgba(96%,96%,96%,.3)}