table{
    width: 100%;
    border-collapse: collapse;
}
td{
    vertical-align: top;
}
.recordResult {
    text-align: center;
    height: 20px;
    left: 30%;
    bottom: -40px;
}   
#prevBut {
    position: relative;
    left: 0;
}
#nextBtn {
    position: relative;
    right: 0;
}
#navBtn {
    position: relative;
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
}
.myBtn {
    background-color: #337ab7;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    color: white;
    font-size: 14px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 4px;
}
#formchangenotice {
    display: none;
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
#rattachement {
    display: none;
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modalContent {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}
.closeModal {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.closeModal:hover,
.closeModal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
#dispChange{
    width: 20%;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid grey;
    border-radius: 5px;
    padding: 5px;
}

.item-result-content > .item-result-content {
    border: 0;
}
