html {
    font-family: "Lucida Sans", sans-serif;
}
.header {
    background-color: #9933cc;
    color: #ffffff;
    padding: 15px;
}
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu li {
    padding: 8px;
    margin-bottom: 7px;
    background-color :#33b5e5;
    color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.menu li:hover {
    background-color: #0099cc;
}
.mininav a {
	color: #1b8ee9;
}
a:hover {
	text-decoration: none;
	cursor: pointer;
}
.tline {
	padding: 15px 0;
}
.tline a{
	font-size: 17px;
    color: #676767;
}
.t2line {
	padding: 10px 0;
    background: #223f52;
    word-wrap: break-word;
}

.t2line h2{
	font-size: 26px;
    color: #fff;
    font-weight: 400;
    word-wrap: break-word;
}

.t3line {
	padding: 10px 0;
    background:#f5f5f5;
    word-wrap: break-word;
}

.t3line p{
	font-size: 12px;
    color: #757575;
}

.mininav {
	padding: 7px 0;
    border-bottom: 1px solid #e0e0e0;
    margin-top: -30px;
    margin-bottom: 30px;
    font-size: 12px;
}

.content {
	padding: 30px 0;
}

.promoted {
	background:#f5f5f5;
	padding: 10px;
}
.promoted a{
	cursor: pointer;
	text-decoration:underline;
}

.bline {
    padding: 13px 0;
    border-bottom: 1px solid #e0e0e0;
}

.h1 {
	font-size: 30px;
    font-weight: 400;
    margin-bottom: 25px;
}

.borderr{
	border:1px solid #e0e0e0;
	padding:10px;
}

#share-buttons img {
width: 35px;
padding: 5px;
border: 0;
box-shadow: 0;
display: inline;
}

.faq-cat-content {
    margin-top: 25px;
}

.faq-cat-tabs li a {
    padding: 15px 10px 15px 10px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #777777;
}

.nav-tabs li a:focus,
.panel-heading a:focus {
    outline: none;
}

.panel-heading a,
.panel-heading a:hover,
.panel-heading a:focus {
    text-decoration: none;
    color: #777777;
}

.faq-cat-content .panel-heading:hover {
    background-color: #efefef;
}
.panel-body {
	padding-left: 30px;
}
/* VOTING */
.vote{
	min-width: 46px;
	text-align: center;
}
.vote-up-off, .vote-down-off {
    height: 30px;
}
.vote-up-off {
    background-position: 0 0px;
}
.vote-up-off:hover {
    background-position: -40px 0px;
}
.vote-up-on{
	height: 30px;
	background-position: -40px 0px;
}
.vote-down-off, .vote-down-on {
    margin-bottom: 10px;
}
.vote-up-off, .vote-up-on, .vote-down-off, .vote-down-on {
    height: 30px;
}
.vote-down-off {
    background-position: 0 -58px;
    margin-bottom: 8px;
}
.vote-down-off:hover {
    background-position: -40px -58px;
}
.vote-down-on{
	height: 30px;
	 background-position: -40px -58px;
}

.vote-up-off, .vote-up-on, .vote-down-off, .vote-down-on, .vote-accepted-off, .vote-accepted-on {
    text-indent: -9999em;
    font-size: 1px;
}
.vote-up-off, .vote-down-off, .vote-accepted-off {
    cursor: pointer;
}
.vote-up-off, .vote-up-on, .vote-down-off, .vote-down-on, .vote-accepted-off, .vote-accepted-on {
    display: block;
    margin: 0 auto;
    text-indent: -999em;
    width: 40px;
	height: 30px;
    margin-bottom: 2px;
}

.vote-up-off, .vote-up-on, .vote-down-off, .vote-down-on, .vote-accepted-off, .vote-accepted-on {
    background-image: url(sprites.png);
    background-size: initial;
    background-repeat: no-repeat;
    overflow: hidden;
}

.vote span {
    display: block;
    color: #6a737c;
}
.vote-count-post {
    display: block;
    font-size: 20px;
    margin: 0 0 3px;
}
.vote-accepted-bounty, .vote-accepted-off, .vote-accepted-on {
    display: block;
    margin: 0 auto;
}
.vote-accepted-on {
    background-position: -40px -105px;
}
/* end voting */
/* pagination */
.paginate ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.paginate ul li{
    float: left;
    margin-right: 5px;
}
.paginate ul li:last-child{
    margin-right: 0;
}
.paginate ul li a{
    display: block;
    padding: 0 11px;
    height: 30px;
    line-height: 29px;
    border: 1px solid #a5a5a5;
    color: #212121;
    transition: all 0.3s ease 0s;
    font-size: 13px;
    cursor: pointer;
}
.paginate ul li a:hover{
    text-decoration: none;
    background: #223f52;
    border-color: #223f52;
    color: #fff !important;
}
.paginate ul li a.active{
    border-color: #0071cb;
    color: #0071cb;
    border-width: 2px;
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
    background: #f1f1f1;
}
.paginate ul li a.active:hover{
    background: #f1f1f1;
    border-color: #0071cb;
    color: #0071cb;
}
.paginate ul li a.disabled{
    background: #fff; 
    border: 1px solid #eee;
    color: #212121;
    background: #f1f1f1; 
}
/* end pagination*/

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}
@media only screen and (orientation: landscape) {
    body {
    /*    background-color: lightblue;*/
    }
}
.row::after {
    content: "";
    clear: both;
    display: table;
}


