@charset "utf-8";

* {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

select {
    width: 150px;
    -moz-appearance: none;
    padding: 5px 10px 5px 10px;
    font-size: 12px !important;
    border-radius: 30px;
    /* border: solid 2px #ccc; */
    background-image: url(/en/pcperipherals/bdd/about/img/select-arrow.png);
    background-repeat: no-repeat;
    background-size: 14px 8px;
    background-position: right 10px center;
    background-color: #fff;
    appearance: none;
    position: absolute;
    right: 10px;
    line-height: 1.3em !important;
}

ol {
    padding: 0;
}

ol.decimal li,
ul.decimal li {
    list-style: none;
}

table .type {
    width: 30%;
}

table .description {
    width: 70%;
}

form {
    position: relative;
}

select {
    width: 150px;
    height: 30px;
    -moz-appearance: none;
    padding: 5px 10px 5px 10px;
    font-size: 12px !important;
    border-radius: 30px;
    /* border: solid 2px #ccc; */
    /* background-image: url(/en/pcperipherals/bdd/about/img/select-arrow.png); */
    background-repeat: no-repeat;
    background-size: 14px 8px;
    background-position: right 10px center;
    background-color: #fff;
    appearance: none;
    position: absolute;
    right: 10px;
    line-height: 1.3em !important;
}

.tableStyle03 td {

    vertical-align: top;
}

.linkStyle02:after {
    position: static;
    vertical-align: baseline;
    margin-left: 8px;
}
