@font-face {

    font-family: GothamProMedium;
    src: url('../fonts/GothamProMedium.ttf');
    src: url("../fonts/GothamProMedium.eot?#iefix") format("embedded-opentype"),
         url("../fonts/GothamProMedium.woff") format("woff"),
         url('../fonts/GothamProMedium.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;
}

.inline-nowrap {

    font-size: 0;
    display: inline-flex;
}

.half-height {

    height : 50%;

}

.widget-container {

	width: 257px;
	min-width: 257px;
	max-width: 257px;
	height: 636px;
	min-height: 636px;
	max-width: 630px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.widget-container div, ul, li, a {

    margin: 0;
    padding: 0;
    font-family: GothamProMedium;
    font-style: normal;
    font-size: 11px;
    color: #888888;
    text-decoration: none;
    list-style: none;
    text-align: left;

}

.widget-container h1, h3 {

    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    text-align: left;
    display: inline-block;
    font-family: GothamProMedium;
    font-size: 12px;
    color: #322e3e;
    text-transform: uppercase;
    padding-right: 5px!important;
    padding-bottom: 15px!important;
 }

 .widget-container .value-up {

    color: #248e6c;
}

.widget-container .value-down {

    color: #b93e34;
}

.widget-container > div {

    width: 100%;
}
.widget-header span {

    opacity: 0.5;
}

#chart-container {

    width: 257px;
    height: 100px;
}


.stocks-raws2 {

    border-bottom: 1px solid #eeeff1;
    padding-bottom: 2px!important;
    padding-top: 20px!important;
}

.stocks-raws {

    border-bottom: 1px solid #eeeff1;
    padding-bottom: 20px!important;
    padding-top: 20px!important;
}

.stocks-raws:last-child {

    border-bottom: none;
}

.stocks-raws .flex {

    justify-content: space-between;
    padding-bottom: 5px;
    padding-top: 5px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.stocks-raws .flex:last-child {

    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

.stocks-raws .flex:hover {

    background-color: #eeeeee;
}

.stocks-line div {

    width: 18%;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
}

.stocks-line > div:first-child {

    color: #636d88;
    width: 42px;
    text-decoration: underline;
    justify-content: flex-start;
}

.stocks-line div:last-child {

    opacity: 1;
    text-align: justify;
    align-items: center;
}

.stocks-line .clock-icon {

    padding-right: 3px;
    opacity: 1;
    color: #a89f9f;
}


