﻿.shortSummary .views, .shortSummary .dates, .shortSummary .votes
{
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    color: #666666;
    float: left;
    font-size: 11px;
    height: 42px;
    margin: 0 6px 0 0;
    padding: 8px 2px 0;
    text-align: center;
    width: 50px;
}
.item-count {
    font-size: 17px;
    font-weight: bold;
}

.shortSummary .dates{
background: none repeat scroll 0 0 #d5eef8;/*#E6F8DD*/
}
.shortSummary .votes,.shortSummary .views{
background: none repeat scroll 0 0 white;/*#E6F8DD*/
}

.questionContainer {
    width:95%;
    /*overflow:auto;*/
    background-color:#f0f0fe;   
    margin:20px auto;
    padding:10px;
}
.counts h6 {
    font-size:16px;
    color:#3b8fd5;    
    margin-bottom:10px;
    padding-left:10px;
}

/*Read more css*/
a.morelink {
	text-decoration:none;
	outline: none;
}
/*.morecontent span:nth-child(2) {
	display: none;
}*/
/*Ends*/
