#compl_table .complete{
    border: 3px solid #1a5d60;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    width: 990px;
}
#compl_table table th{
    border: none;
    background-image: -webkit-linear-gradient(top, #206c6f, #12494b);
	background-image: -moz-linear-gradient(top, #206c6f, #12494b);
	background-image: -ms-linear-gradient(top, #206c6f, #12494b);
	background-image: -o-linear-gradient(top, #206c6f, #12494b);
	background-image: linear-gradient(top, #206c6f, #12494b);
    color: #fff;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    height: 40px;
    margin: 0;
    padding: 5px;
    width: 80px;
}
#compl_table table th:last-cild{
    border: none;
    background-image: -webkit-linear-gradient(top, #206c6f, #12494b);
	background-image: -moz-linear-gradient(top, #206c6f, #12494b);
	background-image: -ms-linear-gradient(top, #206c6f, #12494b);
	background-image: -o-linear-gradient(top, #206c6f, #12494b);
	background-image: linear-gradient(top, #206c6f, #12494b);
    color: #fff;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    margin: 0;
    padding: 5px;
    border: 1px solid #000;
    width: 80px;
}

#compl_table table td {
    border-spacing: 0;
    height: 40px;
    width: 90px;
    padding: 0;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    border: none;
 }
 #compl_table table td:last-child{
    height: 4px;
    width: 90px;
    padding: 0;
    margin-right: 0;

}
#compl_table table td:first-child{
    border-spacing: 1px;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    height: 40px;
    width: 90px;
    padding: 0;
    margin-left: 0;

}

#compl_table .cell {
    border: 0px solid #000000;
    background: #cfe2e4;
    width: 78px;
    height: 26px;
    padding: 10px 5px 0 5px;
    margin-right: 2px;
}

#compl_table .cell_last {
    border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    background: #cfe2e4;
    width: 80px;
    height: 26px;
    padding: 10px 5px 0 5px;
    margin-right: 0;

}

#compl_table .button button{
    border: none;
    background: none;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    padding-top: 1px;
    padding-left: 9px;
    margin-top: 3px;
    cursor: pointer;
 }

#compl_table .price {
    float: left;
}

#compl_table table {
    border-collapse:collapse;
}

#compl_table .one, .prise  {

    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

#compl_table .one{
    border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    -webkit-border-radius: 10px 0px 0px 10px;
}

#compl_table .prise {
    margin-right: 0;
    padding-right: 0;
    width: 80px;
}

#compl_table .button {
    background-image: -webkit-linear-gradient(top, #206c6f, #12494b);
	background-image: -moz-linear-gradient(top, #206c6f, #12494b);
	background-image: -ms-linear-gradient(top, #206c6f, #12494b);
	background-image: -o-linear-gradient(top, #206c6f, #12494b);
	background-image: linear-gradient(top, #206c6f, #12494b);
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    height: 22px;
    margin-top: -4px;
    margin-left: 5px;
    width: 70px;
}

#compl_table .ok{
    width: 25px;
    height: 25px;
    margin-left: 27px;
    margin-top: -5px;
}

#compl_table .head {
    font-family: Arial;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    color: #052627;
}

#compl_table .button_complete button{
    border: none;
    background: none;
    cursor: pointer;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-top: 7px;
    margin-left: 6px;
}

#compl_table .button_complete {
     background-image: -webkit-linear-gradient(top, #206c6f, #12494b);
	background-image: -moz-linear-gradient(top, #206c6f, #12494b);
	background-image: -ms-linear-gradient(top, #206c6f, #12494b);
	background-image: -o-linear-gradient(top, #206c6f, #12494b);
	background-image: linear-gradient(top, #206c6f, #12494b);
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;

    margin-top: 10px;
    height: 32px;
    width: 250px;
}


#compl_select_table td > div {
    display: inline-block;
    vertical-align: middle;
}
#compl_table table td{padding-top:5px;}
#compl_table .prise{width:90px;}
#compl_table .button_complete{margin: 10px auto;}
#compl_table table th{vertical-align: middle; height: 30px;}