/*/////////////////// Insert your custom CSS styles //////////////////////////// */

.views-table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
}

.views-table-width-3{
  width: 3%;
}

.views-table-width-5{
  width: 5%;
}

.views-table-width-7{
  width: 7%;
}

.views-table-width-10{
  width: 10%;
}

.views-table-width-15{
width: 15%;
}

.views-table-width-20{
width: 20%;
}

.views-table-width-25{
width: 25%;
}

.views-table-width-30{
width: 30%;
}

.views-table-width-40{
width: 40%;
}

.views-table-width-50{
width: 50%;
}

.views-table-width-50{
width: 55%;
}

.views-table-width-60{
width: 60%;
}

.views-table-width-70{
width: 70%;
}

.views-table-width-75{
width: 75%;
}

.views-table-width-80{
width: 80%;
}

.views-table-width-85{
width: 85%;
}

.views-table-width-90{
width: 90%;
}

.views-table-width-100{
width: 100%;
}

/* td bordered */
.views-table-bordered{
  border-width: 1px;
  border-style: solid;
  border-color: #bebfb9;
  padding: 3px 10px;
}

td .views-field h3{
color:#6F6F6F;
}

.views-topbar {
color: #ffffff;
margin: 2px 20px;
float: left;
font-size:13px;
}


table {
    max-width: 100%;
    width: 100%;
    background-color: transparent;
}
