﻿/* CSS for SteelSeries Gauges
 * Mark Crossley
 * v2.2.0 - 08 Feb 2013
*/
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
color: #585858;
    
}
.content {
	padding-right: 5%;
	padding-left: 5%;
	margin-right: 5%;
	margin-left: 5%;
}
.row {
    position: relative;
    text-align: center;
}
.gauge {
    padding: 5px;
    text-align: center;
    font-size: 9px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: top;
    position: relative;
}
.gaugeSizeSml {
    width: 120px;
    height: 120px;
}
.gaugeSizeStd {
    width: 261px;
    height: 261px;
}
.gaugeSizeLrg {
    width: 261px;
    height: 261px;
}
input[type='radio'] {
    width: 8px;
    height: auto;
    position:relative;
    vertical-align: -5%;
}
label {
    height: 15px;
    text-align: left;
    font-size: 9px;
    vertical-align: 15%;
    color: #585858;

}
.unitsTable {
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    background-color: transparent;
}
.h8 {
    font-size: 30px;
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
}
.cellRight {
    display: table-cell;
    text-align: right;
    font-size: 9px;
    vertical-align: middle;
}
.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: italic;
	letter-spacing: 0.3em;
}

@font-face {
    font-family: 'LCDMono2Ultra';
    src: url('data:font/woff;charset=utf-8;base64') format('woff'),
         url('../font/lcdmono2ultra-webfont.eot'),
         url('../font/lcdmono2ultra-webfont.ttf') format('truetype'),
         url('../font/lcdmono2ultra-webfont.svg#LCDMono2Ultra') format('svg');
    font-weight: normal;
    font-style: normal;
}
.iframe {
	font-family: Arial, Helvetica, sans-serif;
	scrolling: no;
	}

.ddimgtooltip{
  z-index: 2000;
  box-shadow: 3px 3px 5px #818181; /*shadow for CSS3 capable browsers.*/
  border-radius: 10px;
  display: none;
  position: absolute;
  border: 1px solid black;
  background: white;
  color: black;
  padding: 0 7px 3px 7px;
  font-family: sans-serif;
  font-size: 10px;
}
.tipinfo{
  text-align: left;
  padding: 3px 0 3px 2px;
}
.tipimg{
  width: 550px;
  height: 200px;
}
