.inner-menu {
max-width: 300px;
margin-bottom: 0;
padding-left: 0;
list-style: none;
margin-top: 0;
box-sizing: border-box;
margin-bottom: 14px;
background-color: #f7f7f9;
border-radius: 4px;
}

.inner-menu>li {
margin-top: 2px;
margin-left: 0;
float: none;
position: relative;
display: block;
box-sizing: border-box;
padding-left: 0;
margin-bottom: 0;
list-style: none;
background: none;
}

.inner-menu>li>a {
border-radius: 4px;
position: relative;
display: block;
padding: 10px 15px;
color: #428bca;
text-decoration: none;
background: transparent;

}

.inner-menu>li>a:hover, .inner-menu>li>a:focus {
text-decoration: none;
color: #fff;
background-color: #428bca;
}

.inner-title {
padding: 9px;
border-radius: 3px;
min-height: 20px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
font-size: 16px;
}

.inner-warn-box {
background-color: #fdf7f7;
border-color: #eed3d7;
margin: 20px 0;
padding: 20px;
border-left: 3px solid #eee;
}

.inner-table {
margin-bottom: 0;
width: 100%;
max-width: 100%;
background-color: transparent;
border-collapse: collapse;
border-spacing: 0;
}

.inner-table>thead>tr>th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
padding: 8px;
line-height: 1.428571429;
text-align: left;
}

.inner-table>thead>tr>th, .inner-table>tbody>tr>th, .inner-table>tfoot>tr>th, .inner-table>thead>tr>td, .inner-table>tbody>tr>td, .inner-table>tfoot>tr>td {
padding: 8px;
line-height: 1.428571429;
vertical-align: top;
border-top: 1px solid #ddd;
}

.inner-table>tbody>tr:nth-child(odd)>td, .inner-table>tbody>tr:nth-child(odd)>th {
background-color: #f9f9f9;
}