﻿body { 
    font-family: Arial, sans-serif; 
}

h3 {
    margin: 15px 0 0 0;
    font-weight: normal;
}

p {
    font-size: 12px; 
}

.sys_subitem {
    border-bottom: dotted 1px #7F7F7F;
    overflow: auto;
    padding-bottom: 5px;
}

.sys_subitem .sys_graduate-profile-Search-subheading {
    font-size: 1.13em;
}

.sys_subitem img {
    float: right;
    margin-top: 20px;
    margin-left: 10px;
    height: 100px;
  	margin-bottom:30px;
}


.sys_view-profile-button {
    margin: 12px 0 12px 0;
    display: block;
    font-size: 0.75em;
}

.sys_industry-list { 
    font-size: 12px; 
    width: 100%; 
    list-style: none; 
    margin: 0; 
    padding: 0; 
}

.sys_industry-list li {
    display: block; 
    float: left; 
    margin: 0 5px 5px 0; 
    padding: 2px;
    background: #ececec; 
    cursor: pointer;
}

.sys_industry-list li:hover {
    text-decoration: underline;
}

select {
    width: 100%; 
    margin-bottom: 10px;
}

.sys_query-details p {
    padding: 5px;
    background: #ececec; 
}	

/*Overide default LSE link colour*/
.sys_graduate-profile-black-link a {
    color: #000;
    text-decoration: none;
}


.sys_industry-list {width:300px;}

