/* load fonts */
@font-face {
	font-family:'webfontregular';
	src:url('/media/fonts/futuran-webfont.eot');
	src:url('/media/fonts/futuran-webfont.eot?#iefix')
		format('embedded-opentype'), url('/media/fonts/futuran-webfont.woff')
		format('woff'), url('/media/fonts/futuran-webfont.ttf')
		format('truetype'), url('/media/fonts/futuran-webfont.svg#webfontregular')
		format('svg');
	font-weight:normal;
	font-style:normal;
}

.snGraph {
    background: none repeat scroll 0 0 white;
    border: 1px solid var(--ast-global-color-0);
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
    border-radius: 10px;
    font-size: 90%;
    box-sizing: border-box;
}

div.labelvalue {
    font-size: 12px;
    vertical-align: text-bottom;
    padding: 0px 6px;
}

.gnetplayerSelector select {
    margin-right: 37px;
}

#share-div {
	position: relative;
	margin-top: 15px;
}

#share-button {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 19px;
    color: var(--ast-global-color-0);
}

#share-closebtn {
    position: absolute;
    right: -5px;
    top: -5px;
    height: 16px;
}

#share-tooltip {
    display: none;
    position: absolute;
    margin-top: -19px;
    margin-left: 25px;
	font-size: 14px;
	color: #4d4e5e;
}

#share-button:hover #share-tooltip {
    display: block;
}

#share-box {
    display: none;
    position: absolute;
    border: 1px solid grey;
    border-radius: 10px;
    width: 300px;
    padding: 10px;
    background-color: white;
    top: -40px;
    left: 50px;
    text-align: center;
}

p {
    color: #4d4e5e;
    font-family: "Funnel sans",sans-serif;
    /* font-size: 14px; */
    font-weight: normal;
    /* line-height: 20px; */
    /* text-align: justify; */
    color: var(--ast-global-color-8);
}

a {
    color: var(--ast-global-color-5);
    /* text-decoration: none; */
}

a:hover {
    color: var(--ast-hover-color-5);
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

div.table {
    background: rgba(255,255,255,0.7);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid var(--ast-global-color-0);
    width: 100%;
}

div.table table {
    width: 100%;
    margin: auto;
    padding: 20px;
    border: 5px solid transparent;
}

div.table td, div.table th {
    border: 1px solid grey;
    color: grey;
    text-align: left;
    padding: 5px 10px;
    font-size: 14px;
}

div.table th {
    color: #0038a8;
}

div.table td a {
    background-repeat: no-repeat;
    background-position: left, 5px;
    padding-left: 24px;
    background-image: url("/media/images/arrows-grey-right.png");
    color: #4d4e5e;
}

div.table td a.noarrow {
    background: none;
    padding-left: 0;
}

.minwidth {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}