         /*----- Tabs -----*/
         /*.tabs {
         width:100%	;
         display:inline-block;
         margin-top: 20px;
         float: left;


         }*/
         /*----- Tab Links -----*/
         /* Clearfix */
         /*.tab-links:after {
         display:inline-block;
         clear:none;
         float: left;

         content:'';
         }
         .tab-links li {
         margin:0px 1px;
         clear:none;
         float:left;
         list-style:none;

         }
         .tab-links a {

         padding:8px 10px;
         display:block;
         background:#7FB5DA;
         font-size:10px;
         font-weight:600;
         color:#4c4c4c;
         transition:all linear 0.15s;
         -moz-border-radius-topleft: 8px;
         border-top-left-radius: 8px;
         -moz-border-radius-topright: 8px;
         border-top-right-radius: 8px;
         }
         .tab-links a:hover {
         background:#a7cce5;
         text-decoration:none;
         }
         li.active a, li.active a:hover {
         /*background:#fff;
         color:#4c4c4c;
         }*/
         /*----- Content of Tabs -----*/
         .tab-content {
         margin-top: 20px;
         /*margin-left: 11px;*/
         border-radius:3px;
         }
         .post-content{
         margin-top: 5px;   
         padding-top: 10px;
         margin-right: 10px;
         border:2px solid #ddd; border-radius:10px;
         padding:18px;
         background:#fff;
         opacity: 30px;
         }
         .tab {
         display:none;
         }
         .tab.active {
         display:block;
         }
         .upvote{
             text-align:left;
             font-weight: bold; 
             font-size: 13px; 
             color:green;
             padding-top:10px;
             margin-top: 30px;
         }
         .doubt_btn{
         
         color: white;
         float: right;
         padding: 5px  10px;
         }
         .user_details{
         
         font-size: 12px;
         font-weight: bold;
         }
        
         .load_btn{
         margin-top: 20px;
         margin-bottom: 20px;
         }
         .btn-file {
         position: relative;
         overflow: hidden;
         }
         .btn-file input[type=file] {
         position: absolute;
         top: 0;
         right: 0;
         min-width: 100%; 
         min-height: 100%;
         font-size: 100px;
         text-align: right;
         filter: alpha(opacity=0);
         opacity: 0;
         outline: none;
         background: white;
         cursor: inherit;
         display: block;
         }
         #img-upload{
         width: 25%;
         }
        
			.modalDialog {
                    position:fixed;
                    font-family: Arial, Helvetica, sans-serif;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    background: rgba(0,0,0,0.8);
                    z-index: 99999;
                    opacity: 0;
                    -webkit-transition: opacity 400ms ease-in;
                    -moz-transition: opacity 400ms ease-in;
                    transition: opacity 400ms ease-in;
                    pointer-events: none;
                    
                }

                    .modalDialog:target {
                        opacity: 1;
                        pointer-events: auto;
                    }

                    .modalDialog > div {
                        width: 60%;
                        position: relative;
                       margin:0 auto;
					    clear:left;
					    height:auto;
					    z-index: 0;
					    margin-top: 15px;
                        padding: 10px 20px 13px 20px;
                        border-radius: 10px;
                        background: #fff;
                        background: -moz-linear-gradient(#fff, #999);
                        background: -webkit-linear-gradient(#fff, #999);
                        background: -o-linear-gradient(#fff, #999);
                    }

                .close {
                    background: #606061;
                    color: #FFFFFF;
                    line-height: 25px;
                    position: absolute;
                    right: -12px;
                    text-align: center;
                    top: -10px;
                    width: 24px;
                    text-decoration: none;
                    font-weight: bold;
                    -webkit-border-radius: 12px;
                    -moz-border-radius: 12px;
                    border-radius: 12px;
                    -moz-box-shadow: 1px 1px 3px #000;
                    -webkit-box-shadow: 1px 1px 3px #000;
                    box-shadow: 1px 1px 3px #000; 
                }

                    .close:hover {
                        background: #00d9ff;
                    }

                    .prev{

                    	float: left;
                    }
                   .next{
                   	
                   	float:right;
                   }
                   .view{
                   	
                   	margin-top: 50px;
                   }
