.alert-warning{
  padding: 10px 15px 10px 15px;
  color: #79a342;
  border: 1px solid #79a342;
  text-align: center
}
.companylist .pagination ul {float:none}
.pagination .links,
.pagination {
    display: block;
}
.companylist table thead {
    color: #F26522;
    vertical-align: top;
    text-decoration: underline;
    text-transform: uppercase;
}
.companylist {
    max-width: 860px;
    padding: 10px 20px 40px;
    margin-top: 20px;
}
table {border: 0}
table thead td,
table tbody td,
table thead th, table tbody th {
    border: 0;
    padding: 5px 10px;
    font-weight: 400;
    vertical-align: top;
}
.col__product {
    width: 30%
}
.companylist h1 {padding: 0 10px}
.company__search--tab {
    background: rgba(242,101,34,.1);
    border: 1px solid #ccc;
    border-radius: 12px;
}

.vtab__container {
    border-radius: 12px;
}
.tab__nav {
    width: 220px;
    float: left;
    background: #fff;
    border-radius: 12px 0 0 12px;
}
.tab__nav a:first-child {
    border-right: 0;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
}
.tab__nav a.tab--active {
    background: rgba(242,101,34,.1) !important;
}
.tab__nav a {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 24px;
}
.tab__stage {
    float: left;
    width: calc(100% - 220px);
    top: -1px;
}
.tab__stage > div{
    margin: 0;
    padding: 20px;
    color: hsl(0, 0%, 33%);
}
.tab__nav2 {padding-left: 20px;}
.tab__nav2 a:first-child {
    border-right: 0;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
}
.tab__nav2 a.tab--active {
    font-weight: bold;
    background: none
}
.row--large{
    min-height: 300px
}
.tab__nav2 a {
    display: inline-block;
    padding: 10px 15px;
    font-size: 13px;
    line-height: 18px;
    background-color: #fff;
}
.tab__content {padding: 25px;}
.tab__content table tr,
.tab__content table td,
.tab__content table {
    border: 0
}

.btn__all {
    margin-top: 15px;
    display: inline-block;
}
#search__byproduct.active,
#search__product.active{
    border-bottom:1px solid #f26522;
}
#search__byproduct,
#search__product {
    border: 0;
    transition : border 500ms ease-out;
    background:none;
    border-bottom:1px solid transparent;
    width: 100%;
}
#search__byproduct--btn,
#search__product--btn {
    transition : all 500ms ease-out;
    display: none
}
#search__byproduct--btn.active,
#search__product--btn.active {display: block}
.btn--second:hover,
.btn--second {
    background: #79a342;
    color: #fff;
    padding: 7px 15px;
    text-transform: uppercase;
    margin-left: 15px;
}
.btn--search {
    padding-left: 30px;
    padding-right: 30px;
}
@media only screen and (max-width: 740px) {
    .companylist h1 {font-size: 16px;}
    .companylist .btn--cta {float:right;margin-right:10px;margin-bottom: 5px}
    .companylist .btn--second {
        padding: 5px 10px;
        margin: 6px;
        font-size: 12px;
    }
}
