.sort_panel .panel_header {
    cursor: move;
}
.sort_panel {
    display: inline-block;
}
section header {
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    border: 1px solid #e8e8e8;
    border-bottom: 2px solid rgb(107, 160, 232);
    vertical-align: top;
    position: relative;
}
section .content-body {
    padding: 30px;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-top: 0px;
    -webkit-transition: 800ms;
    -moz-transition: 800ms;
    -o-transition: 800ms;
    transition: 800ms;
}
section.box {
    background-color: #ffffff;
    margin: 15px 0;
}
section.box .actions {
    margin: 0 15px;
    line-height: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.btn.btn-primary {
    background: rgb(107, 160, 232);
    border-color:rgb(107, 160, 232);
    color: #ffffff;
}
a{
  color:white;
}
a:hover{
  color:white;
  text-decoration:none; 
}
	  ul.list-inline a:hover{ 
			color:rgb(107, 160, 232);
		}
	  ul.list-inline a {
		  	color: #585757;
		}
	  ul.list-inline a {
		    text-decoration: none;
		}
	  ul.list-inline a:link{ 
			text-decoration:none; 
		}
		.header{
			background-color:#fafafa;
			height:50px;
			font-size: 5px
		}
		.foot a{
		 color:black;
		 text-decoration:none; 
		}
		td
  {  
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom:1px solid black;  
  } 
  .copy {
  		color: rgb(107, 160, 232);
  }
  .copy:hover{
  		color: rgb(107, 160, 232);
  }