/* BOOTSTRAP NOTE: IF YOU WANT TO USE ICONS WITH BOOTSTRAP, ALL YOU HAVE TO DO IS TO DO NOT INCLUDE THIS FILE :) */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
display: block;
}
audio,
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
display: none;
}
html,
body {
margin: 0;
padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
line-height: 1;
font-family: inherit;
}
html {
font-size: 62.5%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
a:hover,
a:active {
outline: 0;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
-ms-interpolation-mode: bicubic;
}
* {
-webkit-box-sizing: border-box;
-khtml-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
html,
body {
height: 100%;
}
body {
background: #fff;
margin: 0;
font-family: 'Helvetica Neue', Helvetica, 'Arial CE', Arial, sans-serif;
font-size: 14px;
color: #333;
margin: 0 auto 0;
padding: 20px 0 0 0;
width: 1300px;
}
.c {
*zoom: 1;
}
.c:before,
.c:after {
display: table;
content: "";
}
.c:after {
clear: both;
}
h2 {
margin: 35px 0 50px 0;
font-size: 21px;
font-weight: bold;
}
.list {
margin: 0 auto 0;
padding: 0 0 30px 0;
width: 1300px;
font-size: 0px;
}
.list > div {
display: inline-block;
margin: 0 0 20px 0;
padding: 6px;
width: 130px;
font-size: 11px;
line-height: 12px;
vertical-align: top;
text-align: center;
text-decoration: none;
}
.list .coord-top {
position: relative;
}
.list .coord-top:before {
content: attr(data-coord-before);
position: absolute;
left: 0;
top: -30px;
width: 100%;
font-size: 11px;
line-height: 12px;
font-weight: normal;
color: #b9b7b9;
text-align: center;
}
.list .coord-left {
position: relative;
}
.list .coord-left:after {
content: attr(data-coord-after);
position: absolute;
left: -30px;
top: 50%;
margin: -6px 0 0 0;
font-size: 11px;
line-height: 12px;
font-weight: normal;
color: #b9b7b9;
text-align: center;
}
.list strong {
display: block;
margin: 4px 0 4px 0;
line-height: 1.4em;
font-weight: normal;
}
.list-fonts-size > div {
width: auto;
}
.glyphicons {
font-size: 24px;
color: #1e1e1e;
}