@import "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css";
@import "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css";
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css";

/*Custom style*/

.h1header {font-size: 5em; text-align: left}
.h1header span {color: red; font-weight: 900}
.h1header img {padding-top: 1%}
.row-top-20 {margin-top: 20px}
.img-404{text-align: center;}
.img-height-article {height: 250px; margin: 0 1% 0 1%}
.content p {text-indent: 6%; text-align: justify}
.content h4,h5 {text-align: left;}
.margin-top-10 {margin-top: 2%}
.margin-top-minus-10 {margin-top: -2.5%}
.publicity {}
.imgServer {width: 20%; height: 130px; float: left; text-align: center}

table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}

/*Back to top*/
a[href="#top"]{
    padding:10px;
    position:fixed;
    top: 90%;
    right:40px;
    display:none;
    font-size: 30px;
}
a[href="#top"]:hover{
    text-decoration:none;
}
/***/

