

.following-info-title-container{
    border: 1px solid transparent;
    height: 60px;
    width: 850px;
    background-color: #f2f2f2;
    /* float: left; */
}
.following-info-title-text{
    border: 1px solid transparent;
    height: auto;
    width: auto;
    float: left;
    margin: 20px 0px 0px 0px;
}




.following-search-form{
    border: 1px solid transparent;
    border-radius: 15px;
    width: 800px;
    /* float: left; */
    height: 45px;
    padding: 2px;
}
#following-search-field{
    border: 0px solid lightgray;
    height: 37px;
    width: 785px;
    margin-top: 0px;
    padding-left: 10px;
    /* margin-left: -1px; */
    border-radius: 15px;
    box-shadow: 0px 0px 1px 0px black;
    float: left;
}
#following-search-btn{
    border: 0px solid black;
    border-left: 1px solid gray;
    height: 34px;
    float: left;
    width: 66px;
    margin-left: -70px;
    background-color: white;
    border-radius: 0px 15px 15px 0px;
    /* box-shadow: 0px 0px 1px 0px black; */
    margin-top: 2.5px;
}
#following-search-btn:hover{
    background-color: #f2f2f2;
}


.following-search-display-container{
    /* border: 1px solid transparent; */
    height: auto;
    /* float: left; */
    width: 1000px;
    margin-top: 20px;
    border-radius: 13px;
    box-shadow: 0px 0px 1px 0px black;
    margin-bottom: 100px;
    margin-top: 35px;
    /* float: left; */
}