/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
#welcom-infos {
    padding      : 5%;
    background   : #fff;
    opacity      : 0.9;
    border-radius: 50px;
}

#surveys-list-jumbotron {
    font-size: 42px;
    font-family: Arial, sans-serif;
}

/* CUSTOM TABLEAU */
.py-table {
    border-collapse: separate;
    border-spacing : 5px 0;
}
.py-table tr {
    border          : 2px solid #fff;
    background-color: #deebf7;
}
.py-table tr:first-child {
    background-color: #fff;
}
.py-table tr:first-child td:not(:first-child) {
    border-top: 3px solid #5d9ad1;
}
.py-table tr td {
	padding: 10px;
}
.py-table tr td:first-child {
	width: auto;
	text-align: center;
    background-color:#fff;
}

.py-table tr td:first-child img {
    width: 60px;
    height: 60px;
}
.py-table tr td:not(:first-child) img {
    width: 250px;
}
/* Col border */
.py-table tr:first-child td:not(:first-child) {
    border-top  : 3px solid #5d9ad1;
    border-right: 3px solid #5d9ad1;
    border-left : 3px solid #5d9ad1;
}
.py-table tr td:not(:first-child) {
    text-align  : center;
    border-right: 3px solid #5d9ad1;
    border-left : 3px solid #5d9ad1;
}
.py-table tr:last-child td:not(:first-child) {
	border-bottom: 3px solid #5d9ad1;
}
#question36,
#question81,
#question321{
    display: none;
}
#question21 .answer-container,
#question44 .answer-container,
#question119 .answer-container,
#question142 .answer-container,
#question165 .answer-container,
#question188 .answer-container,
#question211 .answer-container,
#question234 .answer-container,
#question257 .answer-container,
#question305 .answer-container,
#question323 .answer-container,
#question324 .answer-container,
#question325 .answer-container,
#question326 .answer-container,
#question327 .answer-container,
#question328 .answer-container,
#question329 .answer-container{
    display: none;
}

#question12 .answer-container li {
    display: inline-block;
}

#surveys-list-jumbotron {
    font-size: 42px;
    font-family : arial;
}
