table.my_table {
	table-layout:fixed;
}
table.my_table td {
	overflow:hidden;
}
table.my_table td:nth-of-type(1),table.my_table th:nth-of-type(1) {width:4%;}
table.my_table td:nth-of-type(2),table.my_table th:nth-of-type(2) {width:4%;}
table.my_table td:nth-of-type(3),table.my_table th:nth-of-type(3) {width:5%;}
table.my_table td:nth-of-type(4),table.my_table th:nth-of-type(4) {width:6%;}
table.my_table td:nth-of-type(5),table.my_table th:nth-of-type(5) {width:8%;}
table.my_table td:nth-of-type(6),table.my_table th:nth-of-type(6) {width:9%;}
table.my_table td:nth-of-type(7),table.my_table th:nth-of-type(7) {width:3%;}
table.my_table td:nth-of-type(8),table.my_table th:nth-of-type(8) {width:3%;}
table.my_table td:nth-of-type(9),table.my_table th:nth-of-type(9) {width:3%;}
table.my_table td:nth-of-type(10),table.my_table th:nth-of-type(10) {width:8%;}
/*table.my_table td:nth-of-type(11),table.my_table th:nth-of-type(11) {width:5%;}*/
table.my_table td:nth-of-type(11),table.my_table th:nth-of-type(11) {width:6%;}
table.my_table td:nth-of-type(12),table.my_table th:nth-of-type(12) {width:7%;}
table.my_table td:nth-of-type(13),table.my_table th:nth-of-type(13) {width:7%;}
table.my_table td:nth-of-type(14),table.my_table th:nth-of-type(14) {width:5%;}
table.my_table td:nth-of-type(15),table.my_table th:nth-of-type(15) {width:4%;}
table.my_table td:nth-of-type(16),table.my_table th:nth-of-type(16) {width:5%;}
table.my_table td:nth-of-type(17),table.my_table th:nth-of-type(17) {width:13%;}
td {
        /* CSS 3 
        white-space: -o-pre-wrap;
        word-wrap: break-word;
        white-space: pre-wrap;
        white-space: -moz-pre-wrap;
        white-space: -pre-wrap;
		*/
		word-break: break-all !important;
}		
.w200 {
	width: 100px;
}
th, td  {
	background:#ffffff;
}
#login-dp{
    min-width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
    background-color:rgba(255,255,255,.8);
}
#login-dp .help-block{
    font-size:12px    
}
#login-dp .bottom{
    background-color:rgba(255,255,255,.8);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}
#login-dp .social-buttons{
    margin:12px 0    
}
#login-dp .social-buttons a{
    width: 49%;
}
#login-dp .form-group {
    margin-bottom: 10px;
}
.btn-fb{
    color: #fff;
    background-color:#3b5998;
}
.btn-fb:hover{
    color: #fff;
    background-color:#496ebc 
}
.btn-tw{
    color: #fff;
    background-color:#55acee;
}
.btn-tw:hover{
    color: #fff;
    background-color:#59b5fa;
}
@media(max-width:768px){
    #login-dp{
        background-color: inherit;
        color: #fff;
    }
    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }
}