.normalView {
    white-space: nowrap;
    font-weight: 300;
    width: 100%;
    height: 253px;
    float: left;
}
.normalView .issueName {
    height: 31px;
    font-size: 1em;
    color: white;
    padding-left: 10px;
    line-height: 31px;
}
.normalView .issueName > div.ellipsis {
    float: left;
    flex-grow: 8;
    line-height: 31px;
    height: 31px;
    width: calc(100% - 30px);
    white-space: nowrap;
    margin-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.normalView .issueName > span {
    height: 31px;
    float: right;
    vertical-align: bottom;
    padding: 3px 5px 0px 0px;    
    cursor: pointer;
}
.normalView .profileContainer {
    position: relative;
    width: 100%;
    height: 222px;
    min-width: 300px;
    float: left;
}
.normalView .profileContainer .issuersList {
    position: absolute;
    overflow-y: scroll;
    display: none;
    background-color: white;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.normalView .profileContainer .issuersList .issuer {
    font-size: 0.9em;
    text-indent: 10px;
    font-weight: 500;
    line-height: 27px;
    height: 26px;
    border-bottom: 1px solid #d0d0d0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.normalView .issuePrice {
    height: 53px;
    font-size: 3.6em;
    font-weight: 400;
    color: white;
    margin: 10px;
}
.normalView .issuePrice .priceSpan{float: left; vertical-align: super; line-height: 25px;}
.normalView .issuePrice sup{vertical-align: super; margin-left: 5px; font-size: 0.5em;}
.normalView .issuePrice .arrow{float: right; height: 53px;}

.normalView .issueChange{
    margin: 8px;
    height: 32px;
    font-size: 1.5em;
    line-height: 27px;
    color: white;

}
.normalView .issueChange .value { float: left; margin-left: 5px; }
.normalView .issueChange .percent { float: right; margin-right: 5px; }
.normalView .issueTradeData{
    height: 110px;
}
.normalView table {
    width: 100%;
    height: inherit;
    border-collapse: collapse;
    color: white;
}
.normalView .tdLeftSide{  
    border-top:1px solid white;
    border-right:1px solid white;
    width: 50%;
    height: 50%;
}
.normalView .tdRightSide{
    border-top:1px solid white;
    border-left:1px solid white;
    width: 50%;
    height: 50%;
}
.normalView .bestBidAsk{
    font-size: 0.8em;
    margin-top: 3px;
    margin-left: 10px;
    float: left;
}
.normalView .bestBidAskValue{
    font-size: 1.3em;
    margin-right: 10px;
    float: right;
}
.normalView .bestBidAskValue sup{margin-left: 5px; vertical-align: text-top; font-size: 0.6em;}
.normalView .tradesAndTurnover{

    font-size: 0.8em;
    margin-top: 3px;
    margin-left: 10px;
    float: left;
}
.normalView .tradesAndTurnoverValue{
    font-size: 1.3em;
    margin-right: 10px;
    float: right;
}

.extraView {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 30%;
    height: 100%;
    border-left: 1px solid white;
    float: right;
}

.extraView .linkButton {
    width: 100%;
    height: 64px;
    display:table;
    margin: 0px;
    padding: 0px;
    text-align:center;
    text-decoration:none;
    white-space: normal;
}
.extraView .linkButton a {
    display:table-cell;
    vertical-align: middle; 
    margin: auto 0 auto 0;
    padding: 5px;
}
.extraView .linkButton a {
    color: white;
}
.extraView .linkButton a:hover {
    color: #f3f3f3;
}

@media only screen and (min-width: 500px) {
    .normalView { width: 70%; }
}

@media only screen and (max-width: 499px), (min-width: 630px) {
    .normalView { width: 100%; }
    .extraView { display: none; }
}