@font-face {

    font-family: GothamProlight;
    src: url('../fonts/GothamProlight.ttf');
    src: url("../fonts/GothamProlight.eot?#iefix") format("embedded-opentype"),
         url("../fonts/GothamProlight.woff") format("woff"),
         url('../fonts/GothamProlight.ttf') format("truetype");
    font-style: normal;
    font-weight: normal;

}

html, body {

	margin: 0;
    padding: 0;
}

.flex {

	display: flex;
    justify-content: center;
    text-align: center;
}

.flex-vcenter {

	align-items: center;
}

.col {

    flex-direction: column;
}

.widget-container {

	width: 130px;
	min-width: 130px;
	max-width: 130px;
	height: 56px;
	min-height: 56px;
	max-width: 56px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.widget-container div, ul, li, a {

    margin: 0;
    padding: 0;
    font-family: GothamProlight;
    font-style: normal;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    list-style: none;
}

.wrap {

    height: 100%;
    align-items: inherit;
    justify-content: space-around;
}

.wrap > div {

    align-items: flex-end;
}

div .value-up {

    color: #02af79;
}

div .value-down {

   color: #c93d3e;
}

#EUR div, #USD div {

        flex: 1 0 auto;
}

#EUR div:last-child, #USD div:last-child {

        flex: 0 1 auto;
}

 .stock-name {

    opacity: 0.6;
    color: #9691a2;
 }
