﻿table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    text-align: left;
    padding: 12px;
    border-bottom: 1px solid #ddd;
}

    th:first-child, td:first-child {
        width: 25%;
    }

    th:not(:first-child), td:not(:first-child) {
        width: 75%;
    }


@media (max-width:768px) {
    th:first-child, td:first-child {
        width: 100%;
    }
}

@media (max-width:768px) {
    th:not(:first-child), td:not(:first-child) {
        width: 100%;
    }
}


@media (max-width:414px) {
    th:first-child, td:first-child {
        width: 100%;
    }
}


@media (max-width:414px) {
    th:not(:first-child), td:not(:first-child) {
        width:100%;
    }
}




.container img.publication-img {
    width: 250px !important;
    height: auto;
    padding: 0;
    border: none;
    display: block;
    margin: 0 auto;
}


.container img {
    padding: 0px;
    border: 0px solid #ccc;
     height:auto 
}


@media (max-width: 800px) {
    .container img {
        padding: 0px;
        border: 1px solid #ccc;
        margin-left:0px !important;
    }
}



@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
       width: 100% !important;
    }
}



@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        width: 100% !important;
    }
}


@media (min-width: 576px) {
    .container, .container-sm {
        width: 100% !important;
    }
}



@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 100%!important;
    }
}



body {
   
    background-color: transparent!important
}

.form-container input[type="text"], .form-container select {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
}


