.limit_page_width{
    width: 60%;
}

table.cord_size{
	width: 90%;
	border-collapse:collapse;
	border-spacing:0;
	height: auto;
    position: relative;
}

table.cord_size,table.cord_size td, table.cord_size th {
	border: 1px solid #595959;
}

table.cord_size td,table.cord_size th {
	padding: 3px;
	width: 30px;
	height: 35px;
}

table.cord_size th {
	background: #eeeded;
	font-weight: 800
}
table.cord_size caption{
    margin: 30px 0px 10px 0px;
}

.bubbly-button {
    text-align: center;
    display: inline-block;
    font-size: 0.9em;
    padding: 0.85em 1.5em;
    -webkit-appearance: none;
    appearance: none;
    background-color: #ff8000;
    color: #fff;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    position: relative;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
    box-shadow: 0 2px 25px rgba(199, 94, 14, 0.2);
    width: 262px;
}

.container_cord{
    display: flex;
    position: relative;
    justify-content: space-between;
    width: 95%;
}

.cord_form{
    position: relative;
    margin-left: -30px;
}

@media (max-width: 1280px) {
    .limit_page_width{
        width: 80%;
    }

    .container_cord{
    display: flex;
    position: relative;
    }
}

@media (max-width: 960px) {
    .limit_page_width{
        width: 100%;
    }
    .bubbly-button{
        width: 70%;
        font-size: 1em;
    }

    .container_cord{
        display: block;
        max-height: 100%;
    }
}

@media (max-width: 760px) {
    .cord_form{
        position: relative;
        margin-left: -17px;
    }
}


@media (max-width: 410px) {
    table.cord_size{
        font-size: 0.9em;
    }
}

@media (max-width: 360px) {
    table.cord_size{
        font-size: 0.75em;
    }
}